Dune Core Modules (2.8.0)
scsgmapper.hh
Go to the documentation of this file.
37 public Mapper<typename GV::Grid,SingleCodimSingleGeomTypeMapper<GV,c>, typename GV::IndexSet::IndexType >
71 static_assert(EntityType::codimension == c, "Entity of wrong codim passed to SingleCodimSingleGeomTypeMapper");
124 bool contains (const typename GV::template Codim<0>::Entity& e, int i, int cc, Index& result) const
183 class [[deprecated("Use SingleCodimSingleGeomTypeMapper instead! Will be removed after release 2.8.")]]
184 LeafSingleCodimSingleGeomTypeMapper : public SingleCodimSingleGeomTypeMapper<typename G::LeafGridView,c> {
221 class [[deprecated("Use SingleCodimSingleGeomTypeMapper instead! Will be removed after release 2.8.")]]
222 LevelSingleCodimSingleGeomTypeMapper : public SingleCodimSingleGeomTypeMapper<typename G::LevelGridView,c> {
Single codim and single geometry type mapper for leaf entities.
Definition: scsgmapper.hh:184
LeafSingleCodimSingleGeomTypeMapper(const G &grid)
The constructor.
Definition: scsgmapper.hh:190
void update()
Recalculates indices after grid adaptation.
Definition: scsgmapper.hh:200
Single codim and single geometry type mapper for entities of one level.
Definition: scsgmapper.hh:222
void update()
Recalculates indices after grid adaptation.
Definition: scsgmapper.hh:240
Implementation class for a single codim and single geometry type mapper.
Definition: scsgmapper.hh:38
bool contains(const EntityType &e, Index &result) const
Returns true if the entity is contained in the index set.
Definition: scsgmapper.hh:110
GV::IndexSet::IndexType Index
Number type used for indices.
Definition: scsgmapper.hh:42
bool contains(const typename GV::template Codim< 0 >::Entity &e, int i, int cc, Index &result) const
Returns true if the entity is contained in the index set.
Definition: scsgmapper.hh:124
decltype(std::declval< typename GV::IndexSet >().size(0)) size_type
Number type used for the overall size (the return value of the 'size' method)
Definition: scsgmapper.hh:48
Index index(const EntityType &e) const
Map entity to array index.
Definition: scsgmapper.hh:69
Index subIndex(const typename GV::template Codim< 0 >::Entity &e, int i, unsigned int codim) const
Map subentity of codim 0 entity to array index.
Definition: scsgmapper.hh:82
SingleCodimSingleGeomTypeMapper(const GV &gridView)
Construct mapper from grid and one of its index sets.
Definition: scsgmapper.hh:54
void update(GV &&gridView)
Recalculates indices after grid adaptation.
Definition: scsgmapper.hh:146
size_type size() const
Return total number of entities in the entity set managed by the mapper.
Definition: scsgmapper.hh:98
void update()
Recalculates indices after grid adaptation.
Definition: scsgmapper.hh:155
void update(const GV &gridView)
Recalculates indices after grid adaptation.
Definition: scsgmapper.hh:135
Different resources needed by all grid implementations.
Grid< dim, dimworld, ct, GridFamily >::LeafGridView leafGridView(const Grid< dim, dimworld, ct, GridFamily > &grid)
leaf grid view for the given grid
Definition: grid.hh:808
Provides classes with basic mappers which are used to attach data to a grid.
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)