- Mar 12, 2013
-
-
Bernd Flemisch authored
remove member variables numFAP and numSCV from BoxFVElementGeometry. They have been deprecated in 2.3, in favor of using numFap and numScv. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10392 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
remove property CompositionFromFugacitiesSolver which has been deprecated in 2.3. ConstraintSolver has to be used instead. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10391 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10390 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10389 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
as it contained only deprecated headers. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10388 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
(reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10387 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 11, 2013
-
-
Christoph Grüninger authored
dumux/common. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10386 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
local copy. (only this commit was reviewed by bernd, not the last one) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10385 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
We still have to generate a reference solution and make the system test the result. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10384 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
molarDensity. (reviewed by klaus) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10383 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
(reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10382 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 10, 2013
-
-
Christoph Grüninger authored
SVN ignore autogenerated files. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10380 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 08, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10375 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
one last eliminated boxmodel git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10370 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
[handbook] change depcrecated links to boxmodel into implicit, hopefully correctly, it is kind of confusing to have some files with "box" and some with "implicit" prefix git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10369 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10368 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10367 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
provide safety guard HAVE_DUNE_PDELAB to fix make headercheck if PDELab is not present. Approved by Thomas. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10365 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10364 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 07, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10362 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
one poor file, which i forgot git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10361 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
Bugfix: wrote out of bounds. It took gcc 4.8 and -O2 -g to trigger a segfault that could be tracked down by valgrind. Approved by Thomas. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10359 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
removed <tt> for the sake of the handbook change \textbf{div} to \text{div} git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10358 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
Bugfix: the decoupled AMG test now also compiles with an unpatched PDELab. This is achieved by setting a corresponding macro in a PDELab header. This should be replaced by a proper configure test after the release. Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10357 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
change \cond 0 to \cond false, which avoids warnings in doxygen git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10356 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
changed \text{grad} to \textbf{grad} in docu git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10355 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
changed model description, that mole fraction gradient is used for diffusion git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10354 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
added cc-method is usable for implicit model changed all \text{grad} to \textbf{grad} and all \textbf{div} \text{div} corrected component balances, that mole fraction gradients are used unified equations between the models, made K a tensor everywhere, D a scalar git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10353 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
added or changed brief description, corrected to two-phase blabla to MpNc git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10352 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Benjamin Faigle authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10351 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
Bugfix: the implicit AMG tests now also compile with an unpatched PDELab. This is achieved by setting a corresponding macro in a PDELab header. This should be replaced by a proper configure test after the release. Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10350 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
change \cond 0 to \cond false, which avoids warnings in doxygen git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10349 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
added detailed description git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10348 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
added possible use of cc-method git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10347 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
small changes: added "todo doc me", reference to richards model git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10346 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
changed description from test_cc*, that cc is used instead of box git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10345 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
added cc-method is usable for implicit model changed all \text{grad} to \textbf{grad} and all \textbf{div} \text{div} corrected component balances, that mole fraction gradients are used unified equations between the models, made K a tensor everywhere, D a scalar git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10344 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
changed BOX to box, added cc-method, corrected references, made grad bold git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10343 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
(reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10341 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10340 2fb0f335-1f38-0410-981e-8018bf24f1b0
-