- Sep 05, 2014
-
-
Bernd Flemisch authored
files and installation script git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13288 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
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
-
- Apr 11, 2014
-
-
Christoph Grüninger authored
Apply patches now with -p1 instead of -p0. (reviewed and improved by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12750 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 08, 2014
-
-
Christoph Grüninger authored
(reviewed by martinb) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12724 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 25, 2014
-
-
Christoph Grüninger authored
Improve documentation on how to use the multidomain stuff. Add patch to make it work without further touching the code. (reviewed by fetzer, approved by martins) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12666 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 21, 2014
-
-
Christoph Grüninger authored
Only PDELab 1.1 is supported. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12646 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 25, 2014
-
-
Christoph Grüninger authored
It is needed for external modules which depends on dumux when used together with dune-common 2.2. With dune 2.3 it is not needed anymore. (reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12537 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 14, 2013
-
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11650 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 07, 2013
-
-
Christoph Grüninger authored
avoid distracing output from patch. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10639 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 03, 2013
-
-
Christoph Grüninger authored
(reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10593 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 20, 2013
-
-
Christoph Grüninger authored
dune-common r7429 or newer). git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10435 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 08, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10364 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 07, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10362 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
Bugfix: the implicit AMG tests now also compile with an unpatched PDELab. This is achieved by setting a corresponding macro in a PDELab header. This should be replaced by a proper configure test after the release. Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10350 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 16, 2013
-
-
Bernd Flemisch authored
AMGBackend, DUNE-PDELab has to be patched. If the backend should be used without SuperLU as coarse solver, also DUNE-ISTL should be patched. Discussed with Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9998 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 10, 2012
-
-
Andreas Lauser authored
no patches are required anymore, DUNE uses 'bin' for executable files and the richards model has been fixed yesterday git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7321 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 15, 2011
-
-
David Werner authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6221 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 03, 2011
-
-
David Werner authored
patches should get applied git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5168 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 02, 2011
-
-
David Werner authored
document your patches you put in. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5164 2fb0f335-1f38-0410-981e-8018bf24f1b0
-