Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#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< Box > | left |
Teuchos::RCP< Box > | right |
Teuchos::Array< TupleType > | coords |
Definition at line 35 of file Stokhos_Sparse3TensorPartition.hpp.
|
inline |
Definition at line 42 of file Stokhos_Sparse3TensorPartition.hpp.
|
inline |
Definition at line 48 of file Stokhos_Sparse3TensorPartition.hpp.
|
inline |
Definition at line 73 of file Stokhos_Sparse3TensorPartition.hpp.
|
inline |
Definition at line 82 of file Stokhos_Sparse3TensorPartition.hpp.
coord_type Stokhos::RCB< TupleType >::Box::xmin |
Definition at line 36 of file Stokhos_Sparse3TensorPartition.hpp.
coord_type Stokhos::RCB< TupleType >::Box::ymin |
Definition at line 36 of file Stokhos_Sparse3TensorPartition.hpp.
coord_type Stokhos::RCB< TupleType >::Box::zmin |
Definition at line 36 of file Stokhos_Sparse3TensorPartition.hpp.
coord_type Stokhos::RCB< TupleType >::Box::xmax |
Definition at line 36 of file Stokhos_Sparse3TensorPartition.hpp.
coord_type Stokhos::RCB< TupleType >::Box::ymax |
Definition at line 36 of file Stokhos_Sparse3TensorPartition.hpp.
coord_type Stokhos::RCB< TupleType >::Box::zmax |
Definition at line 36 of file Stokhos_Sparse3TensorPartition.hpp.
coord_type Stokhos::RCB< TupleType >::Box::delta_x |
Definition at line 37 of file Stokhos_Sparse3TensorPartition.hpp.
coord_type Stokhos::RCB< TupleType >::Box::delta_y |
Definition at line 37 of file Stokhos_Sparse3TensorPartition.hpp.
coord_type Stokhos::RCB< TupleType >::Box::delta_z |
Definition at line 37 of file Stokhos_Sparse3TensorPartition.hpp.
size_type Stokhos::RCB< TupleType >::Box::split_dim |
Definition at line 38 of file Stokhos_Sparse3TensorPartition.hpp.
Teuchos::RCP<Box> Stokhos::RCB< TupleType >::Box::left |
Definition at line 39 of file Stokhos_Sparse3TensorPartition.hpp.
Teuchos::RCP<Box> Stokhos::RCB< TupleType >::Box::right |
Definition at line 39 of file Stokhos_Sparse3TensorPartition.hpp.
Teuchos::Array<TupleType> Stokhos::RCB< TupleType >::Box::coords |
Definition at line 40 of file Stokhos_Sparse3TensorPartition.hpp.