dune-mmesh (1.4)
Dune::MMeshEntitySeed< codim, GridImp > Class Template Reference
The EntitySeed class provides the minimal information needed to restore an Entity using the grid.We use the host grid entity as seed. More...
#include <dune/mmesh/grid/entityseed.hh>
Public Member Functions | |
MMeshEntitySeed () | |
Construct empty seed. | |
MMeshEntitySeed (const HostGridEntity &hostEntity) | |
Construct a seed from a host entity. | |
MMeshEntitySeed & | operator= (const MMeshEntitySeed< codim, GridImp > &seed) |
Construct a seed from another seed. | |
template<int cd = codim> | |
std::enable_if_t< cd !=2||GridImp::dimension !=3, bool > | isValid () const |
Check whether it is safe to create an Entity from this Seed. | |
template<int cd = codim> | |
std::enable_if_t< cd==2 &&GridImp::dimension==3, bool > | isValid () const |
Special handling for codim 2 entities in 3d. | |
const HostGridEntity & | hostEntity () const |
Return host entity. | |
Detailed Description
template<int codim, class GridImp>
class Dune::MMeshEntitySeed< codim, GridImp >
class Dune::MMeshEntitySeed< codim, GridImp >
The EntitySeed class provides the minimal information needed to restore an Entity using the grid.
We use the host grid entity as seed.
The documentation for this class was generated from the following file:
- dune/mmesh/grid/entityseed.hh
