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 22 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 19 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 55 of file Stokhos_ParallelData.cpp.
|
inline |
Destructor.
Definition at line 40 of file Stokhos_ParallelData.hpp.
|
inline |
Get global comm.
Definition at line 44 of file Stokhos_ParallelData.hpp.
|
inline |
Get stochastic comm.
Definition at line 48 of file Stokhos_ParallelData.hpp.
|
inline |
Get spatial comm.
Definition at line 52 of file Stokhos_ParallelData.hpp.
|
inline |
Get Epetra Cijk.
Definition at line 56 of file Stokhos_ParallelData.hpp.
|
protected |
Multi-comm.
Definition at line 61 of file Stokhos_ParallelData.hpp.
|
protected |
Stochastic comm.
Definition at line 64 of file Stokhos_ParallelData.hpp.
|
protected |
Spatial comm.
Definition at line 67 of file Stokhos_ParallelData.hpp.
|
protected |
Epetra Cijk.
Definition at line 70 of file Stokhos_ParallelData.hpp.