- 13 Nov, 2018 1 commit
-
-
- 05 Apr, 2018 4 commits
-
-
- 05 Mar, 2018 3 commits
- 01 Mar, 2018 1 commit
-
-
Timo Koch authored
-
- 22 Feb, 2018 1 commit
-
-
Timo Koch authored
-
- 18 Jan, 2018 2 commits
- 15 Dec, 2017 6 commits
-
-
Dennis Gläser authored
-
Dennis Gläser authored
This commit affects all properties and member variables
-
Dennis Gläser authored
-
Dennis Gläser authored
This commit affects all properties and member variables
-
Dennis Gläser authored
-
Dennis Gläser authored
-
- 12 Dec, 2017 1 commit
-
-
Timo Koch authored
-
- 21 Nov, 2017 1 commit
-
-
Dennis Gläser authored
-
- 15 Nov, 2017 1 commit
-
-
Timo Koch authored
-
- 02 Nov, 2017 1 commit
-
-
Timo Koch authored
-
- 28 Oct, 2017 1 commit
-
-
Dennis Gläser authored
we now have the following levels of type tags: - basic numerical model - linear solver type tag - discretization scheme-specific type tag - physics-related type tag (e.g. pmflow) - problem-specific type tag
-
- 23 Aug, 2017 1 commit
-
-
Timo Koch authored
-
- 12 Jan, 2017 1 commit
-
-
Dennis Gläser authored
The stencils are no longer used. Instead, we make use of the assembly map in cc models, where needed. For the box method the stencils concept was not necessary anyway.
-
- 23 Nov, 2016 8 commits
-
-
The DiscretizationMethods property is substituted by an enum listing all the available methods. Using aliases to simplify specializations of the method-specific classes. (cherry picked from commit bf2d9555d79e428bc476bd7cab38d46d3547334e)
-
Timo Koch authored
-
Timo Koch authored
There are a restriction of the global vector obtained by a localView call and then bound to an element.
-
Timo Koch authored
The global object can create an empty temporary local object that can be bound to an element/stencil. This is closer to the current dumux-stable implementation and still allows to switch between global caching (for smaller problems where memory is not an issue) and local caching (variables are precomputed for each element assemble temporarily) Works for cc and box (in 2d). Box needs some performance improvement, probably when creating the box geometries. But also other parts might be possbile to optimize.
-
A new folder named discretization is introduced on the /dumux level. In this folder there are all the geometry classes as well as vol vars, flux var cache and physical laws (darcy, fick etc), since they could be possibly reused in decoupled models and are not restricted to implicit models. NOTE: The fluxvariables and the flux variables cache are still in the folder /porousmediumflow/implicit/. It is to be discussed whether or not they should be moved into the discretization folder as well.
-
-
Each discretization method (Box, CCTpfa, Mpfa etc) now has a corresponding flag which is set as a property. This allows a specialization of the used constitutive laws for the different methods. For a model it is thus no longer necessary to define additional typetags for the different discretization methods. On the problem level one can simply derive from the discretization method's typetag and the model type tag. Additional method-dependend classes are automatically set via the DiscretizationMethod property in the form of template specializations
-
Timo Koch authored
TODO * Box local residual * Darcy and Fickean flux vars
-
- 26 Jul, 2016 1 commit
-
-
Bernd Flemisch authored
Everything in our .hh files is defined within the namespace `Dumux`. There were numerous occurrences of `Dumux::` qualifiers that were unnecessary. Remove those occurrences. Necessary qualifications remain, such as `typedef Dumux::H2O<Scalar> H2O;`.
-
- 02 Mar, 2016 1 commit
-
-
Beatrix Becker authored
improve documentation for 2pnc and 2pncmin model and add description for classes rename modules (sequential) and reorder according to new structure (porousmediumflow...)
-
- 22 Jan, 2016 2 commits
-
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
- 26 Feb, 2013 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10284 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 20 Dec, 2012 1 commit
-
-
Bernd Flemisch authored
in the header amgbackend.hh. It is fully functional for both box and cell-centered. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9893 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 19 Dec, 2012 1 commit
-
-
Bernd Flemisch authored
implicit branch: remove Dumux copies of PDELab backends, patching strangely seems to be the cleaner solution. Add constant local finite element backend to allow for unified treatment of box and cell-centered in the AMG backend. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9851 2fb0f335-1f38-0410-981e-8018bf24f1b0
-