dune-mmesh (1.4)
entityseed.hh
Go to the documentation of this file.
The EntitySeed class provides the minimal information needed to restore an Entity using the grid....
Definition: entityseed.hh:21
std::enable_if_t< cd !=2||GridImp::dimension !=3, bool > isValid() const
Check whether it is safe to create an Entity from this Seed.
Definition: entityseed.hh:56
MMeshEntitySeed & operator=(const MMeshEntitySeed< codim, GridImp > &seed)
Construct a seed from another seed.
Definition: entityseed.hh:44
MMeshEntitySeed()
Construct empty seed.
Definition: entityseed.hh:32
MMeshEntitySeed(const HostGridEntity &hostEntity)
Construct a seed from a host entity.
Definition: entityseed.hh:37
const HostGridEntity & hostEntity() const
Return host entity.
Definition: entityseed.hh:72
std::enable_if_t< cd==2 &&GridImp::dimension==3, bool > isValid() const
Special handling for codim 2 entities in 3d.
Definition: entityseed.hh:64
