- 08 Dec, 2017 1 commit
-
-
Kilian Weishaupt authored
* use dumux/common/properties.hh instead of dumux/common/propertysystem.hh
-
- 17 Nov, 2017 2 commits
-
-
Timo Koch authored
-
-
- 23 Mar, 2016 1 commit
-
-
This includes several tasks (in this commit tutorial / stokes / 1p / 2p-sequential) * Remove unnecessary header includes * Use vectors / FieldVectors when reading from input file more often * Use input file for structured grids instead of dgf files for most tests * Adapt usage message Several severe fixes to the original commit were provided by Dennis.
-
- 08 Dec, 2015 1 commit
-
-
Christoph Grüninger authored
Because config.h is not in the same directory, but added via the include path by -I.
-
- 03 Nov, 2015 1 commit
-
-
Bernd Flemisch authored
See FS#250 for details.
-
- 28 Nov, 2014 1 commit
-
-
Thomas Fetzer authored
update to the generic non-isothermal model adjusted: - 1p model - 3p model - 1p test (including 1pni tests) - 1p2c test (including 1p2cni tests) - 2p2c test (including 2p2cni tests) - 3p test (including 3pni tests) - 3p3c test (including 3p3cpni tests) - new ctest for kuevette problem updated: - SET_TYPE_PROP instead of SET_PROP - documentation of non-isothermal problems - solution for 2pinjectionproblem (now with simplex grid) - version number in one start message deleted: - old non-isothermal test folders - whitespace at end of configure.ac lines created and reviewed by kissinger and fetzer git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13825 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 07 Mar, 2013 1 commit
-
-
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
-
- 05 Dec, 2012 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9782 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 27 Nov, 2012 1 commit
-
-
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
-
- 18 Sep, 2012 1 commit
-
-
Christoph Grueninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9087 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 27 Aug, 2012 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8999 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 13 Aug, 2012 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8843 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 08 Aug, 2012 1 commit
-
-
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
-
- 09 Feb, 2012 1 commit
-
-
Andreas Lauser authored
Currently, Dumux::startWithParameters() is just an alias for Dumux::start(). startWithParameters() has not been deprecated, but all files have been converted to use Dumux::start(). git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7701 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 08 Feb, 2012 1 commit
-
-
Philipp Nuske authored
- each model specifies in the *.cc file which parameters are mandatory - syntax as well as output further homogenized and beautified - for seeing how to group entries in the input file and how to use them in the problem: please have a look at test_2p2c - for seeing how to create your own grid (no dgf): please have a look at test_2pni - for specifying a lense: please have a look at test_2p git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7672 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 07 Feb, 2012 1 commit
-
-
Vishal Jambhekar authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7651 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 03 Feb, 2012 3 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
-
Philipp Nuske authored
from start.hh. - Disable property printing by default: more clear - Add tests for 3p3c(ni) models git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7623 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 02 Feb, 2012 1 commit
-
-
Philipp Nuske authored
- Everything and the kitchen sink can be specified in there. Example: the 2p2c test - Minor changes to the parameter file syntax: parameters do not start with capital any more - It is checked now whether the parameter file exists - How to use the program / parameter file can be queried by ./progName --help - Documentation: /dumux/common/start.hh and the parameterfiles themselves git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7607 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 31 Jan, 2012 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7591 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 02 Jan, 2012 1 commit
-
-
Andreas Lauser authored
- only clamp the newton update for the first five iterations of a time step - use the generic startup routines for the test problem - increase target and maximum newton iterations per time step in test problem to 18 and 28 git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7274 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 20 Dec, 2011 1 commit
-
-
Andreas Lauser authored
mainly to get rid of AX_BOOST_BASE and to reduce the number of dependencies. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7174 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 16 Dec, 2011 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7100 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 11 Oct, 2011 1 commit
-
-
Benjamin Faigle authored
- restart mechanism is now called from init(..) method in time manager for all models via problem().restart(...); - hence, calls to problem or models in application files and in the default start procedure are deleted (included in timeManager) - timeManager().init(...) now has a real restart bool defining if a restart was called by the user. Bool is true if restart is desired. - Decoupled models: to enable restart, the writer is only called with the access function to avoid segmentation fault. - Adapt tutorial to the change git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6737 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 04 Jan, 2011 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4952 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 12 Nov, 2010 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4678 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 05 Aug, 2010 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@3998 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 03 Aug, 2010 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@3962 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 15 Jul, 2010 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@3842 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 14 Jul, 2010 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@3832 2fb0f335-1f38-0410-981e-8018bf24f1b0
-