Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
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 283 of file stieltjes_coupled.cpp.

Constructor & Destructor Documentation

◆ NISPCoupledSolver()

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 285 of file stieltjes_coupled.cpp.

Member Function Documentation

◆ solve()

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 293 of file stieltjes_coupled.cpp.

Member Data Documentation

◆ coupledSolver

CoupledSolver NISPCoupledSolver::coupledSolver
private

Definition at line 328 of file stieltjes_coupled.cpp.

◆ basis

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

Definition at line 329 of file stieltjes_coupled.cpp.

◆ quad

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

Definition at line 330 of file stieltjes_coupled.cpp.


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