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

Specify types of tuple variables used in the decomposition. The type depends on the number of projections. More...

Public Types

typedef tuple< size_t, size_t, size_t > num_part_type
 
typedef tuple< geom_vector< Dim, Precision >, geom_vector< Dim, Precision >, geom_vector< Dim, Precision > > axis_type
 
typedef std::vector< std::vector< size_t > > domain_sequence
 
typedef tuple< domain_sequence, domain_sequence, domain_sequence > domain_tuple_type
 

Detailed Description

template<int Dim, typename Precision>
struct stapl::decomposition_tuple_type< Dim, 3, Precision >

Specify types of tuple variables used in the decomposition. The type depends on the number of projections.

Template Parameters
Dimmesh dimension.
Precisiontype of mesh vertex coordinates.

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