- Dec 07, 2017
-
-
Simon Emmert authored
-
Simon Emmert authored
[min] introduce mineralization folder with localresidual, model (former properties), volVars and VTK output
-
Timo Koch authored
-
-
-
-
- Dec 06, 2017
-
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
[box] Cleanup laws: Inlcudes, use vtmv, use axpy. See merge request !640
-
Timo Koch authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Kilian Weishaupt authored
* set the size of the BoundaryType array explicitly * set NumEq such that it fits the value of the actual "physical" number of the NavierStokes equations: dim + numComponents (e.g. 4 for a single phase single component 3D problem) * NumEq is not used anywhere in the code at present
-
Dennis Gläser authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Kilian Weishaupt authored
[staggered] Introduce NumEqVector for sources and Neumann BCs See merge request !638
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
Feature/replace amgproperties by amgtraits See merge request !637
-
Timo Koch authored
The Amg properties where defined in an amg header for other discretization TypeTags. This leads to a lot of dependencies because files from all model types where included. Now the includes are reduced to property forward declarations and disc methods.
-
Timo Koch authored
-
Kilian Weishaupt authored
Fix/staggered privars See merge request !636
-
Kilian Weishaupt authored
* Use PrimaryVariables instead of InitialValues, SourceValues, ...
-
Kilian Weishaupt authored
* PrimaryVariables are now only used to set Dirichlet BCs, sources and ICs temp
-
- Dec 04, 2017
-
-
Dennis Gläser authored
-
Simon Emmert authored
-
Dennis Gläser authored
-
Simon Emmert authored
-
Johannes Hommel authored
-
Dennis Gläser authored
We still want to be compatible with Dune 2.5 where the optional class is not yet available.