|
Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the documentation of this file.
60 #include "EpetraExt_BlockVector.h"
70 int rank = comm->
MyPID();
84 result &= (obj_ut->
GID(stochaUnks*d+s)==(stochaUnks*determ_map.
GID(d)+s));
103 bool full_expansion =
false;
111 Cijk = basis->computeTripleProductTensor();
113 Cijk = basis->computeLinearTripleProductTensor();
116 parallelParams.
set(
"Number of Spatial Processors", numProc);
132 for(
int b=0;b<porder+1;b++)
Teuchos::RCP< EpetraExt::BlockVector > getBlockVector()
Get block vector.
int NumMyElements() const
virtual int NumProc() const=0
TEUCHOS_UNIT_TEST(map_test, uniform_buildInterlacedMap)
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
int NumGlobalElements() const
static Teuchos::RCP< Epetra_Map > buildInterlaceMap(const Epetra_BlockMap &determ_map, const Epetra_BlockMap &stocha_map)
ParameterList & set(std::string const &name, T const &value, std::string const &docString="", RCP< const ParameterEntryValidator > const &validator=null)
A container class storing an orthogonal polynomial whose coefficients are vectors,...
Teuchos::RCP< const Epetra_BlockMap > getStochasticRowMap() const
Get stochastic row map.
Teuchos::RCP< const EpetraExt::MultiComm > getMultiComm() const
Get global comm.
Teuchos::RCP< const Stokhos::CompletePolynomialBasis< int, double > > buildBasis(int num_KL, int porder)
TEST_EQUALITY(rcp_dynamic_cast< const EnhancedNumberValidator< double > >(castedDep1->getValuesAndValidators().find("val1") ->second, true) ->getMax(), double1Vali->getMax())
TEST_ASSERT(castedDep1->getValuesAndValidators().size()==2)
Teuchos::RCP< const EpetraExt::MultiComm > getMultiComm() const
Get global comm.
virtual int MyPID() const=0