- Jan 14, 2015
-
-
Johannes Hommel authored
- deleted all unnecessary comments - deleted all ################-only lines git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14049 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 25, 2014
-
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13794 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
The flags are included by the add_dumux_test macro by now. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13792 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 16, 2014
-
-
Martin Schneider authored
reviewed by Alex git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13503 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 07, 2014
-
-
Bernd Flemisch authored
This is done to avoid deprecation warnings when using Dumux with the Dune master, and to be safe when SGrid will actually be removed later. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13460 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 24, 2014
-
-
Thomas Fetzer authored
implemented use of input files by CMakeLists.txt reviewed by natalies git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13406 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 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
-
- Sep 02, 2014
-
-
Bernd Flemisch authored
The change to conservation of moles in the continuity balance brought some non-fuzzy, but tolerable changes, to the Stokes2c(ni) tests. Moreover, the stabilization parameter for the Stokes2c test has been increased to dampen further the unphysical pressure oscillations. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13263 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 17, 2014
-
-
Christoph Grüninger authored
It is 10% faster in the test. We have to investigate to use UMFPack more. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13068 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 01, 2014
-
-
Martin Schneider authored
Fixed the stokes2cni test-problem such that it works with molar and mass fractions. The results match with those from klaus (see reference file r10276). (reviewed by Katherina and Christoph) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12698 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 25, 2014
-
-
Thomas Fetzer authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12659 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 14, 2014
-
-
Thomas Fetzer authored
reviewed by gruenich git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12621 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 13, 2014
-
-
Thomas Fetzer authored
symmetrizing is default FS#212. Deprecated eddyViscosity(). reviewed by klaus git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12468 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 06, 2014
-
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12422 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 28, 2013
-
-
Timo Koch authored
the new stokes2c problem now uses the stokesnc model since stokes2c is deprecated/obsolete. new reference test file was necessary due to more output data of stokesnc and small numerical differences in the order of 10^-8 for some entries. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12095 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 11, 2013
-
-
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 30, 2013
-
-
Philipp Nuske authored
nonetheless it's namespaces should be properly commented :-) reviewed by Christoph git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11865 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 23, 2013
-
-
Christoph Grüninger authored
Tests are still built only for ctest calls, not for plain make. Tests are built for make if -DDUMUX_BUILD_ALL_TESTS:BOOL=TRUE is set. This change is needed for CDash, otherwise compile errors and warnings where not displayed. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11537 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 17, 2013
-
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11486 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 02, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11340 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Tianyuan Zheng authored
"intersection" reviewed by fetzer git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11338 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 29, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11301 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jun 14, 2013
-
-
Klaus Mosthaf authored
The inflow velocity is varied sinusoidally. Updated reference solution. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10858 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 29, 2013
-
-
Bernd Flemisch authored
entity iterator and index names. Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10790 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
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
-
- 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
-
-
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
-
- May 23, 2013
-
-
Bernd Flemisch authored
fully-implicit models." In particular, it replaces OnePBoxModel -> OnePModel OnePTwoCBoxModel -> OnePTwoCModel boxGravity -> gravityAtPos boxSDNeumann -> solDependentNeumann boxSDSource -> solDependentSource boxTemperature -> temperatureAtPos git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10741 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 05, 2013
-
-
Thomas Fetzer authored
applied patch for superlu proposed by gruenich git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10318 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 26, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10284 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 25, 2013
-
-
Christoph Grüninger authored
are missing. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10263 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 10, 2012
-
-
Bernd Flemisch authored
implicit branch: start adapting CMake/CTest. Use the correct names for the box tests. Move reference solutions to a separate directory. Build cell centered tests (do not actually test them yet). git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9793 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 30, 2012
-
-
Bernd Flemisch authored
implicit branch: unify Box- and CC-Problem to ImplicitProblem. Delete ccproblem.hh. Deprecate BoxProblem in favor of ImplicitProblem. Adapt includes and names. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9744 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 17, 2012
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9350 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 16, 2012
-
-
Bernd Flemisch authored
stokes 2cni: remove everything deprecated during 2.2-svn. This mainly includes property, parameter and member function names. Reviewed by Christoph git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9324 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
stokes 2c: remove everything deprecated during 2.2-svn. This mainly includes property, parameter and member function names. Reviewed by Christoph git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9323 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
stokes: remove everything deprecated during 2.2-svn. This mainly includes property, parameter and member function names. Reviewed by Christoph git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9322 2fb0f335-1f38-0410-981e-8018bf24f1b0
-