Default property for a mesh cell. More...
Public Member Functions | |
cell_property (geom_vector_type const ¢roid) | |
geom_vector_type | get_centroid () const |
Return centroid coordinates of the cell. More... | |
void | set_centroid (geom_vector_type const ¢roid) |
Set the coordinates of the cell centroid. More... | |
size_t | get_partition_id () const |
Return partition identifier of the cell. More... | |
double | value () const |
Return the value stores in the cell. More... | |
void | value (double const &val) |
Set value of the cell. More... | |
void | set_partition_id (size_t const &pid) |
Set the cell partition id. More... | |
Public Types | |
typedef geom_vector< Dim, Precision > | geom_vector_type |
Default property for a mesh cell.
Dim | dimension of the mesh. |
Precision | type of vertex coordinate. |
A mesh cell property requires get_centroid() and set_centroid(geom_vector const&) methods.
stapl::cell_property< Dim, Precision >::cell_property | ( | geom_vector_type const & | centroid | ) |
centroid | coordinates of the cell centroid. |
geom_vector_type stapl::cell_property< Dim, Precision >::get_centroid | ( | ) | const |
Return centroid coordinates of the cell.
void stapl::cell_property< Dim, Precision >::set_centroid | ( | geom_vector_type const & | centroid | ) |
Set the coordinates of the cell centroid.
centroid | centroid coordinates. |
size_t stapl::cell_property< Dim, Precision >::get_partition_id | ( | ) | const |
Return partition identifier of the cell.
double stapl::cell_property< Dim, Precision >::value | ( | ) | const |
Return the value stores in the cell.
void stapl::cell_property< Dim, Precision >::value | ( | double const & | val | ) |
Set value of the cell.
val | cell value. |
void stapl::cell_property< Dim, Precision >::set_partition_id | ( | size_t const & | pid | ) |
Set the cell partition id.
pid | cell partition id. |