mesh_entity parameterizes a mesh entity base with its dimension and number of domains
More...
|
static constexpr size_t | dimension = DIM |
|
|
using | id_t = util::id_t |
|
template<size_t DOM = 0> |
id_t | global_id () const |
|
id_t | global_id (size_t domain) const |
|
template<size_t DOM = 0> |
size_t | id () const |
|
size_t | id (size_t domain) const |
|
template<size_t DOM = 0> |
uint16_t | info () const |
|
template<size_t DOM = 0> |
void | set_global_id (const id_t &id) |
| Set the id of this entity.
|
|
static constexpr size_t | get_dim_ (size_t meshDim, size_t dim) |
|
template<size_t DOM = 0> |
void | set_info (uint16_t info) |
|
template<size_t DIM, size_t NUM_DOMAINS>
class flecsi::topo::mesh_entity< DIM, NUM_DOMAINS >
mesh_entity parameterizes a mesh entity base with its dimension and number of domains
- Template Parameters
-
DIM | The dimension of the entity. |
NUM_DOMAINS | The number of domains. |
The documentation for this class was generated from the following files:
- /home/bergen/devel/tuxfan/flecsi/flecsi/topo/unstructured/storage.hh
- /home/bergen/devel/tuxfan/flecsi/flecsi/topo/unstructured/types.hh