Loading [MathJax]/extensions/tex2jax.js

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.
 
MMeshEntitySeedoperator= (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 >

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:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden & Uni Heidelberg  |  generated with Hugo v0.111.3 (Apr 13, 22:42, 2025)