Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <twoD_diffusion_problem_tpetra.hpp>
Public Member Functions | |
KL_Diffusion_Func (MeshScalar xyLeft, MeshScalar xyRight, BasisScalar mean, BasisScalar std_dev, MeshScalar L, LocalOrdinal num_KL) | |
Scalar | operator() (MeshScalar x, MeshScalar y, const Teuchos::Array< Scalar > &rv) const |
Public Attributes | |
Teuchos::Array< MeshScalar > | point |
Teuchos::RCP < Stokhos::KL::ExponentialRandomField < MeshScalar > > | rf |
Definition at line 150 of file twoD_diffusion_problem_tpetra.hpp.
twoD_diffusion_problem< Scalar, MeshScalar, BasisScalar, LocalOrdinal, GlobalOrdinal, Node >::KL_Diffusion_Func::KL_Diffusion_Func | ( | MeshScalar | xyLeft, |
MeshScalar | xyRight, | ||
BasisScalar | mean, | ||
BasisScalar | std_dev, | ||
MeshScalar | L, | ||
LocalOrdinal | num_KL | ||
) |
Definition at line 408 of file twoD_diffusion_problem_tpetra_def.hpp.
Scalar twoD_diffusion_problem< Scalar, MeshScalar, BasisScalar, LocalOrdinal, GlobalOrdinal, Node >::KL_Diffusion_Func::operator() | ( | MeshScalar | x, |
MeshScalar | y, | ||
const Teuchos::Array< Scalar > & | rv | ||
) | const |
Definition at line 437 of file twoD_diffusion_problem_tpetra_def.hpp.
|
mutable |
Definition at line 151 of file twoD_diffusion_problem_tpetra.hpp.
Teuchos::RCP< Stokhos::KL::ExponentialRandomField<MeshScalar> > twoD_diffusion_problem< Scalar, MeshScalar, BasisScalar, LocalOrdinal, GlobalOrdinal, Node >::KL_Diffusion_Func::rf |
Definition at line 152 of file twoD_diffusion_problem_tpetra.hpp.