|
enum | LOCALITY : int { LOCAL = 0,
NON_LOCAL = 1,
SHARED = 2
} |
|
using | point_t = util::point< double, dimension > |
|
using | id_t = util::id_t |
|
using | key_t = KEY |
|
using | id_t = util::id_t |
|
|
| ntree_entity (const point_t &coordinates) |
|
void | set_coordinates (const point_t &coordinates) |
|
void | set_global_id (id_t id) |
|
void | set_key (const key_t &key) |
|
key_t | key () |
|
id_t | global_id () |
|
point_t | coordinates () |
|
LOCALITY | locality () |
|
size_t | owner () |
|
double | mass () |
|
double | radius () |
|
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 | dimension = DIM |
|
|
template<size_t A, class B > |
std::ostream & | operator<< (std::ostream &os, const ntree_entity< A, B > &dt) |
|
|
static constexpr size_t | get_dim_ (size_t meshDim, size_t dim) |
|
template<size_t DOM = 0> |
void | set_info (uint16_t info) |
|
The documentation for this class was generated from the following file:
- /home/bergen/devel/tuxfan/flecsi/flecsi/topo/ntree/types.hh