- Sep 17, 2014
-
-
Christoph Grüninger authored
The adaptivity is borken, see FS#237. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13344 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 05, 2014
-
-
Bernd Flemisch authored
correct use of wildcards, add ALUGrid flags to tests with AMG. Merge revisions 12949, 13246 and 13248 from the strip-pdelab branch. They all improve the buildsystem behavior. Thanks to Markus Blatt for the work. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13282 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 29, 2014
-
-
Markus Blatt authored
The correct usage of wildcards is "$(wildcard *.hh)". With this patch we use these instead of "*.hh". Quoting from https://www.gnu.org/software/make/manual/html_node/Wildcard-Examples.html#Wildcard-Examples Wildcard expansion does not happen when you define a variable. Thus, if you write this: objects = *.o then the value of the variable objects is the actual string ‘*.o’. However, if you use the value of objects in a target or prerequisite, wildcard expansion will take place there. If you use the value of objects in a recipe, the shell may perform wildcard expansion when the recipe runs. To set objects to the expansion, instead use: objects := $(wildcard *.o) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/strip-pdelab@13248 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 23, 2014
-
-
Bernd Flemisch authored
Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13089 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 17, 2014
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13070 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13069 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 06, 2014
-
-
Thomas Fetzer authored
length = 150, thanks to kristopherg reviewed by fetzer git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12432 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 24, 2014
-
-
Thomas Fetzer authored
reviewed by hommel git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12340 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 20, 2014
-
-
Christoph Grüninger authored
std::cout was not placed at a valid place. Fixed spelling and a surplus stream symbol < (reviewed by natalies) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12317 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 12, 2013
-
-
Christoph Grüninger authored
Clean cubegridcreator.hh and Makefile.am. This is related to FS#193. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11957 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 11, 2013
-
-
Christoph Grüninger authored
The error where introduces by r11951 from zheng - a commit that does not seem to be reviewed. Such a commit must be tested with make check and make headercheck! Please. (reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11954 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Tianyuan Zheng authored
GlobalPosition, DimVector and DimMatrix^ git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11951 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 11, 2013
-
-
Martin Schneider authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11643 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 23, 2013
-
-
Tianyuan Zheng authored
reviewed by kathinka git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11541 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 02, 2013
-
-
Christoph Grüninger authored
Fix a bunch of deprecation warnings. Make plotoverline2d.hh more conforming to our style. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11345 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 29, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11300 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11293 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 29, 2013
-
-
Christoph Grüninger authored
test. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10778 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
local variables. Reviewed by Benjamin. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10776 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 28, 2013
-
-
Bernd Flemisch authored
Only public member names have been treated so far. Local variables will be done shortly, classes maybe not before the next release cycle. Everything old could be marked deprecated. Reviewed by Benjamin and Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10761 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 24, 2013
-
-
Bernd Flemisch authored
saturation. In particular, it deals with the capitalized "S"-indices: S0Idx -> s0Idx SnIdx -> snIdx SwIdx -> swIdx SOrX1Idx -> sOrX1Idx SOrX2Idx -> sOrX2Idx SnOrXidx -> snOrXIdx SwOrXIdx -> swOrXIdx Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10756 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
The tests which were added in the CMakeLists.txt in the root dir are now added in the test directories. All arguments were transfered. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10752 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10751 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 18, 2013
-
-
Klaus Mosthaf authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10233 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 15, 2013
-
-
Klaus Mosthaf authored
Reviewed by Markus git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10222 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 21, 2012
-
-
Bernd Flemisch authored
in the old location by deprecated forwards to the new one. Adapt includes. This implements FS #171. Reviewed by Markus. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9916 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 03, 2012
-
-
Bernd Flemisch authored
implicit branch: replace BoxSpatialParams* by ImplicitSpatialParams*. Deprecate the old classes, adapt includes and names. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9756 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 30, 2012
-
-
Bernd Flemisch authored
implicit branch: unify PorousMediaBox- and PorousMediaCC-Problem to ImplicitPorousMediaProblem. Delete porousmediaccproblem.hh. Deprecate PorousMediaBoxProblem in favor of ImplicitPorousMediaProblem. Adapt includes and names. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9745 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 27, 2012
-
-
Bernd Flemisch authored
implicit branch: replace boxmodels/model includes by implicit/model includes. Everything compiles again without warnings. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9684 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9683 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 17, 2012
-
-
Christoph Grüninger authored
Dune 2.2, by the preferred way AluGrid <..> (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9352 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9350 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 15, 2012
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9313 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
(reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9297 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 13, 2012
-
-
Christoph Grüninger authored
how this could be ever commited! But nevermind, the complete folder is completely missing in the 2.2 release :-) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9296 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 06, 2012
-
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9228 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 05, 2012
-
-
Benjamin Faigle authored
- Tutorial: * Corrected sign of outflow nemann condition and added explanation to text * Corrected some errors in decoupled tut, improved text for changeing components * Added solutions to the decoupled tutorial git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9217 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 24, 2012
-
-
Alexander Kissinger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9113 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
-
- Sep 11, 2012
-
-
Benjamin Faigle authored
corrected minor inconsistency of decoupled tutorial with its docu (output interval too small). reviewed by Philipp git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9072 2fb0f335-1f38-0410-981e-8018bf24f1b0
-