- 23 Sep, 2015 1 commit
-
-
Kilian Weishaupt authored
description of variables git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15511 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 25 Aug, 2015 1 commit
-
-
Alexander Kissinger authored
- All headers and source files are moved to the specfied include directory during installation. - Existing CMakeLists.txt files were appended. - CMakeLists.txt were added in folders that did not contain any CMakeLists.txt files but contain headers - The installed version of dumux has been tested by Bernd with the dumux-lecture module Reviewed, modified and tested by Bernd. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15347 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 24 Aug, 2015 1 commit
-
-
Bernd Flemisch authored
This solves FS#237, see further details there. The solution is to be aware of a restart already in the GridCreator. Then, it is possible to construct the grid there that will be used for the restarted simulation. This requires that the parameter Problem.Name is set in the input file in order to deduct the correct restart file names. Reviewed and improved by Timo. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15336 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 21 Jul, 2015 1 commit
-
-
Christoph Grueninger authored
(reviewed by nicolas) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15112 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 14 Jul, 2015 2 commits
-
-
Bernd Flemisch authored
Additionally use capabilities of the resize method to zero entries. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15067 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Nicolas Schwenck authored
replace deprecated leafView with leafGridView. reviewed by martins git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15065 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 13 Jul, 2015 2 commits
-
-
Christoph Grueninger authored
Same for make_shared and some includes. (reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15050 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grueninger authored
(reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15047 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 02 Jul, 2015 2 commits
-
-
Beatrix Becker authored
before at all). Approved by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15000 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grueninger authored
- remove trailing whitespace - replace tabs by spaces - remove pointless returns - remove superfluous semicolons - use an auto (reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14999 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 24 Jun, 2015 1 commit
-
-
Christoph Grueninger authored
Remove deprecated, Autotools-based build system. Use CMake-based one instead. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14939 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 28 Apr, 2015 1 commit
-
-
Christoph Grueninger authored
(reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14665 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 27 Apr, 2015 1 commit
-
-
Timo Koch authored
Until now it was not possbile to store the velocity in the 2p2c flux data object. This adds velocity and setVelocity methods. Reviewed by bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14661 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 01 Apr, 2015 1 commit
-
-
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
-
- 31 Mar, 2015 1 commit
-
-
Bernd Flemisch authored
variable Reviewed and approved by Beatrix. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14485 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 11 Feb, 2015 2 commits
-
-
Bernd Flemisch authored
In some places, property retrievals of the form GET_PROP...(TypeTag, PTAG(...)) can still be found. The use of PTAG is not required for a very long time already. This patch replaces such calls by GET_PROP...(TypeTag, ...) Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14240 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14234 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 02 Feb, 2015 1 commit
-
-
Bernd Flemisch authored
Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14163 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 28 Jan, 2015 1 commit
-
-
Martin Schneider authored
Changed floating point comparisons. For comparisons with zero an absolute criteria is used, otherwise a relative one. Reviewed by Timo git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14145 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 23 Jan, 2015 1 commit
-
-
Christoph Grueninger authored
Similar for ElementLayout. (reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14111 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 13 Jan, 2015 1 commit
-
-
Hao Wu authored
(reviewed by gruenich) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14047 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 09 Dec, 2014 1 commit
-
-
Christoph Grueninger authored
The method is deprecated in 2.4. More replacements have to follow. (reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13894 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 27 Nov, 2014 1 commit
-
-
Thomas Fetzer authored
removed german comments/words git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13822 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 25 Nov, 2014 4 commits
-
-
Bernd Flemisch authored
As decided at the Dumux day. Discussed with Johannes. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13788 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Johannes Hommel authored
pglobal, global by vIdxGlobal, faceVertexIdx, vIdx, fIdxInner, pGlobal, globalPos As decided at the Dumux day. Made by Bernd, partially reviewed by Johannes. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13784 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Johannes Hommel authored
As decided at the Dumux day. Made by Bernd, reviewed by Johannes. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13783 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Johannes Hommel authored
As decided at the Dumux day. Reviewed by Bernd. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13782 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 21 Nov, 2014 1 commit
-
-
Christoph Grueninger authored
They were only deprecated by a comment, now warnings are emitted. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13750 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 05 Nov, 2014 1 commit
-
-
Bernd Flemisch authored
So far, velocity output for the decoupled models has been restricted to cubes. It now also works for simplices such as triangles and tetrahedrons. For each element, it evaluates the Raviart-Thomas-0 interpolant of the fluxes in the barycenter. Brought to attention by, discussed with and reviewed by Nicolas. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13610 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 03 Nov, 2014 1 commit
-
-
Nicolas Schwenck authored
reverted commit r13598 - if the pressure model is needed the changes should be recommited to a derived model, but not the onemodelproblem itself which does not know a pressure model in all cases git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13601 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 31 Oct, 2014 1 commit
-
-
Nicolas Schwenck authored
reviewed by Beatrix git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13598 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 29 Oct, 2014 2 commits
-
-
Bernd Flemisch authored
Reviewed by Beatrix. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13585 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Nicolas Schwenck authored
(except MPFA which anyway only works on quadrilateral grids) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13584 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 16 Oct, 2014 2 commits
-
-
Bernd Flemisch authored
See FS#240. Approved by natalies. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13511 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
Without storing the geometry, the call const JacobianTransposed& jacT = eIt->geometry().jacobianTransposed() effectively resulted in an all-zero matrix, once optimization >=-O1 is turned on. This is very disturbing, since such code might be in quite some places. We have to investigate this thoroughly. Discussed with and reviewed by Martin S. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13509 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 08 Oct, 2014 1 commit
-
-
Bernd Flemisch authored
Avoid duplicate code by using multiple case markers. For the adaptive model, there is no need to treat SGrid and YaspGrid. Reviewed by Martin S. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13463 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 06 Oct, 2014 1 commit
-
-
Nicolas Schwenck authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13457 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 24 Sep, 2014 1 commit
-
-
Christoph Grueninger authored
abs() is for integers. C offers fabs(), C++ std::abs. (reviewed by natalies) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13404 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 17 Sep, 2014 2 commits
-
-
Thomas Fetzer authored
updated doxgen docu, 3 warnings left git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13350 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grueninger 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
-