- Jan 18, 2018
-
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
Mpfa contributed by DennisGlaeser
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
This is not used by means of the property system anymore
-
-
This will become necessary when e.g. the L-scheme is re-implemented into DuMux. It will have to be done in a different way anyway, so for now we delete this.
-
-
Timo Koch authored
-
Timo Koch authored
-
This reduces the massive memory overhead for mpfa schemes.
-
This commit furthermore introduces default traits classes to be used for the scvs and scvfs. Before, these were locally defined in the body of the SET_PROP construction in the properties.
-
This wasn't possible anymore anyway. Essentially we just get rid of code with no purpose.
-
Timo Koch authored
-
Timo Koch authored
This patch reduces dependencies and makes usage of linear solvers more flexible, i.e. for two problems with different typetag * Linear solvers don't need type tag anymore, in fact they don't need any template params * the preconditioner block size is now provided for the solve method (see e.g. staggered newton controller) * the amg has a convencience alias using a TypeTag but is "independent" through indirection via the traits
-
Dennis Gläser authored
Make Newtoncontroller independent of TypeTag See merge request !740
-
- Jan 16, 2018
-
-
Dennis Gläser authored
In case of global caching, the grid variables have to be updated as otherwise the old solution is written to disk.
-
Dennis Gläser authored
-
Manual cherry-pick of a part of 993d4801.
-