version 3.9-dev
Dumux::BoxFacetCouplingFVGridGeometry< Scalar, GV, true, Traits > Class Template Reference

Base class for the finite volume geometry vector for box schemes in the context of coupled models where the coupling occurs across the element facets. This builds up the sub control volumes and sub control volume faces. More...

#include <dumux/multidomain/facet/box/fvgridgeometry.hh>

Inheritance diagram for Dumux::BoxFacetCouplingFVGridGeometry< Scalar, GV, true, Traits >:

Description

template<class Scalar, class GV, class Traits>
class Dumux::BoxFacetCouplingFVGridGeometry< Scalar, GV, true, Traits >
Note
This class is specialized for versions with and without caching the fv geometries on the grid view

Public Types

using DiscretizationMethod = DiscretizationMethods::Box
 export the discretization method this geometry belongs to More...
 
using LocalView = typename Traits::template LocalView< ThisType, true >
 export the type of the fv element geometry (the local view type) More...
 
using SubControlVolume = typename Traits::SubControlVolume
 export the type of sub control volume More...
 
using SubControlVolumeFace = typename Traits::SubControlVolumeFace
 export the type of sub control volume More...
 
using Extrusion = Extrusion_t< Traits >
 export the type of extrusion More...
 
using DofMapper = typename Traits::VertexMapper
 export dof mapper type More...
 
using FeCache = Dune::LagrangeLocalFiniteElementCache< CoordScalar, Scalar, dim, 1 >
 export the finite element cache type More...
 
using GridView = GV
 export the grid view type More...
 
using GeometryHelper = Detail::BoxFacetCouplingGeometryHelper_t< GV, Traits >
 export the geometry helper type More...
 
using Grid = typename BaseImplementation::Grid
 export the grid type More...
 
using GlobalCoordinate = typename BaseImplementation::GlobalCoordinate
 export the global coordinate type More...
 
using ElementMapper = typename BaseImplementation::ElementMapper
 export the element mapper type More...
 
using VertexMapper = typename BaseImplementation::VertexMapper
 export the vertex mapper type More...
 

Public Member Functions

template<class FacetGridView , class CodimOneGridAdapter >
 BoxFacetCouplingFVGridGeometry (const GridView &gridView, const FacetGridView &facetGridView, const CodimOneGridAdapter &codimOneGridAdapter, bool verbose=false)
 Constructor. More...
 
const DofMapperdofMapper () const
 the vertex mapper is the dofMapper More...
 
std::size_t numScv () const
 The total number of sub control volumes. More...
 
std::size_t numScvf () const
 The total number of sun control volume faces. More...
 
std::size_t numBoundaryScvf () const
 
std::size_t numDofs () const
 The total number of degrees of freedom. More...
 
template<class FacetGridView , class CodimOneGridAdapter >
void update (const GridView &gridView, const FacetGridView &facetGridView, const CodimOneGridAdapter &codimOneGridAdapter, bool verbose=false)
 update all fvElementGeometries (call this after grid adaption) More...
 
template<class FacetGridView , class CodimOneGridAdapter >
void update (GridView &&gridView, const FacetGridView &facetGridView, const CodimOneGridAdapter &codimOneGridAdapter, bool verbose=false)
 update all fvElementGeometries (call this after grid adaption) More...
 
const FeCachefeCache () const
 The finite element cache for creating local FE bases. More...
 
const std::vector< SubControlVolume > & scvs (GridIndexType eIdx) const
 Get the local scvs for an element. More...
 
const std::vector< SubControlVolumeFace > & scvfs (GridIndexType eIdx) const
 Get the local scvfs for an element. More...
 
bool dofOnBoundary (GridIndexType dofIdx) const
 If a d.o.f. is on the boundary. More...
 
bool dofOnInteriorBoundary (GridIndexType dofIdx) const
 If a d.o.f. is on an interior boundary. More...
 
bool dofOnPeriodicBoundary (GridIndexType dofIdx) const
 Periodic boundaries are not supported for the box facet coupling scheme. More...
 
GridIndexType periodicallyMappedDof (GridIndexType dofIdx) const
 The index of the vertex / d.o.f. on the other side of the periodic boundary. More...
 
std::unordered_map< GridIndexType, GridIndexType > periodicVertexMap () const
 Returns the map between dofs across periodic boundaries. More...
 
void update (const GridView &gridView)
 Update all fvElementGeometries (call this after grid adaption) More...
 
void update (GridView &&gridView)
 Update all fvElementGeometries (call this after grid adaption) More...
 
const GridViewgridView () const
 Return the gridView this grid geometry object lives on. More...
 
const VertexMappervertexMapper () const
 Returns the mapper for vertices to indices for constant grids. More...
 
VertexMappervertexMapper ()
 Returns the mapper for vertices to indices for possibly adaptive grids. More...
 
const ElementMapperelementMapper () const
 Returns the mapper for elements to indices for constant grids. More...
 
ElementMapperelementMapper ()
 Returns the mapper for elements to indices for possibly adaptive grids. More...
 
decltype(auto) boundingBoxTree () const
 Returns the bounding box tree of the grid. More...
 
decltype(auto) elementMap () const
 Returns the element index to element map. More...
 
Element element (GridIndexType eIdx) const
 Get an element from a global element index. More...
 
const GlobalCoordinatebBoxMin () const
 The coordinate of the corner of the GridView's bounding box with the smallest values. More...
 
const GlobalCoordinatebBoxMax () const
 The coordinate of the corner of the GridView's bounding box with the largest values. More...
 
bool isPeriodic () const
 Returns if the grid geometry is periodic (at all) More...
 

Static Public Attributes

static constexpr DiscretizationMethod discMethod {}
 

Protected Member Functions

void setPeriodic (bool value=true)
 Set the periodicity of the grid geometry. More...
 

Member Typedef Documentation

◆ DiscretizationMethod

template<class Scalar , class GV , class Traits >
using Dumux::BoxFacetCouplingFVGridGeometry< Scalar, GV, true, Traits >::DiscretizationMethod = DiscretizationMethods::Box

◆ DofMapper

template<class Scalar , class GV , class Traits >
using Dumux::BoxFacetCouplingFVGridGeometry< Scalar, GV, true, Traits >::DofMapper = typename Traits::VertexMapper

◆ ElementMapper

template<class GV , class Traits >
using Dumux::BaseGridGeometry< GV, Traits >::ElementMapper = typename BaseImplementation::ElementMapper
inherited

◆ Extrusion

template<class Scalar , class GV , class Traits >
using Dumux::BoxFacetCouplingFVGridGeometry< Scalar, GV, true, Traits >::Extrusion = Extrusion_t<Traits>

◆ FeCache

template<class Scalar , class GV , class Traits >
using Dumux::BoxFacetCouplingFVGridGeometry< Scalar, GV, true, Traits >::FeCache = Dune::LagrangeLocalFiniteElementCache<CoordScalar, Scalar, dim, 1>

◆ GeometryHelper

template<class Scalar , class GV , class Traits >
using Dumux::BoxFacetCouplingFVGridGeometry< Scalar, GV, true, Traits >::GeometryHelper = Detail::BoxFacetCouplingGeometryHelper_t<GV, Traits>

◆ GlobalCoordinate

template<class GV , class Traits >
using Dumux::BaseGridGeometry< GV, Traits >::GlobalCoordinate = typename BaseImplementation::GlobalCoordinate
inherited

◆ Grid

template<class GV , class Traits >
using Dumux::BaseGridGeometry< GV, Traits >::Grid = typename BaseImplementation::Grid
inherited

◆ GridView

template<class Scalar , class GV , class Traits >
using Dumux::BoxFacetCouplingFVGridGeometry< Scalar, GV, true, Traits >::GridView = GV

◆ LocalView

template<class Scalar , class GV , class Traits >
using Dumux::BoxFacetCouplingFVGridGeometry< Scalar, GV, true, Traits >::LocalView = typename Traits::template LocalView<ThisType, true>

◆ SubControlVolume

template<class Scalar , class GV , class Traits >
using Dumux::BoxFacetCouplingFVGridGeometry< Scalar, GV, true, Traits >::SubControlVolume = typename Traits::SubControlVolume

◆ SubControlVolumeFace

template<class Scalar , class GV , class Traits >
using Dumux::BoxFacetCouplingFVGridGeometry< Scalar, GV, true, Traits >::SubControlVolumeFace = typename Traits::SubControlVolumeFace

◆ VertexMapper

template<class GV , class Traits >
using Dumux::BaseGridGeometry< GV, Traits >::VertexMapper = typename BaseImplementation::VertexMapper
inherited

Constructor & Destructor Documentation

◆ BoxFacetCouplingFVGridGeometry()

template<class Scalar , class GV , class Traits >
template<class FacetGridView , class CodimOneGridAdapter >
Dumux::BoxFacetCouplingFVGridGeometry< Scalar, GV, true, Traits >::BoxFacetCouplingFVGridGeometry ( const GridView gridView,
const FacetGridView &  facetGridView,
const CodimOneGridAdapter codimOneGridAdapter,
bool  verbose = false 
)
inline

Member Function Documentation

◆ bBoxMax()

template<class GV , class Traits >
const GlobalCoordinate & Dumux::BaseGridGeometry< GV, Traits >::bBoxMax ( ) const
inlineinherited

◆ bBoxMin()

template<class GV , class Traits >
const GlobalCoordinate & Dumux::BaseGridGeometry< GV, Traits >::bBoxMin ( ) const
inlineinherited

◆ boundingBoxTree()

template<class GV , class Traits >
decltype(auto) Dumux::BaseGridGeometry< GV, Traits >::boundingBoxTree ( ) const
inlineinherited

◆ dofMapper()

template<class Scalar , class GV , class Traits >
const DofMapper & Dumux::BoxFacetCouplingFVGridGeometry< Scalar, GV, true, Traits >::dofMapper ( ) const
inline

◆ dofOnBoundary()

template<class Scalar , class GV , class Traits >
bool Dumux::BoxFacetCouplingFVGridGeometry< Scalar, GV, true, Traits >::dofOnBoundary ( GridIndexType  dofIdx) const
inline

◆ dofOnInteriorBoundary()

template<class Scalar , class GV , class Traits >
bool Dumux::BoxFacetCouplingFVGridGeometry< Scalar, GV, true, Traits >::dofOnInteriorBoundary ( GridIndexType  dofIdx) const
inline

◆ dofOnPeriodicBoundary()

template<class Scalar , class GV , class Traits >
bool Dumux::BoxFacetCouplingFVGridGeometry< Scalar, GV, true, Traits >::dofOnPeriodicBoundary ( GridIndexType  dofIdx) const
inline

◆ element()

template<class GV , class Traits >
Element Dumux::BaseGridGeometry< GV, Traits >::element ( GridIndexType  eIdx) const
inlineinherited

◆ elementMap()

template<class GV , class Traits >
decltype(auto) Dumux::BaseGridGeometry< GV, Traits >::elementMap ( ) const
inlineinherited

◆ elementMapper() [1/2]

template<class GV , class Traits >
ElementMapper & Dumux::BaseGridGeometry< GV, Traits >::elementMapper ( )
inlineinherited

◆ elementMapper() [2/2]

template<class GV , class Traits >
const ElementMapper & Dumux::BaseGridGeometry< GV, Traits >::elementMapper ( ) const
inlineinherited

◆ feCache()

template<class Scalar , class GV , class Traits >
const FeCache & Dumux::BoxFacetCouplingFVGridGeometry< Scalar, GV, true, Traits >::feCache ( ) const
inline

◆ gridView()

template<class GV , class Traits >
const GridView & Dumux::BaseGridGeometry< GV, Traits >::gridView ( ) const
inlineinherited

◆ isPeriodic()

template<class GV , class Traits >
bool Dumux::BaseGridGeometry< GV, Traits >::isPeriodic ( ) const
inlineinherited

◆ numBoundaryScvf()

template<class Scalar , class GV , class Traits >
std::size_t Dumux::BoxFacetCouplingFVGridGeometry< Scalar, GV, true, Traits >::numBoundaryScvf ( ) const
inline

The total number of boundary sub control volume faces For compatibility reasons with cc methods

◆ numDofs()

template<class Scalar , class GV , class Traits >
std::size_t Dumux::BoxFacetCouplingFVGridGeometry< Scalar, GV, true, Traits >::numDofs ( ) const
inline

◆ numScv()

template<class Scalar , class GV , class Traits >
std::size_t Dumux::BoxFacetCouplingFVGridGeometry< Scalar, GV, true, Traits >::numScv ( ) const
inline

◆ numScvf()

template<class Scalar , class GV , class Traits >
std::size_t Dumux::BoxFacetCouplingFVGridGeometry< Scalar, GV, true, Traits >::numScvf ( ) const
inline

◆ periodicallyMappedDof()

template<class Scalar , class GV , class Traits >
GridIndexType Dumux::BoxFacetCouplingFVGridGeometry< Scalar, GV, true, Traits >::periodicallyMappedDof ( GridIndexType  dofIdx) const
inline

◆ periodicVertexMap()

template<class Scalar , class GV , class Traits >
std::unordered_map< GridIndexType, GridIndexType > Dumux::BoxFacetCouplingFVGridGeometry< Scalar, GV, true, Traits >::periodicVertexMap ( ) const
inline

◆ scvfs()

template<class Scalar , class GV , class Traits >
const std::vector< SubControlVolumeFace > & Dumux::BoxFacetCouplingFVGridGeometry< Scalar, GV, true, Traits >::scvfs ( GridIndexType  eIdx) const
inline

◆ scvs()

template<class Scalar , class GV , class Traits >
const std::vector< SubControlVolume > & Dumux::BoxFacetCouplingFVGridGeometry< Scalar, GV, true, Traits >::scvs ( GridIndexType  eIdx) const
inline

◆ setPeriodic()

template<class GV , class Traits >
void Dumux::BaseGridGeometry< GV, Traits >::setPeriodic ( bool  value = true)
inlineprotectedinherited

◆ update() [1/4]

template<class GV , class Traits >
void Dumux::BaseGridGeometry< GV, Traits >::update ( const GridView gridView)
inlineinherited

◆ update() [2/4]

template<class Scalar , class GV , class Traits >
template<class FacetGridView , class CodimOneGridAdapter >
void Dumux::BoxFacetCouplingFVGridGeometry< Scalar, GV, true, Traits >::update ( const GridView gridView,
const FacetGridView &  facetGridView,
const CodimOneGridAdapter codimOneGridAdapter,
bool  verbose = false 
)
inline
Note
This assumes conforming grids!
Parameters
gridViewThe grid view of a dim-dimensional grid.
facetGridViewThe grid view of a (dim-1)-dimensional grid conforming with the facets of this grid view, indicating on which facets nodal dofs should be enriched.
codimOneGridAdapterAdapter class that allows access to information on the d- dimensional grid for entities of the (d-1)-dimensional grid
verboseVerbosity level for vertex enrichment

◆ update() [3/4]

template<class GV , class Traits >
void Dumux::BaseGridGeometry< GV, Traits >::update ( GridView &&  gridView)
inlineinherited

◆ update() [4/4]

template<class Scalar , class GV , class Traits >
template<class FacetGridView , class CodimOneGridAdapter >
void Dumux::BoxFacetCouplingFVGridGeometry< Scalar, GV, true, Traits >::update ( GridView &&  gridView,
const FacetGridView &  facetGridView,
const CodimOneGridAdapter codimOneGridAdapter,
bool  verbose = false 
)
inline

◆ vertexMapper() [1/2]

template<class GV , class Traits >
VertexMapper & Dumux::BaseGridGeometry< GV, Traits >::vertexMapper ( )
inlineinherited

◆ vertexMapper() [2/2]

template<class GV , class Traits >
const VertexMapper & Dumux::BaseGridGeometry< GV, Traits >::vertexMapper ( ) const
inlineinherited

Member Data Documentation

◆ discMethod

template<class Scalar , class GV , class Traits >
constexpr DiscretizationMethod Dumux::BoxFacetCouplingFVGridGeometry< Scalar, GV, true, Traits >::discMethod {}
staticconstexpr

The documentation for this class was generated from the following file: