- Feb 01, 2018
-
-
-
-
-
-
-
-
-
-
Kilian Weishaupt authored
[fluxvars] introduce enabled/disabled specific flux specializations See merge request !763
-
Kilian Weishaupt authored
[tpfa] remove obsolete includes See merge request !765
-
Dennis Gläser authored
Cleanup/mpfa See merge request !774
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
This is not used anymore now after the last commit
-
Dennis Gläser authored
The types for stencils are now passed to the nodal index set via a traits class. This allows using Dune::ReservedVector whenever the maximum sizes are known at compile time.
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
instead, the places where transmissibilities are stored, i.e. the element- or grid-fluxvariablescache define the handles using information from the ivs. This makes the FVGridGeometry completely physics-independent.
-
Dennis Gläser authored
instead, obtain the type from the transmissibility matrix
-
Dennis Gläser authored
The traits class now has to contain both the number of scvs and scvfs in the ivs. This allows the applicability in 3d where numScvs != numScvfs.
-
Dennis Gläser authored
This has as a consequence that the type tag dependency is also removed for the interaction volumes and the mpfa helper. This commit furthermore introduces matrixvector traits to be used by the interaction volumes.
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
This introduces another set of functions specialized via enable_if, but this is necessary as otherwise compilation fails for the tracer model, because it is tried to access pressures via the vol vars, which the volvars of the tracer model do not provide. By ensuring that this is only called for processes using mpfa, we are on the safe side.
-
Katharina Heck authored
[2pnc][test] Rename 2pnc-diffusion problem file See merge request !767
-
- Jan 31, 2018
-
-
Simon Emmert authored
Feature/update poro and perm laws See merge request !768
-
Johannes Hommel authored
[2pncmin] beautification, new reference solution, changed to scalar permeability as setup is isotropic
-
Johannes Hommel authored
-
Johannes Hommel authored
-
Sina Ackermann authored
-
Johannes Hommel authored
-
- Jan 30, 2018
-
-
Kilian Weishaupt authored
[1pnc][volvars] use phaseIdx prop as default in interfaces taking a phase index See merge request !764
-
Kilian Weishaupt authored
* use same naming as for PM volvars, add asserts * do some clean up
-