Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
NISPCoupledSolver Class Reference

Public Member Functions

 NISPCoupledSolver (double tol, int max_it, RhoModel &rhoModel, GammaModel &gammaModel, const Teuchos::RCP< const Stokhos::OrthogPolyBasis< int, double > > &basis_, const Teuchos::RCP< const Stokhos::Quadrature< int, double > > &quad_)
 
void solve (const Stokhos::OrthogPolyApprox< int, double > &xi1, const Stokhos::OrthogPolyApprox< int, double > &xi2, Stokhos::OrthogPolyApprox< int, double > &rho_pce, Stokhos::OrthogPolyApprox< int, double > &gamma_pce)
 

Private Attributes

CoupledSolver coupledSolver
 
Teuchos::RCP< const
Stokhos::OrthogPolyBasis< int,
double > > 
basis
 
Teuchos::RCP< const
Stokhos::Quadrature< int,
double > > 
quad
 

Detailed Description

Definition at line 249 of file stieltjes_coupled.cpp.

Constructor & Destructor Documentation

NISPCoupledSolver::NISPCoupledSolver ( double  tol,
int  max_it,
RhoModel rhoModel,
GammaModel gammaModel,
const Teuchos::RCP< const Stokhos::OrthogPolyBasis< int, double > > &  basis_,
const Teuchos::RCP< const Stokhos::Quadrature< int, double > > &  quad_ 
)
inline

Definition at line 251 of file stieltjes_coupled.cpp.

Member Function Documentation

void NISPCoupledSolver::solve ( const Stokhos::OrthogPolyApprox< int, double > &  xi1,
const Stokhos::OrthogPolyApprox< int, double > &  xi2,
Stokhos::OrthogPolyApprox< int, double > &  rho_pce,
Stokhos::OrthogPolyApprox< int, double > &  gamma_pce 
)
inline

Definition at line 259 of file stieltjes_coupled.cpp.

Member Data Documentation

CoupledSolver NISPCoupledSolver::coupledSolver
private

Definition at line 294 of file stieltjes_coupled.cpp.

Teuchos::RCP<const Stokhos::OrthogPolyBasis<int,double> > NISPCoupledSolver::basis
private

Definition at line 295 of file stieltjes_coupled.cpp.

Teuchos::RCP<const Stokhos::Quadrature<int,double> > NISPCoupledSolver::quad
private

Definition at line 296 of file stieltjes_coupled.cpp.


The documentation for this class was generated from the following file: