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
MMeshInterfaceGridEntitySeed(const HostGridEntity &hostEntity)
Construct a seed from a host entity.
Definition: entityseed.hh:35
const HostGridEntity & hostEntity() const
Return host entity.
Definition: entityseed.hh:56
bool isValid() const
Check whether it is safe to create an Entity from this Seed.
Definition: entityseed.hh:51
MMeshInterfaceGridEntitySeed()
Construct empty seed.
Definition: entityseed.hh:30
MMeshInterfaceGridEntitySeed operator=(const MMeshInterfaceGridEntitySeed< codim, GridImp > &seed)
Construct a seed from another seed.
Definition: entityseed.hh:41
