#include <definition.hh>
|
using | point_t = util::point< double, DIMENSION > |
|
using | connectivity_t = std::vector< std::vector< size_t > > |
|
|
| definition (const definition &)=delete |
|
definition & | operator= (const definition &)=delete |
|
virtual size_t | num_entities (size_t dimension) const =0 |
|
virtual std::vector< size_t > | entities (size_t from_dimension, size_t to_dimension, size_t id) const =0 |
|
virtual const connectivity_t & | entities (size_t from_dimension, size_t to_dimension) const =0 |
|
virtual std::set< size_t > | entities_set (size_t from_dimension, size_t to_dimension, size_t id) const |
|
template<size_t DIMENSION, typename REAL_TYPE = double>
class flecsi::topo::unstructured_impl::definition< DIMENSION, REAL_TYPE >
The definition type...
◆ dimension()
template<size_t DIMENSION, typename REAL_TYPE = double>
Return the dimension of the mesh.
◆ entities() [1/2]
template<size_t DIMENSION, typename REAL_TYPE = double>
◆ entities() [2/2]
template<size_t DIMENSION, typename REAL_TYPE = double>
Abstract interface to get the entities of dimension to that define the entity of dimension from.
- Parameters
-
from_dimension | The dimension of the entity for which the definition is being requested. |
to_dimension | The dimension of the entities of the definition. |
Implemented in flecsi::topo::unstructured_impl::simple_definition.
◆ entities_set()
template<size_t DIMENSION, typename REAL_TYPE = double>
Abstract interface to get the entities of dimension to that define the entity of dimension from with the given identifier id.
- Parameters
-
from_dimension | The dimension of the entity for which the definition is being requested. |
to_dimension | The dimension of the entities of the definition. |
id | The id of the entity for which the definition is being requested. |
◆ num_entities()
template<size_t DIMENSION, typename REAL_TYPE = double>
The documentation for this class was generated from the following file:
- /home/bergen/devel/tuxfan/flecsi/flecsi/topo/unstructured/definition.hh