Topology type.
More...
|
template<index_space F, index_space T> |
auto & | get_connectivity () |
| Return the connectivity between two index spaces.
|
|
template<index_space S, typename Policy::entity_list E> |
auto & | get_special_entities () |
| Get the special entities for a given index space.
|
|
template<typename Policy>
struct flecsi::topo::unstructured< Policy >
Topology type.
- Template Parameters
-
◆ get_connectivity()
template<typename Policy >
template<index_space F, index_space T>
auto & get_connectivity |
( |
| ) |
|
Return the connectivity between two index spaces.
- Template Parameters
-
F | The "from" index space. |
T | The "to" index space. |
- Returns
- a
ragged
field (of type flecsi::field::definition) that maps each element of F
to zero or more elements of T
.
◆ get_special_entities()
template<typename Policy >
template<index_space S, typename Policy::entity_list E>
auto & get_special_entities |
( |
| ) |
|
Get the special entities for a given index space.
- Returns
- topology instance on which
special_field
is registered