- Jun 27, 2011
-
-
Andreas Lauser authored
This messes up the indentation in some places, but before it was messed up anyway, depending on how your editor displays tabulator characters. To avoid such things in the future, please change your editor not to insert 4 space character instead of one tabulator character. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6079 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
In my experience it never made a difference stability-wise but performance-wise the speedup is almost factor 2 for local jacobian assembly. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6078 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6077 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jun 24, 2011
-
-
Benjamin Faigle authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6067 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jun 22, 2011
-
-
Benjamin Faigle authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6063 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jun 21, 2011
-
-
Andreas Lauser authored
splines are extrapolated attaching straight lines at the spline's endpoints which exhibits the same value and derivative as the spline at the end points. this makes the eval() and evalDerivative() methods more covenient to use. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6053 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6049 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Katherina Baber authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6041 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Benjamin Faigle authored
If moved for a good reason, state something in the commit message! git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6039 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Benjamin Faigle authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6038 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Benjamin Faigle authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6037 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jun 20, 2011
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6033 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
this is untested, though... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6032 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6031 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Klaus Mosthaf authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6030 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
- the constructor of VtkMultiWriter now expects a grid view as first argument. unfortunately the old API cannot be kept around with this change. - as a follow up beginWrite() does not need the grid view as an argument anymore - if the grid has been changed during two time steps, the new method gridChanged() must be called before beginWrite() is called git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6027 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jun 17, 2011
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6021 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
this is supposed to make it more readable but is considered an experiment... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6003 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
the VTK writing code would probably benefit from some more invasive refactoring in the medium-term future... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6002 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jun 16, 2011
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6001 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
the old set() methods are still around but deprecated. Everything should still compile... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6000 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
If you are still using SVN as your SCM, you are sooo last decade! Seriously, this file does not affect SVN users at all, but users of git-svn will appreciate it a lot... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5999 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
this should not introduce any regressions and will hopefully change things for the better... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5998 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
a spline can now be initialized like this Spline sp({0, 0}, {1, 1}, {2, 4}) unfortunately the old set() methods could not be kept during this enterprise... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5997 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jun 14, 2011
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5988 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5986 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
- so far SuperLU is not used as linear solver in the parallel-linear solver backend - backend only for serial use! git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5984 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jun 08, 2011
-
-
Markus Wolff authored
avoid negative saturations git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5964 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5963 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jun 02, 2011
-
-
Andreas Lauser authored
note that currently the selection of constants is pretty arbitrary and far from exhaustive. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5943 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jun 01, 2011
-
-
Klaus Mosthaf authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5939 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 30, 2011
-
-
Philipp Nuske authored
future with will is constructed with an infinitive of the verb. "will chose us next time" -> "will choose us next time" :-) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5934 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
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5932 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 26, 2011
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5925 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 25, 2011
-
-
Andreas Lauser authored
this makes sure that the test does not abort with the error message "The problem does not provide a initial() method." git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5922 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5920 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 24, 2011
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5918 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 23, 2011
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5879 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Holger Class authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5874 2fb0f335-1f38-0410-981e-8018bf24f1b0
-