- Feb 13, 2012
-
-
Philipp Nuske authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7740 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Klaus Mosthaf authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7739 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Nicolas Schwenck authored
changed private to protected, so that it is possible to derive a specialized structuredcubegridcreator class in lectureschanged private to protected, so that it is possible to derive a specialized structuredcubegridcreator class in lectures.. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7737 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
CMake: added tests for immiscibleflash and pengrobinson. Adapted test_pengrobinson to only calculate 50 intermediate values. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7736 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7735 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7734 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
expect your dumux-devel models to break... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7733 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7732 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Philipp Nuske authored
-> gridcreator standard is dgf, if the gridcreator property is reset, grid dimensions are specified in input file (test/boxmodels/2pni, test/decoupled/1p) -> in the cc: first include the gridcreator file, then the problem - removed some includes from cc files git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7731 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Klaus Mosthaf authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7730 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
running ptrace(PTRACE_TRACEME, ...) on a process always causes the Unix signals to be intercepted, i.e. after pressing Ctrl+C the process did not terminate itself anymore, but it was merely stopped. since this is really undesireable, expecially for simulations which use large quantities of memory, and I couldn't come up with a way to detect whether a debugger is attached that does not have this drawback, I figured that it is better to always catch the exceptions thrown by the simulation. To make debugging possible, one can either set a breakpoint in __cxa_throw() or use GDB catchpoints: http://www.delorie.com/gnu/docs/gdb/gdb_31.html git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7729 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7728 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Philipp Nuske authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7727 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Klaus Mosthaf authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7726 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Philipp Nuske authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7725 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Klaus Mosthaf authored
adapted test runs in CMakeLists.txt git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7724 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Philipp Nuske authored
hopefully helpful for (first time) usage. Feel free to change or move somewhere else :-) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7723 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7722 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7721 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 12, 2012
-
-
Benjamin Faigle authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7720 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 10, 2012
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7719 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7718 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7717 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
- no grid dependent initialization in problem constructors! - renaming gridcreator include after file split git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7716 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7715 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
reasons - set no grid-specific stuff in problem constructors or objects instantiated in problem constructors. Reason: Grid size could change afterwards, e.g. by global refine (see. e.g. automatic start routine) - all initializations are done in problem.init() which is called after the instantiation of the problem by the time manager git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7714 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Philipp Nuske authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7713 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Benjamin Faigle authored
returned to pre r7429 formulation of vectors in pressure equation git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7711 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
as decided in FS#122. In a nutshell, Dumux::startWithParameters() has been renamed to Dumux::start(). git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7710 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7709 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7708 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7707 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 09, 2012
-
-
Bernd Flemisch authored
CMake: adapted decoupled tests to parameter file usage. Decoupled: adapted reference solutions. box 3p3c: fixed typo git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7706 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Philipp Nuske authored
it's own gridgreator any more) - fixed bug in the structured gridcreator git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7705 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Philipp Nuske authored
- however there still are problems with the access to the grid created by the GridCreator git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7704 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7703 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7702 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
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
-
Klaus Mosthaf authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7700 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7699 2fb0f335-1f38-0410-981e-8018bf24f1b0
-