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

Public Member Functions

 SemiIntrusiveCoupledSolver (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, Stokhos::OrthogPolyApprox< int, double > &gamma)
 

Private Attributes

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

Detailed Description

Definition at line 330 of file stieltjes_coupled.cpp.

Constructor & Destructor Documentation

◆ SemiIntrusiveCoupledSolver()

SemiIntrusiveCoupledSolver::SemiIntrusiveCoupledSolver ( 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 332 of file stieltjes_coupled.cpp.

Member Function Documentation

◆ solve()

void SemiIntrusiveCoupledSolver::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 340 of file stieltjes_coupled.cpp.

Member Data Documentation

◆ tol

double SemiIntrusiveCoupledSolver::tol
private

Definition at line 387 of file stieltjes_coupled.cpp.

◆ max_it

int SemiIntrusiveCoupledSolver::max_it
private

Definition at line 388 of file stieltjes_coupled.cpp.

◆ rhoModel

RhoModel& SemiIntrusiveCoupledSolver::rhoModel
private

Definition at line 389 of file stieltjes_coupled.cpp.

◆ gammaModel

GammaModel& SemiIntrusiveCoupledSolver::gammaModel
private

Definition at line 390 of file stieltjes_coupled.cpp.

◆ basis

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

Definition at line 391 of file stieltjes_coupled.cpp.

◆ quad

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

Definition at line 392 of file stieltjes_coupled.cpp.


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