- 12 Dec, 2013 3 commits
-
-
Klaus Mosthaf authored
Work on naming conventions (with help from Mirka, thanks!). The old methods still work but are deprecated now. Here is a rough overview of old names -> new names SubTypeTag1 -> SubDomain1TypeTag SubProblem1 -> SubDomainProblem1 subProblem1 -> sdProblem1 subModel1 -> sdModel1 Common -> SplitAndMerge MDGridView -> MultiDomainGridView MDGrid -> MultiDomainGrid SDGrid -> SubDomainGrid SubProblem -> SubDomainProblem subID1_ -> sdID1_ Reviewed by Martin git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12190 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
-reviewed by Martin git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12188 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grueninger authored
Small whitespace fixes and added optional { }. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12179 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 10 Dec, 2013 1 commit
-
-
Markus Wolff authored
This allows to overload the functions in derived classes. - reviewed by Beatrix git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12156 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 06 Dec, 2013 2 commits
-
-
Klaus Mosthaf authored
multidomainproblem receives the mdGrid now, this allows to use references instead of shared pointers; a copy of the multidomain gridview is now stored in the multidomainproblem to get rid of the "reference to temporary" warning cleanup in multidomainnewtoncontroller, which is now derived from the standard newtoncontroller. The MultiDomain TypeTag is now also derived from NewtonMethod. Reviewed by Markus git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12140 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Klaus Mosthaf authored
stokesnclocalresidual: storage term is not set to zero here, this would lead to problems for a derived model model (e.g. nonisothermal stokesnc); convenience functions are used for mass and mole fractions; small cleanup. stokesncfluxvariables: use of convenience functions Reviewed by Markus git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12138 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 03 Dec, 2013 2 commits
-
-
Markus Wolff authored
linear fractional flow function and residual saturations different than 0 - reviewed by Martin git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12126 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12125 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 02 Dec, 2013 1 commit
-
-
Klaus Mosthaf authored
Correction: The gridView_() method in the newtoncontroller may return a reference, because the reference is on a copy of the gridview, which is stored in the problem. Trouble may be ahead, if the gridview is called as reference via the grid object. Discussed with Markus and Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12107 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 28 Nov, 2013 7 commits
-
-
Klaus Mosthaf authored
Nodded through by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12096 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
the new stokes2c problem now uses the stokesnc model since stokes2c is deprecated/obsolete. new reference test file was necessary due to more output data of stokesnc and small numerical differences in the order of 10^-8 for some entries. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12095 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
(reviewed by gruenich) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12094 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Katherina Baber authored
reviewed by nicolas git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12092 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Katherina Baber authored
reviewed by christoph git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12091 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Klaus Mosthaf authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12089 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Klaus Mosthaf authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12088 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 26 Nov, 2013 4 commits
-
-
Timo Koch authored
Deleted wrongly placed deprecated message in stokes2cmodel.hh. Model needs to be set deprecated to force transition to stokesnc model. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12080 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
Actual stokesnc files replace dummies from last post. Now the freeflow/stokesnc model is fully functioning. Reviewed by katherina and klaus. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12078 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12077 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
New model stokesnc added. Stokesnc will replace the stokes2c model as it is generalised to n components. The employment of stokes2c will produce a deprecated message. The adaption to the stokesnc model is straight forward. Please note that several functions in fluxvariables need an additional input argument compIdx. Associated variables are of size number of components. Changes in configure.ac and Makefile.am for new folder. This commit adds dummy files that copy the history of the stokes2c model. The actual model will be inserted in an extra commit. Reviewed by katherina and klaus. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12076 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 25 Nov, 2013 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12067 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 22 Nov, 2013 2 commits
-
-
Tianyuan Zheng authored
feGrad or moleFractionGrad) reviewd by kathinka git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12053 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Klaus Mosthaf authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12050 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 21 Nov, 2013 1 commit
-
-
Katharina Türk authored
Reviewed by Klaus git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12043 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 20 Nov, 2013 6 commits
-
-
Klaus Mosthaf authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12039 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12034 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12033 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Klaus Mosthaf authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12032 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Klaus Mosthaf authored
Work on FS#211 - introduced convenience functions for mass and mole fractions in the stokes2c model. Reviewed by Markus git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12031 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grueninger authored
(reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12030 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 19 Nov, 2013 4 commits
-
-
Klaus Mosthaf authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12029 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Klaus Mosthaf authored
Further work on renaming Coupled -> MultiDomain, work on properties with strict separation of subdomain and multidomain properties git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12026 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Katharina Türk authored
Reviewed by Klaus git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12025 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Klaus Mosthaf authored
Added Properties from original multidomainproperties - renamed TypeTag from CoupledModel to Multidomain git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12024 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 18 Nov, 2013 2 commits
-
-
Markus Wolff authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12017 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
with MPFA - necessary for adaptive IMplicit Pressure And Saturation (IMPAS) models reviewed by Martin git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12013 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 15 Nov, 2013 4 commits
-
-
Christoph Grueninger authored
Use svn propedit svn:ignore. (thanks to klaus for the heads up) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12007 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grueninger authored
(reviewed by klaus) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12006 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Klaus Mosthaf authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12005 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Klaus Mosthaf authored
multidomain and subfolder common. Obviously, "svn propset svn:ignore FILETOIGNORE ." replaces previously added files in the ignore-list. Either all files which should be ignored have to be listed in one command, or software which allows to conveniently add a file to the ignore-list like eclipse can be used. In the command line, "svn propedit svn:ignore ." can do the job. An alternative would be to add a file, which contains the list of ignored files/folders with "svn propset -F fileWithListOfIgnores", but this is not the way it is done in Dumux so far. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11997 2fb0f335-1f38-0410-981e-8018bf24f1b0
-