- Mar 23, 2016
-
-
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.
-
- Feb 23, 2016
-
-
Johannes Hommel authored
Updated the tutorial and its description in the handbook to use implicit instead of coupled and sequential instead of decoupled.
-
- Dec 08, 2015
-
-
Christoph Grüninger authored
Because config.h is not in the same directory, but added via the include path by -I.
-
- 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 10, 2012
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8841 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 22, 2012
-
-
Markus Wolff authored
- we decided to keep the tutorials similar and to change them to start from a parameter file git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7857 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 05, 2012
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7305 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 20, 2011
-
-
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
-
- Dec 16, 2011
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7100 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 11, 2011
-
-
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
-
- Jul 27, 2011
-
-
Benjamin Faigle authored
Problems instantiated with Timemanager TimeManager now runs the problem update of handbook according to that. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6304 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 19, 2010
-
-
Benjamin Faigle authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4763 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
-
- Nov 08, 2010
-
-
Andreas Lauser authored
also remove the ReferenceElements property because changing to the old DUNE entity numbering would not work anyways... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4617 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 01, 2010
-
-
Benjamin Faigle authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4342 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 24, 2010
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4145 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 05, 2010
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@3998 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 03, 2010
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@3965 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 14, 2010
-
-
Bernd Flemisch authored
everything in dumux stable compiles except 1p2c and richards since the old material system is used there git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@3837 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@3832 2fb0f335-1f38-0410-981e-8018bf24f1b0
-