Stokhos
Development
|
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 |