Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
Public Member Functions | Private Attributes | List of all members
StieltjesCoupledSolver Class Reference

Public Member Functions

 StieltjesCoupledSolver (double tol_, int max_it_, RhoModel &rhoModel_, GammaModel &gammaModel_, const Teuchos::RCP< const Stokhos::ProductBasis< 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, Stokhos::OrthogPolyApprox< int, double > &gamma)
 

Private Attributes

double tol
 
int max_it
 
RhoModelrhoModel
 
GammaModelgammaModel
 
Teuchos::RCP< const Stokhos::ProductBasis< int, double > > basis
 
Teuchos::RCP< const Stokhos::Quadrature< int, double > > quad
 

Detailed Description

Definition at line 395 of file stieltjes_coupled.cpp.

Constructor & Destructor Documentation

◆ StieltjesCoupledSolver()

StieltjesCoupledSolver::StieltjesCoupledSolver ( double  tol_,
int  max_it_,
RhoModel rhoModel_,
GammaModel gammaModel_,
const Teuchos::RCP< const Stokhos::ProductBasis< int, double > > &  basis_,
const Teuchos::RCP< const Stokhos::Quadrature< int, double > > &  quad_ 
)
inline

Definition at line 397 of file stieltjes_coupled.cpp.

Member Function Documentation

◆ solve()

void StieltjesCoupledSolver::solve ( const Stokhos::OrthogPolyApprox< int, double > &  xi1,
const Stokhos::OrthogPolyApprox< int, double > &  xi2,
Stokhos::OrthogPolyApprox< int, double > &  rho,
Stokhos::OrthogPolyApprox< int, double > &  gamma 
)
inline

Definition at line 405 of file stieltjes_coupled.cpp.

Member Data Documentation

◆ tol

double StieltjesCoupledSolver::tol
private

Definition at line 558 of file stieltjes_coupled.cpp.

◆ max_it

int StieltjesCoupledSolver::max_it
private

Definition at line 559 of file stieltjes_coupled.cpp.

◆ rhoModel

RhoModel& StieltjesCoupledSolver::rhoModel
private

Definition at line 560 of file stieltjes_coupled.cpp.

◆ gammaModel

GammaModel& StieltjesCoupledSolver::gammaModel
private

Definition at line 561 of file stieltjes_coupled.cpp.

◆ basis

Teuchos::RCP<const Stokhos::ProductBasis<int,double> > StieltjesCoupledSolver::basis
private

Definition at line 562 of file stieltjes_coupled.cpp.

◆ quad

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

Definition at line 563 of file stieltjes_coupled.cpp.


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