The finite volume geometry (scvs and scvfs) for cell-centered TPFA models on a grid view This builds up the sub control volumes and sub control volume faces for each element of the grid partition.
#include <utility>#include <algorithm>#include <dumux/common/indextraits.hh>#include <dumux/common/defaultmappertraits.hh>#include <dumux/discretization/method.hh>#include <dumux/discretization/basegridgeometry.hh>#include <dumux/discretization/checkoverlapsize.hh>#include <dumux/discretization/cellcentered/subcontrolvolume.hh>#include <dumux/discretization/cellcentered/connectivitymap.hh>#include <dumux/discretization/cellcentered/tpfa/fvelementgeometry.hh>#include <dumux/discretization/cellcentered/tpfa/subcontrolvolumeface.hh>#include <dumux/discretization/extrusion.hh>#include <dumux/io/grid/periodicgridtraits.hh>Go to the source code of this file.
| Classes | |
| struct | Dumux::CCTpfaDefaultGridGeometryTraits< GridView, MapperTraits > | 
| The default traits for the tpfa finite volume grid geometry Defines the scv and scvf types and the mapper types.  More... | |
| class | Dumux::CCTpfaFVGridGeometry< GV, true, Traits > | 
| The finite volume geometry (scvs and scvfs) for cell-centered TPFA models on a grid view This builds up the sub control volumes and sub control volume faces. | |
| class | Dumux::CCTpfaFVGridGeometry< GV, false, Traits > | 
| The finite volume geometry (scvs and scvfs) for cell-centered TPFA models on a grid view This builds up the sub control volumes and sub control volume faces. | |
| Namespaces | |
| namespace | Dumux |