Grid geometry for the diamond discretization.
#include <dumux/discretization/facecentered/diamond/fvgridgeometry.hh>
Public Types | |
| using | DiscretizationMethod = DiscretizationMethods::FCDiamond |
| export discretization method 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 | GridView = GV |
| export the grid view type More... | |
| using | DofMapper = typename Traits::DofMapper |
| export the dof mapper type More... | |
| using | Extrusion = Extrusion_t< Traits > |
| export the type of extrusion More... | |
| using | FeCache = NonconformingFECache< Scalar, Scalar, dim > |
| export the finite element cache type More... | |
| using | SupportsPeriodicity = typename PeriodicGridTraits< typename GV::Grid >::SupportsPeriodicity |
| export whether the grid(geometry) supports periodicity More... | |
| using | Cache = FCDiamondGridGeometryCache |
| 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 | |
| FaceCenteredDiamondFVGridGeometry (const GridView &gridView, const std::string ¶mGroup="") | |
| Constructor. More... | |
| std::size_t | numScv () const |
| The total number of sub control volumes. More... | |
| std::size_t | numScvf () const |
| The total number of sub control volume faces. More... | |
| std::size_t | numBoundaryScvf () const |
| The total number of boundary sub control volume faces. More... | |
| std::size_t | numDofs () const |
| the total number of dofs 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 FeCache & | feCache () const |
| The finite element cache for creating local FE bases. More... | |
| bool | dofOnBoundary (GridIndexType dofIdx) const |
| If a face / d.o.f. is on the boundary. More... | |
| const DofMapper & | dofMapper () const |
| Return a reference to the dof mapper. More... | |
| bool | dofOnPeriodicBoundary (GridIndexType dofIdx) const |
| If a d.o.f. is on a periodic boundary. More... | |
| GridIndexType | periodicallyMappedDof (GridIndexType dofIdx) const |
| The index of the d.o.f. on the other side of the periodic boundary. More... | |
| const std::unordered_map< GridIndexType, GridIndexType > & | periodicDofMap () 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 GridView & | gridView () const |
| Return the gridView this grid geometry object lives on. More... | |
| const VertexMapper & | vertexMapper () const |
| Returns the mapper for vertices to indices for constant grids. More... | |
| VertexMapper & | vertexMapper () |
| Returns the mapper for vertices to indices for possibly adaptive grids. More... | |
| const ElementMapper & | elementMapper () const |
| Returns the mapper for elements to indices for constant grids. More... | |
| ElementMapper & | elementMapper () |
| 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 GlobalCoordinate & | bBoxMin () const |
| The coordinate of the corner of the GridView's bounding box with the smallest values. More... | |
| const GlobalCoordinate & | bBoxMax () 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 = DiscretizationMethod{} |
| static constexpr bool | cachingEnabled = true |
Protected Member Functions | |
| void | setPeriodic (bool value=true) |
| Set the periodicity of the grid geometry. More... | |
| using Dumux::FaceCenteredDiamondFVGridGeometry< GV, enableCaching, Traits >::Cache = FCDiamondGridGeometryCache |
the cache type (only the caching implementation has this) this alias should only be used by the local view implementation
| using Dumux::FaceCenteredDiamondFVGridGeometry< GV, enableCaching, Traits >::DiscretizationMethod = DiscretizationMethods::FCDiamond |
| using Dumux::FaceCenteredDiamondFVGridGeometry< GV, enableCaching, Traits >::DofMapper = typename Traits::DofMapper |
|
inherited |
| using Dumux::FaceCenteredDiamondFVGridGeometry< GV, enableCaching, Traits >::Extrusion = Extrusion_t<Traits> |
| using Dumux::FaceCenteredDiamondFVGridGeometry< GV, enableCaching, Traits >::FeCache = NonconformingFECache<Scalar, Scalar, dim> |
|
inherited |
|
inherited |
| using Dumux::FaceCenteredDiamondFVGridGeometry< GV, enableCaching, Traits >::GridView = GV |
| using Dumux::FaceCenteredDiamondFVGridGeometry< GV, enableCaching, Traits >::LocalView = typename Traits::template LocalView<ThisType, true> |
| using Dumux::FaceCenteredDiamondFVGridGeometry< GV, enableCaching, Traits >::SubControlVolume = typename Traits::SubControlVolume |
| using Dumux::FaceCenteredDiamondFVGridGeometry< GV, enableCaching, Traits >::SubControlVolumeFace = typename Traits::SubControlVolumeFace |
| using Dumux::FaceCenteredDiamondFVGridGeometry< GV, enableCaching, Traits >::SupportsPeriodicity = typename PeriodicGridTraits<typename GV::Grid>::SupportsPeriodicity |
|
inherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprotectedinherited |
|
inlineinherited |
|
inline |
|
inlineinherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
staticconstexpr |
|
staticconstexpr |