|
Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Stokhos_ParallelData.hpp>
Public Member Functions | |
| ParallelData (const Teuchos::RCP< const Stokhos::OrthogPolyBasis< int, double > > &basis, const Teuchos::RCP< const Stokhos::Sparse3Tensor< int, double > > &Cijk, const Teuchos::RCP< const Epetra_Comm > &globalComm, Teuchos::ParameterList ¶ms) | |
| Constructor. More... | |
| ParallelData (const Teuchos::RCP< const Stokhos::OrthogPolyBasis< int, double > > &basis, const Teuchos::RCP< const Stokhos::Sparse3Tensor< int, double > > &Cijk, const Teuchos::RCP< const EpetraExt::MultiComm > &globalMultiComm, Teuchos::ParameterList ¶ms) | |
| Constructor with globalMultiComm. More... | |
| ~ParallelData () | |
| Destructor. More... | |
| Teuchos::RCP< const EpetraExt::MultiComm > | getMultiComm () const |
| Get global comm. More... | |
| Teuchos::RCP< const Epetra_Comm > | getStochasticComm () const |
| Get stochastic comm. More... | |
| Teuchos::RCP< const Epetra_Comm > | getSpatialComm () const |
| Get spatial comm. More... | |
| Teuchos::RCP< const Stokhos::EpetraSparse3Tensor > | getEpetraCijk () const |
| Get Epetra Cijk. More... | |
Protected Attributes | |
| Teuchos::RCP< const EpetraExt::MultiComm > | globalMultiComm |
| Multi-comm. More... | |
| Teuchos::RCP< const Epetra_Comm > | stoch_comm |
| Stochastic comm. More... | |
| Teuchos::RCP< const Epetra_Comm > | spatial_comm |
| Spatial comm. More... | |
| Teuchos::RCP < Stokhos::EpetraSparse3Tensor > | epetraCijk |
| Epetra Cijk. More... | |
Definition at line 54 of file Stokhos_ParallelData.hpp.
| Stokhos::ParallelData::ParallelData | ( | const Teuchos::RCP< const Stokhos::OrthogPolyBasis< int, double > > & | basis, |
| const Teuchos::RCP< const Stokhos::Sparse3Tensor< int, double > > & | Cijk, | ||
| const Teuchos::RCP< const Epetra_Comm > & | globalComm, | ||
| Teuchos::ParameterList & | params | ||
| ) |
Constructor.
Definition at line 51 of file Stokhos_ParallelData.cpp.
| Stokhos::ParallelData::ParallelData | ( | const Teuchos::RCP< const Stokhos::OrthogPolyBasis< int, double > > & | basis, |
| const Teuchos::RCP< const Stokhos::Sparse3Tensor< int, double > > & | Cijk, | ||
| const Teuchos::RCP< const EpetraExt::MultiComm > & | globalMultiComm, | ||
| Teuchos::ParameterList & | params | ||
| ) |
Constructor with globalMultiComm.
Definition at line 87 of file Stokhos_ParallelData.cpp.
|
inline |
Destructor.
Definition at line 72 of file Stokhos_ParallelData.hpp.
|
inline |
Get global comm.
Definition at line 76 of file Stokhos_ParallelData.hpp.
|
inline |
Get stochastic comm.
Definition at line 80 of file Stokhos_ParallelData.hpp.
|
inline |
Get spatial comm.
Definition at line 84 of file Stokhos_ParallelData.hpp.
|
inline |
Get Epetra Cijk.
Definition at line 88 of file Stokhos_ParallelData.hpp.
|
protected |
Multi-comm.
Definition at line 93 of file Stokhos_ParallelData.hpp.
|
protected |
Stochastic comm.
Definition at line 96 of file Stokhos_ParallelData.hpp.
|
protected |
Spatial comm.
Definition at line 99 of file Stokhos_ParallelData.hpp.
|
protected |
Epetra Cijk.
Definition at line 102 of file Stokhos_ParallelData.hpp.
1.8.5