- Feb 19, 2016
-
-
Christoph Grüninger authored
-
- Jan 13, 2016
-
-
Timo Koch authored
The bounding box tree uses the grid's index set as it is only concerned with elements no matter which discretization. We have to therefore use the gridview's indexset to access the point source map in the problem.
-
- Dec 08, 2015
-
-
Christoph Grüninger authored
Because config.h is not in the same directory, but added via the include path by -I.
-
- Nov 03, 2015
-
-
Bernd Flemisch authored
See FS#250 for details.
-
- Oct 19, 2015
-
-
Christoph Grüninger authored
Use dune-ALUGrid instead. (reviewed and improved by timok)
-
- Jul 21, 2015
-
-
Christoph Grüninger authored
(reviewed by timok) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15127 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 14, 2015
-
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15066 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 16, 2015
-
-
Martin Schneider authored
Reviewed by Timo git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/gridadapt@14582 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 15, 2013
-
-
Thomas Fetzer authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11661 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 24, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10747 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 07, 2013
-
-
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
-
- Nov 28, 2012
-
-
Bernd Flemisch authored
implicit branch: reset bboxMin/Max to the expected values for the cc problems. The unified test problem can be further simplified. Both spatial parameters and problem do not contain any differentiation between box and cc anymore. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9705 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 27, 2012
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9690 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9686 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 11, 2012
-
-
Christoph Grüninger authored
Remove not working UG, ALUGrid must be used. (thanks for reporting this bug goes to tatomir, reviewed by vishal) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9274 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 10, 2012
-
-
Alexander Kissinger authored
Changed cc files of the test to return 77 if alu or ug grid are not installed Changed doxygen doc in co2model and co2nimodel Changed commments in all files git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9265 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 04, 2012
-
-
Christoph Grüninger authored
Include missing headers for a passing headercheck. Small cosmetical fixes. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9183 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 27, 2012
-
-
Alexander Kissinger authored
tests. (Reviewed by Lena) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9131 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 13, 2012
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8843 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
-
- Feb 09, 2012
-
-
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
-
- Feb 08, 2012
-
-
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
-
- Feb 07, 2012
-
-
Vishal Jambhekar authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7651 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
-
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
-
- Feb 02, 2012
-
-
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
-
- Jan 31, 2012
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7591 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 26, 2012
-
-
Andreas Lauser authored
a default options file called 'test_2p2c.opts' is also included in the package. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7523 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 16, 2011
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7100 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 27, 2011
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5933 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 04, 2011
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4952 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 12, 2010
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4678 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 24, 2010
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4142 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 14, 2010
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@3832 2fb0f335-1f38-0410-981e-8018bf24f1b0
-