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
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, double
A
 
Teuchos::SerialDenseVector
< int, double
b
 
double h
 
Teuchos::LAPACK< int, doublelapack
 
Teuchos::Array< int > piv
 

Detailed Description

Definition at line 30 of file stieltjes_coupled.cpp.

Constructor & Destructor Documentation

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

Definition at line 32 of file stieltjes_coupled.cpp.

Member Function Documentation

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

Definition at line 33 of file stieltjes_coupled.cpp.

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

Member Data Documentation

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

Definition at line 105 of file stieltjes_coupled.cpp.

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

Definition at line 106 of file stieltjes_coupled.cpp.

double RhoModel::h
private

Definition at line 107 of file stieltjes_coupled.cpp.

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

Definition at line 108 of file stieltjes_coupled.cpp.

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

Definition at line 109 of file stieltjes_coupled.cpp.


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