dune-mmesh (unstable)
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:19
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:49
MMeshEntitySeed & operator=(const MMeshEntitySeed< codim, GridImp > &seed)
Construct a seed from another seed.
Definition: entityseed.hh:40
MMeshEntitySeed()
Construct empty seed.
Definition: entityseed.hh:30
MMeshEntitySeed(const HostGridEntity &hostEntity)
Construct a seed from a host entity.
Definition: entityseed.hh:35
const HostGridEntity & hostEntity() const
Return host entity.
Definition: entityseed.hh:62
std::enable_if_t< cd==2 &&GridImp::dimension==3, bool > isValid() const
Special handling for codim 2 entities in 3d.
Definition: entityseed.hh:55
