- Mar 08, 2016
-
-
Bernd Flemisch authored
Commit 219dd9 defaulted the linear solver to a sequential one. Since the box Richards test is running in parallel, a parallel linear solver has to be set. The AMGBackend gives slightly different results above the fuzzy threshold. Therefore, also the reference solution is adapted.
-
- Jan 22, 2016
-
-
Bernd Flemisch authored
-
- Nov 03, 2015
-
-
Bernd Flemisch authored
See FS#250 for details.
-
- Oct 16, 2015
-
-
Bernd Flemisch authored
-
- Jul 14, 2015
-
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15066 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 06, 2015
-
-
Natalie Schröder authored
The richards model has now an additional flag useHead, which can be used to switch between pressure-saturation definition and pressureHead-watercontent definition. The primary variables are either pressure in [Pa] or pressure head in [cm]. Default is useHead = false. tested and reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14716 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 03, 2015
-
-
Gabi Seitz authored
specified in inputfiles instead of the problem files whenever possible. Reviewed by Johannes git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14320 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 13, 2015
-
-
Timo Koch authored
This implements the task of the last dumux day for the implicit tests (common/decoupled/freeflow/geomechanics see earlier commit): In test folder: 1. change SET_TYPE_PROP instead of SET_PROP where possible 2. Remove commented code where not needed 3. Remove unnecessary includes 4. Change the neumann/dirichlet,... functions to the corresponding atPos functions where globalPos is needed The task for the multidomain folder will follow by thomas Reviewed by bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14046 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 02, 2014
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13010 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 29, 2014
-
-
Natalie Schröder authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12791 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 09, 2013
-
-
Tianyuan Zheng authored
Dune::GeometryType geomType reviewed by kathinka git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11634 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 29, 2013
-
-
Bernd Flemisch authored
entity iterator and index names. Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10790 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
variables. Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10773 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 28, 2013
-
-
Bernd Flemisch authored
Only public member names have been treated so far. Local variables will be done shortly, classes maybe not before the next release cycle. Everything old could be marked deprecated. Reviewed by Benjamin and Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10761 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 24, 2013
-
-
Bernd Flemisch authored
saturation. In particular, it deals with the capitalized "C" in the capillary-pressure-saturation relationships: entryPC -> entryPc maxPC -> maxPc pC -> pc pCAlpha -> pcalpha pCGW -> pcgw pCNW -> pcnw pCGN -> pcgn pCHighSw -> pcHighSw pCLowSw -> pcLowSw setEntryPC -> setEntryPc setMaxPC -> setMaxPc Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10758 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 07, 2013
-
-
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
-
- Feb 26, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10284 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 05, 2012
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9782 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 27, 2012
-
-
Bernd Flemisch authored
implicit branch: replace boxmodels/model includes by implicit/model includes. Everything compiles again without warnings. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9684 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
implicit branch: change directory structure. Add dumux/implicit directory. Copy models from boxmodels/model to implicit/model. Copy boxmodels/common to implicit/box. Copy ccmodels/common (from devel) to implicit/cellcentered. Copy boxmodels/common/box*.hh to implicit/common/implicit*.hh. Move test/boxmodels to test/implicit. Adapt configure.ac and Makefile.ams. Everything still builds. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9679 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 15, 2012
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9313 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9311 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 01, 2012
-
-
Christoph Grüninger authored
Fix a type. Add TimeManager.TEnd to the documentation, otherwise the statement was not true. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9152 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 18, 2012
-
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9087 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 27, 2012
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8999 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 08, 2012
-
-
Melanie Darcis authored
Reverted Yasp Grid change since it only seems to cause an error for gcc 4.5.2 and works for all other tested compilers (see bernds mail). Reviewed by Markus git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8819 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 07, 2012
-
-
Melanie Darcis authored
This is done since YaspGrid currently does not always work properly for O3 compilations. Capitalized property names in spatialparams and problems according to property name convention. Beautified input files. Reviewed by Markus. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8812 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jun 04, 2012
-
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8426 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8425 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 03, 2012
-
-
Alexander Kissinger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8204 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 30, 2012
-
-
Alexander Kissinger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8167 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 10, 2012
-
-
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
-
- Feb 16, 2012
-
-
Christoph Grüninger authored
Added and fixed HAVE_UG macro calls. Fixed call for test_impes_adaptiv. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7805 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 09, 2012
-
-
Philipp Nuske authored
executable git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7691 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 03, 2012
-
-
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
-
- Jan 31, 2012
-
-
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
-
- Jan 13, 2012
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7375 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
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
-
- Jan 05, 2012
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7305 2fb0f335-1f38-0410-981e-8018bf24f1b0
-