|
Stokhos Development
|
Classes | |
| struct | CoordCompare |
| struct | Box |
Public Types | |
| typedef TupleType::value_type | coord_type |
| typedef Teuchos::ArrayView< TupleType >::size_type | size_type |
| typedef TupleType::id_type | id_type |
Public Member Functions | |
| RCB (const coord_type &max_length_, const size_type &max_parts_, const Teuchos::ArrayView< TupleType > &coords_) | |
| Constructor. | |
| ~RCB () | |
| Destructor. | |
| size_type | get_num_parts () const |
| Get number of parts. | |
| Teuchos::RCP< Box > | get_partition_root () const |
| Get root of partition. | |
| Teuchos::RCP< Teuchos::Array< Teuchos::RCP< Box > > > | get_parts () const |
| Get parts array. | |
| Teuchos::ArrayRCP< id_type > | get_part_IDs () const |