domain_entity is a simple wrapper to mesh entity that associates with its a domain id
More...
|
using | id_t = typename ENTITY_TYPE::id_t |
|
using | item_t = ENTITY_TYPE * |
|
|
| domain_entity (ENTITY_TYPE *entity) |
|
domain_entity & | operator= (const domain_entity &e) |
|
ENTITY_TYPE * | entity () |
|
const ENTITY_TYPE * | entity () const |
|
| operator ENTITY_TYPE * () |
|
ENTITY_TYPE * | operator-> () |
|
const ENTITY_TYPE * | operator-> () const |
|
ENTITY_TYPE * | operator* () |
|
const ENTITY_TYPE * | operator* () const |
|
| operator size_t () const |
|
id_t | global_id () const |
|
size_t | id () const |
|
bool | operator== (domain_entity e) const |
|
bool | operator!= (domain_entity e) const |
|
bool | operator< (domain_entity e) const |
|
id_t | index_space_id () const |
|
template<size_t DOM, class ENTITY_TYPE>
class flecsi::topo::domain_entity< DOM, ENTITY_TYPE >
domain_entity is a simple wrapper to mesh entity that associates with its a domain id
- Template Parameters
-
The documentation for this class was generated from the following files:
- /home/bergen/devel/tuxfan/flecsi/flecsi/topo/array_buffer.hh
- /home/bergen/devel/tuxfan/flecsi/flecsi/topo/unstructured/types.hh