- 02 May, 2012 2 commits
-
-
Klaus Mosthaf authored
folders git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8189 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Klaus Mosthaf authored
of 2p2c and 2p2cni box models git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8178 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 10 Apr, 2012 2 commits
-
-
Bernd Flemisch authored
been renamed to Indices for all box models. This implements FS 128, at least for the box models. The old names have been kept for compatibility. They cannot be marked deprecated, only a // DEPRECATED comment has been made at the appropriate places. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8065 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
FS 116. It unifies common functionality of the individual porous media box models and renders the model-specific base problems like TwoPProblem obsolete. The model-specific problems have been kept and marked deprecated. All test problems in test/boxmodels apart from Richards now directly inherit from PorousMediaBoxProblem. Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8064 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 09 Feb, 2012 1 commit
-
-
Philipp Nuske authored
executable git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7691 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 03 Feb, 2012 2 commits
-
-
Bernd Flemisch authored
Reverted commit 7624 according to release manager and PFP. Too many undiscussed changes after soft feature freeze. Can be discussed on Monday at the Dumux coffee at 9.30 h. Decisions made there are binding. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7627 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
- capitalize first letter of arguments again. Reason: this would be really confusing if the fist letter needs to be a captital one for parameters such as "EnableAbsoluteCriterion" (i.e. --Enable-absolute-criterion=1) but must be lowercase for some others like "dtInitial" (i.e. --dt-inititial=250.0) - remove "startWithParametersProvideGrid" method in start.hh. reason: the grid should be provided by a GridCreator. the lens problem has been adapted. - introduce SET_RUNTIME_DEFAULT to make it possible to specify default values for runtime parameters - removed "gridView" argument from the constructor of the box problems. Reason: With the gridView, it would not be possible to use anything but leafGridViews in the box models. Since the grid can be retrieved from the GridCreator, this also does not change to much... - print the properties by default again. Reason: printing all properties is a quite useful thing which would be hard to discover if printing them is disabled by default. on the other hand, if somebody is annoyed by the 60+ lines of output he/she will ask the developers. - provide a default usage() function, but allow problems to provide their own. Reason: Most problems have no specific parameters, but there might be problem-specific parameters which should be printed. For the 2p test of the box models these spefic parameters currently are the coordinates of the lens and the resolution of the grid. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7624 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 31 Jan, 2012 1 commit
-
-
Andreas Lauser authored
- new institute name - add missing modelines - reformat the entry for leopold stadler in air.hh git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7590 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 30 Jan, 2012 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7552 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 13 Jan, 2012 1 commit
-
-
Andreas Lauser authored
since this was done in a semi-automatic way compilation for stuff not used by the non-decoupled tests may be non-functional. I spared the decoupled stuff because it does not compile ATM so I did not have a way verify that it still works... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7371 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 05 Jan, 2012 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7305 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 03 Jan, 2012 2 commits
-
-
Andreas Lauser authored
tested on GCC 4.3 and GCC 4.6. Due to an incompatibility between those two compilers (GCC 4.3 expects that there's no semicolon behind static_assert(), GCC 4.6 requires one), it only compiles on GCC 4.6. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7288 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7280 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 27 Dec, 2011 1 commit
-
-
Klaus Mosthaf authored
the vtkmultiwriter. This is needed for a correct output (of e.g. fluxes) of the coupled models in case of a restart -Corrected some typos git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7258 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 22 Dec, 2011 1 commit
-
-
Klaus Mosthaf authored
They have slightly changed due to tabulated vs. non-tabulated fluidsystems and a slightly different specification of the initial conditions for the mass fractions in the 2p2c example git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7239 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 16 Dec, 2011 5 commits
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7100 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
and remove the "FluidSystem" postfix from the class names. e.g. Dumux::H2ON2FluidSystem becomes Dumux::FluidSystems::H2ON2 . this commit does not change anything beyond that... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7094 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7079 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
also rename the "fluidsystems" directory to "old_fluidsystems". Since this is a separate SVN branch, nobody's feelings should be hurt by this commit... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7071 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7047 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 27 Oct, 2011 1 commit
-
-
Bernd Flemisch authored
and the classes seem to be associated with the correct groups. Also improved documentation by getting rid of more than 250 Doxygen warnings. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6794 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 02 Sep, 2011 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6569 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 08 Aug, 2011 1 commit
-
-
Markus Wolff authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6406 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 27 May, 2011 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5933 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 28 Apr, 2011 5 commits
-
-
Andreas Lauser authored
fix the GCC 4.6 stuff in a more backward compatible way and fix a lot of "variable set but not used" warnings on GCC 4.6 if the compiler doesn't know about constexpr git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5676 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
somehow the arithmetic mean does not work. why?? some artifacts from PDELab have also been removed. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5664 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
there was some fallouts due to the facts that the newton controller now requires the problem as an argument and that the 2p2c(ni) models where partialially converted to the new fluid system stuff git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5661 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
pdelab is not required anymore and this code is butt ugly. (as a nice benefit, hybrid grids now always work...) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5658 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
TODO: move code to calculate composition in twophase case to constraint solver for composition from pressure + phase presence git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5622 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 24 Mar, 2011 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5455 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 02 Mar, 2011 2 commits
-
-
Andreas Lauser authored
also, restore the 2p2c(ni) models to their previous state.in order to compile the new_2p2c(ni) tests, you have to set symbolic links to the devel repository for the following the direcories dumux/material/fluidstates dumux/material/new_fluidsystems dumux/material/eos dumux/material/constraintsolvers git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5335 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
TODO: move code to calculate composition in twophase case to constraint solver for composition from pressure + phase presence git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5332 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 20 Jan, 2011 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5054 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 05 Jan, 2011 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4963 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 04 Jan, 2011 3 commits
-
-
Andreas Lauser authored
This reverts commit f7086e6326a239654762b525ac3f0692ad0cc83b. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4955 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4952 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
TODO: move code to calculate composition in twophase case to constraint solver for composition from pressure + phase presence git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4949 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 30 Dec, 2010 1 commit
-
-
Benjamin Faigle authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4923 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 07 Dec, 2010 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4827 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 12 Nov, 2010 1 commit
-
-
Andreas Lauser authored
- box jacobian assembler: Do no longer use the PDELab grid operator space to assemble the jacobian. - vangenuchten: fix typos to make it compile again - box local jacobian: evaluate local residual inside local jacobian to increase efficiency slightly - box local residual: correct comment about fluxes git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4693 2fb0f335-1f38-0410-981e-8018bf24f1b0
-