Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
RhoModel Class Reference

Public Member Functions

 RhoModel (int n, double dx)
 
void computeRho (const Teuchos::Array< double > &s2, const Teuchos::Array< double > &gamma, Teuchos::Array< double > &rho)
 
void computeRhoPCE (const Stokhos::OrthogPolyBasis< int, double > &basis, const Stokhos::Quadrature< int, double > &quad, const Stokhos::OrthogPolyApprox< int, double > &xi2, const Stokhos::OrthogPolyApprox< int, double > &gamma, Stokhos::OrthogPolyApprox< int, double > &rho)
 

Private Attributes

Teuchos::SerialDenseMatrix< int, doubleA
 
Teuchos::SerialDenseVector< int, doubleb
 
double h
 
Teuchos::LAPACK< int, doublelapack
 
Teuchos::Array< int > piv
 

Detailed Description

Definition at line 64 of file stieltjes_coupled.cpp.

Constructor & Destructor Documentation

◆ RhoModel()

RhoModel::RhoModel ( int n,
double dx )
inline

Definition at line 66 of file stieltjes_coupled.cpp.

Member Function Documentation

◆ computeRho()

void RhoModel::computeRho ( const Teuchos::Array< double > & s2,
const Teuchos::Array< double > & gamma,
Teuchos::Array< double > & rho )
inline

Definition at line 67 of file stieltjes_coupled.cpp.

◆ computeRhoPCE()

void RhoModel::computeRhoPCE ( const Stokhos::OrthogPolyBasis< int, double > & basis,
const Stokhos::Quadrature< int, double > & quad,
const Stokhos::OrthogPolyApprox< int, double > & xi2,
const Stokhos::OrthogPolyApprox< int, double > & gamma,
Stokhos::OrthogPolyApprox< int, double > & rho )
inline

Definition at line 102 of file stieltjes_coupled.cpp.

Member Data Documentation

◆ A

Teuchos::SerialDenseMatrix<int,double> RhoModel::A
private

Definition at line 139 of file stieltjes_coupled.cpp.

◆ b

Teuchos::SerialDenseVector<int,double> RhoModel::b
private

Definition at line 140 of file stieltjes_coupled.cpp.

◆ h

double RhoModel::h
private

Definition at line 141 of file stieltjes_coupled.cpp.

◆ lapack

Teuchos::LAPACK<int,double> RhoModel::lapack
private

Definition at line 142 of file stieltjes_coupled.cpp.

◆ piv

Teuchos::Array<int> RhoModel::piv
private

Definition at line 143 of file stieltjes_coupled.cpp.


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