STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::cell_property< Dim, Precision > Class Template Reference

Default property for a mesh cell. More...

Public Member Functions

 cell_property (geom_vector_type const &centroid)
 
geom_vector_type get_centroid () const
 Return centroid coordinates of the cell. More...
 
void set_centroid (geom_vector_type const &centroid)
 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
 

Detailed Description

template<int Dim, typename Precision = double>
class stapl::cell_property< Dim, Precision >

Default property for a mesh cell.

Template Parameters
Dimdimension of the mesh.
Precisiontype of vertex coordinate.

A mesh cell property requires get_centroid() and set_centroid(geom_vector const&) methods.

Constructor & Destructor Documentation

◆ cell_property()

template<int Dim, typename Precision = double>
stapl::cell_property< Dim, Precision >::cell_property ( geom_vector_type const &  centroid)
Parameters
centroidcoordinates of the cell centroid.

Member Function Documentation

◆ get_centroid()

template<int Dim, typename Precision = double>
geom_vector_type stapl::cell_property< Dim, Precision >::get_centroid ( ) const

Return centroid coordinates of the cell.

Returns
centroid coordinates of the cell.

◆ set_centroid()

template<int Dim, typename Precision = double>
void stapl::cell_property< Dim, Precision >::set_centroid ( geom_vector_type const &  centroid)

Set the coordinates of the cell centroid.

Parameters
centroidcentroid coordinates.

◆ get_partition_id()

template<int Dim, typename Precision = double>
size_t stapl::cell_property< Dim, Precision >::get_partition_id ( ) const

Return partition identifier of the cell.

Returns
partition identifier of the cell.

◆ value() [1/2]

template<int Dim, typename Precision = double>
double stapl::cell_property< Dim, Precision >::value ( ) const

Return the value stores in the cell.

Returns
value stores in the cell.

◆ value() [2/2]

template<int Dim, typename Precision = double>
void stapl::cell_property< Dim, Precision >::value ( double const &  val)

Set value of the cell.

Parameters
valcell value.

◆ set_partition_id()

template<int Dim, typename Precision = double>
void stapl::cell_property< Dim, Precision >::set_partition_id ( size_t const &  pid)

Set the cell partition id.

Parameters
pidcell partition id.

The documentation for this class was generated from the following file: