[WIP] facet coupling
- Jan 26, 2017
-
-
Timo Koch authoredc11ede3d
-
Timo Koch authoredcc139828
-
Timo Koch authored
Fix the flux stencil for every method independent of the stencils used in the different flux laws. The matrix entries have to be reserved for all possible occuring stencils if the method has parameter or solution dependent stencils, otherwise the matrix needs to be rebuild every time. This implements this unified flux stencil for box, cc, ccmpfa. Remove a lot of duplicate code. Separate the physical laws from the dicretization stencil.
b2f7e854 -
Dennis Gläser authoredfda8a3e5
-
Dennis Gläser authored11ae6bb1
-
Dennis Gläser authoredb9d97eb4
-
Dennis Gläser authored
The interaction volumes have to be instantiated with a valid fvGeometry etc and during assembly they only exist temporarily for the transmissibility calculations. Interaction volumes can now not be instantiated and stored globally anymore, but, why would one like to do that. If global flux var caching is enabled, then the transmissibilities are stored over the whole simulation time. This is the main thing one wants from them.
3007a8e5 -
Dennis Gläser authored381105eb
-
Dennis Gläser authoredf76ff259
-
Dennis Gläser authored0dd5db66
-