- Feb 17, 2017
-
-
[mpfa][interiorboundarydata] fix previous erroneous commit of handing in element to facetVolVars() method
-
-
-
-
-
-
-
-
-
We decided to not change the stencil subject to the tensor, thus, all components in all phases will use the same stencil (maximum possible stencil). Thus, it is sufficient to store it just once.
-
we do not incorporate the handling of lower dimensional elements on the facets in the base laws etc anymore. We want to overload functionalities required to realize the coupling in the mixeddimension-specific classes. The upwind scheme is still to be modified!
-
we do not allow for different implementations of the globalfvgeometry class for the different mpfa methods anymore. If this ever occurs to be necessary one might reintroduce this. Until then, we opt for having one file less.
-
- Feb 15, 2017
-
- Feb 13, 2017
-
-
Timo Koch authored
-
- Feb 10, 2017
-
-
Timo Koch authored
-
-
*Account for new vtk output *Reduce number of timesteps
-
-
* Remove convenience functions from problem to prevent misuse by overloadding * Access correct values directly
-
-
* Rename VTKLocalFunction to VTKFunction * Remove member variable file_, pass as argument instead
-
* Time started at -1.0
-
* Use correct pos and dofIdx
-
* Adapt to new sequence writer
-
* This is a modified version of DUNE's pvd writer which takes a VTKWriter as template argument making it more general.
-
* Add serveral improvements
-
* Now provides void addPointData() to make usage more similar to existing writer * Will get an interface which allows use with dune sequence writer
-
-
-
* Use ccSubContolVolume instead
-
-
This class generates a IntRange [a,b) which can be used in a for loop, e.g for(auto i : IntRange(3) { ... i = 0, 1, 2 } or for(auto i : IntRange(5, 8) { ... i = 5, 6, 7} see: https://en.wikipedia.org/wiki/Generator_(computer_programming)
-
-
-
* Improve docu in problem * Add new convenience function dirichlet(face) * make some variables const
-
* There is no permeability in free flow
-
-
* Can be set in input file: [Vtk] WriteFaceData = true / false