- Nov 23, 2016
-
-
-
-
-
-
-
-
-
-
This flux variables class contains the flux variables for the different types of possible fluxes (Darcy, molecular diffusion, heat transport). Template specializations are provided for the different combinations of fluxes.
-
-
-
-
-
-
-
-
-
-
-
-
The assembler is now designed to work for all methods, no extra classes for box and cc models are required
-
-
-
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
The fvGeometryVector builds all sub control volumes, sub control volume faces and fvGeometries; where the fvGeometries are merely providing iterators over scvs and scvfs of an element.
-
Timo Koch authored
This becomes obsolete because the volume variables are now only computed twice per dof in each newton iteration, a necessary update and one time with a deflected solution to compute the derivatives correctly.
-
Timo Koch authored
* Make VolumeVariables a global vector * Make FVElementGeometries a global vector Results in 5% speedup for the 1pcc test (100x100) and a 20%! speedup for the 2pcc test.
-
Christoph Grüninger authored
Fix/multidomain normal momentum See merge request !252
-
- Nov 22, 2016
-
-
Thomas Fetzer authored
* multidomain models now also work for cases with pm on top
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-