- Apr 23, 2015
-
-
Christoph Grüninger authored
Tests are no longer build when running ctest / make test. They have to be explicitly built within the test folder using "make all". This fixes FS#263. (reviewed by timok) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14622 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 22, 2015
-
-
Martin Schneider authored
Reviewed by Timo git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14620 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Martin Schneider authored
schemes. Added files for adaptation in subfolder implicit/adaptive. The implicit properties inherits from GridAdapt properties. Basic functions are included in the implictproblem. The beginUpdate() function is modified such that the JacobianMatrix is updated after each grid adaptation. The grid adapt is done in the preTimeStep() method, make sure to call the parent function when overwriting this method. TO make a testproblem adaptive, just set the property AdaptiveGrid to true and choose corresponding indicators via AdaptationInitializationIndicator, AdaptationIndicator (see TwoPTestProblem). Restrictions: no parallel solving yet and problems with solvers using gridView informations. Reviewed and discussed with Timo git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14619 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
The html apparently has been created with a different tool and was not included properly by doxygen. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14617 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Martin Schneider authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/gridadapt@14615 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
test/material/fluidmatrixinteractions Different tests have been writing output to the same file which can lead to wrong (testing) results if the tests are executed in parallel. Reviewed by Thomas. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14611 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14609 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Martin Schneider authored
Reviewed by Timo git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/gridadapt@14607 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 21, 2015
-
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/gridadapt@14606 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Martin Schneider authored
Reviewed by Timo git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/gridadapt@14601 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Martin Schneider authored
Renamed classes in a consistent way. Reviewed by Timo git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/gridadapt@14600 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 17, 2015
-
-
Timo Koch authored
[implicit grid adapt] Generalize Initationalizationindicator to arbitrary dimensions, element geometry types, and discretization scheme The initilization indictor is simplified by only checking the midpoint and the corner points of every element for a matching source or boundary condition. This works for BOX and CCFV schemes. For the 2p test the new indicator yields the identical result. Reviewed by martins git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/gridadapt@14588 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 16, 2015
-
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/gridadapt@14586 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/gridadapt@14585 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/gridadapt@14584 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/gridadapt@14583 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Martin Schneider authored
Reviewed by Timo git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/gridadapt@14582 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Martin Schneider authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/gridadapt@14581 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Martin Schneider authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/gridadapt@14580 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Martin Schneider authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/gridadapt@14578 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 15, 2015
-
-
Christoph Grüninger authored
(reviewed martinb) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14577 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 14, 2015
-
-
Christoph Grüninger authored
Get rid of backwards-compatible AMGBackends, the P0fem stuff and the outdated PDELab local operator wrapper. (reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14557 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 13, 2015
-
-
Thomas Fetzer authored
added new tests for all diffusivity and thermalconductivity laws use debug streams in gnuplotinterface reviewed by martinb git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14549 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
added a new thermal conductivity law (Johansen), with a better fit to experimental data for lower water saturation reviewed by martinb git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14548 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
improved runTest.sh that also an exact compare between two files can be performed fixed typo in fuzzycompare reviewed by martinb git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14547 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 09, 2015
-
-
Beatrix Becker authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14541 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Beatrix Becker authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14539 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Beatrix Becker authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14537 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14535 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 08, 2015
-
-
Christoph Grüninger authored
Dune 2.4 and Dune 2.3 differ in the number of time steps. (reviewed by becker) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14533 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 07, 2015
-
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14530 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 02, 2015
-
-
Christoph Grüninger authored
It was no longer used and is incompatible to PDELab 2.0. It is succeeded by MultiDomainLocalOperator. (reviewed by bernd, approved by becker) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14520 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Beatrix Becker authored
delete parameters from input-files that were set to the default value, update parameterlist, update list of copyright holders reviewed by Johannes git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14518 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 01, 2015
-
-
Beatrix Becker authored
DUNE_DEPRECATED_MSG at wrong position made by Bernd, reviewed by Beatrix git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14510 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Beatrix Becker authored
doesn't work with DUNE 2.4 at the moment, therefore DuMuX multidomain models only work with DUNE 2.3 at the moment git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14508 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Martin Schneider authored
Reviewed by Bernd and Beatrix git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14507 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14501 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Beatrix Becker authored
tolerance_ to shiftTolerance_), reviewed by Thomas git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14498 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
updated handbook: - added CMake instruction, removed autotools specific parts - restructured Guidline, TipsNTricks and Detailed Intruction section - colorful DuMuX code - small updates in TipsNTricks git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14497 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
The number of time steps seems to have reduced. The reference solution is still matching. (reviewed and approved by becker) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14496 2fb0f335-1f38-0410-981e-8018bf24f1b0
-