Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
Stokhos::RCB< TupleType >::Box Struct Reference

#include <Stokhos_Sparse3TensorPartition.hpp>

Public Member Functions

 Box (const Teuchos::ArrayView< TupleType > &c)
 
void computeBoundingBox ()
 
void computeSplittingDimension ()
 
void split ()
 

Public Attributes

coord_type xmin
 
coord_type ymin
 
coord_type zmin
 
coord_type xmax
 
coord_type ymax
 
coord_type zmax
 
coord_type delta_x
 
coord_type delta_y
 
coord_type delta_z
 
size_type split_dim
 
Teuchos::RCP< Boxleft
 
Teuchos::RCP< Boxright
 
Teuchos::Array< TupleType > coords
 

Detailed Description

template<typename TupleType>
struct Stokhos::RCB< TupleType >::Box

Definition at line 35 of file Stokhos_Sparse3TensorPartition.hpp.

Constructor & Destructor Documentation

template<typename TupleType >
Stokhos::RCB< TupleType >::Box::Box ( const Teuchos::ArrayView< TupleType > &  c)
inline

Definition at line 42 of file Stokhos_Sparse3TensorPartition.hpp.

Member Function Documentation

template<typename TupleType >
void Stokhos::RCB< TupleType >::Box::computeBoundingBox ( )
inline

Definition at line 48 of file Stokhos_Sparse3TensorPartition.hpp.

template<typename TupleType >
void Stokhos::RCB< TupleType >::Box::computeSplittingDimension ( )
inline

Definition at line 73 of file Stokhos_Sparse3TensorPartition.hpp.

template<typename TupleType >
void Stokhos::RCB< TupleType >::Box::split ( )
inline

Definition at line 82 of file Stokhos_Sparse3TensorPartition.hpp.

Member Data Documentation

template<typename TupleType >
coord_type Stokhos::RCB< TupleType >::Box::xmin

Definition at line 36 of file Stokhos_Sparse3TensorPartition.hpp.

template<typename TupleType >
coord_type Stokhos::RCB< TupleType >::Box::ymin

Definition at line 36 of file Stokhos_Sparse3TensorPartition.hpp.

template<typename TupleType >
coord_type Stokhos::RCB< TupleType >::Box::zmin

Definition at line 36 of file Stokhos_Sparse3TensorPartition.hpp.

template<typename TupleType >
coord_type Stokhos::RCB< TupleType >::Box::xmax

Definition at line 36 of file Stokhos_Sparse3TensorPartition.hpp.

template<typename TupleType >
coord_type Stokhos::RCB< TupleType >::Box::ymax

Definition at line 36 of file Stokhos_Sparse3TensorPartition.hpp.

template<typename TupleType >
coord_type Stokhos::RCB< TupleType >::Box::zmax

Definition at line 36 of file Stokhos_Sparse3TensorPartition.hpp.

template<typename TupleType >
coord_type Stokhos::RCB< TupleType >::Box::delta_x

Definition at line 37 of file Stokhos_Sparse3TensorPartition.hpp.

template<typename TupleType >
coord_type Stokhos::RCB< TupleType >::Box::delta_y

Definition at line 37 of file Stokhos_Sparse3TensorPartition.hpp.

template<typename TupleType >
coord_type Stokhos::RCB< TupleType >::Box::delta_z

Definition at line 37 of file Stokhos_Sparse3TensorPartition.hpp.

template<typename TupleType >
size_type Stokhos::RCB< TupleType >::Box::split_dim

Definition at line 38 of file Stokhos_Sparse3TensorPartition.hpp.

template<typename TupleType >
Teuchos::RCP<Box> Stokhos::RCB< TupleType >::Box::left

Definition at line 39 of file Stokhos_Sparse3TensorPartition.hpp.

template<typename TupleType >
Teuchos::RCP<Box> Stokhos::RCB< TupleType >::Box::right

Definition at line 39 of file Stokhos_Sparse3TensorPartition.hpp.

template<typename TupleType >
Teuchos::Array<TupleType> Stokhos::RCB< TupleType >::Box::coords

Definition at line 40 of file Stokhos_Sparse3TensorPartition.hpp.


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