|
EpetraExt Development
|
#include <EpetraExt_ModelEvaluator.h>

Public Types | |
| typedef Teuchos::RefCountPtr < const Stokhos::EpetraVectorOrthogPoly > | sg_const_vector_t |
| Short-hand for stochastic Galerkin vector type. | |
Public Member Functions | |
| InArgs () | |
| | |
| std::string | modelEvalDescription () const |
| | |
| int | Np () const |
| | |
| int | Np_sg () const |
| Number of stochastic Galerkin parameters. | |
| void | set_x_dot (const Teuchos::RefCountPtr< const Epetra_Vector > &x_dot) |
| | |
| Teuchos::RefCountPtr< const Epetra_Vector > | get_x_dot () const |
| | |
| void | set_x (const Teuchos::RefCountPtr< const Epetra_Vector > &x) |
| | |
| Teuchos::RefCountPtr< const Epetra_Vector > | get_x () const |
| Set solution vector Taylor polynomial. | |
| void | set_x_poly (const Teuchos::RefCountPtr< const Teuchos::Polynomial< Epetra_Vector > > &x_poly) |
| Teuchos::RefCountPtr< const Teuchos::Polynomial < Epetra_Vector > > | get_x_poly () const |
| Get solution vector Taylor polynomial. | |
| void | set_x_dot_poly (const Teuchos::RefCountPtr< const Teuchos::Polynomial< Epetra_Vector > > &x_dot_poly) |
| Set time derivative vector Taylor polynomial. | |
| Teuchos::RefCountPtr< const Teuchos::Polynomial < Epetra_Vector > > | get_x_dot_poly () const |
| Get time derivative vector Taylor polynomial. | |
| void | set_x_sg (const sg_const_vector_t &x_sg) |
| Set stochastic Galerkin solution vector polynomial. | |
| sg_const_vector_t | get_x_sg () const |
| Get stochastic Galerkin solution vector polynomial. | |
| void | set_x_dot_sg (const sg_const_vector_t &x_dot_sg) |
| Set stochastic Galerkin time derivative vector polynomial. | |
| sg_const_vector_t | get_x_dot_sg () const |
| Get stochastic Galerkin time derivative vector polynomial. | |
| void | set_p (int l, const Teuchos::RefCountPtr< const Epetra_Vector > &p_l) |
| | |
| Teuchos::RefCountPtr< const Epetra_Vector > | get_p (int l) const |
| | |
| void | set_p_sg (int l, const sg_const_vector_t &p_sg_l) |
| Set stochastic Galerkin vector polynomial parameter. | |
| sg_const_vector_t | get_p_sg (int l) const |
| Get stochastic Galerkin vector polynomial parameter. | |
| void | set_t (double t) |
| | |
| double | get_alpha () const |
| | |
| void | set_alpha (double alpha) |
| | |
| double | get_beta () const |
| | |
| void | set_beta (double beta) |
| | |
| double | get_t () const |
| | |
| Teuchos::RCP< const Stokhos::OrthogPolyBasis< int, double > > | get_sg_basis () const |
| | |
| void | set_sg_basis (const Teuchos::RCP< const Stokhos::OrthogPolyBasis< int, double > > &basis) |
| | |
| Teuchos::RCP< const Stokhos::Quadrature< int, double > > | get_sg_quadrature () const |
| | |
| void | set_sg_quadrature (const Teuchos::RCP< const Stokhos::Quadrature< int, double > > &quad) |
| | |
| Teuchos::RCP < Stokhos::OrthogPolyExpansion < int, double > > | get_sg_expansion () const |
| | |
| void | set_sg_expansion (const Teuchos::RCP< Stokhos::OrthogPolyExpansion< int, double > > &exp) |
| | |
| bool | supports (EInArgsMembers arg) const |
| | |
Protected Member Functions | |
| void | _setModelEvalDescription (const std::string &modelEvalDescription) |
| | |
| void | _set_Np (int Np) |
| | |
| void | _set_Np_sg (int Np) |
| | |
| void | _setSupports (EInArgsMembers arg, bool supports) |
| | |
Definition at line 90 of file EpetraExt_ModelEvaluator.h.
| typedef Teuchos::RefCountPtr<const Stokhos::EpetraVectorOrthogPoly> EpetraExt::ModelEvaluator::InArgs::sg_const_vector_t |
Short-hand for stochastic Galerkin vector type.
Definition at line 94 of file EpetraExt_ModelEvaluator.h.
| EpetraExt::ModelEvaluator::InArgs::InArgs | ( | ) |
Definition at line 41 of file EpetraExt_ModelEvaluator.cpp.
| std::string EpetraExt::ModelEvaluator::InArgs::modelEvalDescription | ( | ) | const [inline] |
Definition at line 1104 of file EpetraExt_ModelEvaluator.h.
| int EpetraExt::ModelEvaluator::InArgs::Np | ( | ) | const [inline] |
Definition at line 1108 of file EpetraExt_ModelEvaluator.h.
| int EpetraExt::ModelEvaluator::InArgs::Np_sg | ( | ) | const [inline] |
Number of stochastic Galerkin parameters.
Definition at line 1112 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::InArgs::set_x_dot | ( | const Teuchos::RefCountPtr< const Epetra_Vector > & | x_dot | ) | [inline] |
Definition at line 1116 of file EpetraExt_ModelEvaluator.h.
| Teuchos::RefCountPtr< const Epetra_Vector > EpetraExt::ModelEvaluator::InArgs::get_x_dot | ( | ) | const [inline] |
Definition at line 1120 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::InArgs::set_x | ( | const Teuchos::RefCountPtr< const Epetra_Vector > & | x | ) | [inline] |
Definition at line 1124 of file EpetraExt_ModelEvaluator.h.
| Teuchos::RefCountPtr< const Epetra_Vector > EpetraExt::ModelEvaluator::InArgs::get_x | ( | ) | const [inline] |
Set solution vector Taylor polynomial.
Definition at line 1128 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::InArgs::set_x_poly | ( | const Teuchos::RefCountPtr< const Teuchos::Polynomial< Epetra_Vector > > & | x_poly | ) | [inline] |
Definition at line 1141 of file EpetraExt_ModelEvaluator.h.
| Teuchos::RefCountPtr< const Teuchos::Polynomial< Epetra_Vector > > EpetraExt::ModelEvaluator::InArgs::get_x_poly | ( | ) | const [inline] |
Get solution vector Taylor polynomial.
Definition at line 1146 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::InArgs::set_x_dot_poly | ( | const Teuchos::RefCountPtr< const Teuchos::Polynomial< Epetra_Vector > > & | x_dot_poly | ) | [inline] |
Set time derivative vector Taylor polynomial.
Definition at line 1132 of file EpetraExt_ModelEvaluator.h.
| Teuchos::RefCountPtr< const Teuchos::Polynomial< Epetra_Vector > > EpetraExt::ModelEvaluator::InArgs::get_x_dot_poly | ( | ) | const [inline] |
Get time derivative vector Taylor polynomial.
Definition at line 1137 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::InArgs::set_x_sg | ( | const sg_const_vector_t & | x_sg | ) | [inline] |
Set stochastic Galerkin solution vector polynomial.
Definition at line 1159 of file EpetraExt_ModelEvaluator.h.
| ModelEvaluator::InArgs::sg_const_vector_t EpetraExt::ModelEvaluator::InArgs::get_x_sg | ( | ) | const [inline] |
Get stochastic Galerkin solution vector polynomial.
Definition at line 1164 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::InArgs::set_x_dot_sg | ( | const sg_const_vector_t & | x_dot_sg | ) | [inline] |
Set stochastic Galerkin time derivative vector polynomial.
Definition at line 1150 of file EpetraExt_ModelEvaluator.h.
| ModelEvaluator::InArgs::sg_const_vector_t EpetraExt::ModelEvaluator::InArgs::get_x_dot_sg | ( | ) | const [inline] |
Get stochastic Galerkin time derivative vector polynomial.
Definition at line 1155 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::InArgs::set_p | ( | int | l, |
| const Teuchos::RefCountPtr< const Epetra_Vector > & | p_l | ||
| ) | [inline] |
Definition at line 1168 of file EpetraExt_ModelEvaluator.h.
| Teuchos::RefCountPtr< const Epetra_Vector > EpetraExt::ModelEvaluator::InArgs::get_p | ( | int | l | ) | const [inline] |
Definition at line 1172 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::InArgs::set_p_sg | ( | int | l, |
| const sg_const_vector_t & | p_sg_l | ||
| ) | [inline] |
Set stochastic Galerkin vector polynomial parameter.
Definition at line 1176 of file EpetraExt_ModelEvaluator.h.
| ModelEvaluator::InArgs::sg_const_vector_t EpetraExt::ModelEvaluator::InArgs::get_p_sg | ( | int | l | ) | const [inline] |
Get stochastic Galerkin vector polynomial parameter.
Definition at line 1182 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::InArgs::set_t | ( | double | t | ) | [inline] |
Definition at line 1186 of file EpetraExt_ModelEvaluator.h.
| double EpetraExt::ModelEvaluator::InArgs::get_alpha | ( | ) | const [inline] |
Definition at line 1198 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::InArgs::set_alpha | ( | double | alpha | ) | [inline] |
Definition at line 1194 of file EpetraExt_ModelEvaluator.h.
| double EpetraExt::ModelEvaluator::InArgs::get_beta | ( | ) | const [inline] |
Definition at line 1206 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::InArgs::set_beta | ( | double | beta | ) | [inline] |
Definition at line 1202 of file EpetraExt_ModelEvaluator.h.
| double EpetraExt::ModelEvaluator::InArgs::get_t | ( | ) | const [inline] |
Definition at line 1190 of file EpetraExt_ModelEvaluator.h.
| Teuchos::RCP< const Stokhos::OrthogPolyBasis< int, double > > EpetraExt::ModelEvaluator::InArgs::get_sg_basis | ( | ) | const [inline] |
Definition at line 1215 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::InArgs::set_sg_basis | ( | const Teuchos::RCP< const Stokhos::OrthogPolyBasis< int, double > > & | basis | ) | [inline] |
Definition at line 1210 of file EpetraExt_ModelEvaluator.h.
| Teuchos::RCP< const Stokhos::Quadrature< int, double > > EpetraExt::ModelEvaluator::InArgs::get_sg_quadrature | ( | ) | const [inline] |
Definition at line 1224 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::InArgs::set_sg_quadrature | ( | const Teuchos::RCP< const Stokhos::Quadrature< int, double > > & | quad | ) | [inline] |
Definition at line 1219 of file EpetraExt_ModelEvaluator.h.
| Teuchos::RCP< Stokhos::OrthogPolyExpansion< int, double > > EpetraExt::ModelEvaluator::InArgs::get_sg_expansion | ( | ) | const [inline] |
Definition at line 1233 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::InArgs::set_sg_expansion | ( | const Teuchos::RCP< Stokhos::OrthogPolyExpansion< int, double > > & | exp | ) | [inline] |
Definition at line 1228 of file EpetraExt_ModelEvaluator.h.
| bool EpetraExt::ModelEvaluator::InArgs::supports | ( | EInArgsMembers | arg | ) | const |
Definition at line 51 of file EpetraExt_ModelEvaluator.cpp.
| void EpetraExt::ModelEvaluator::InArgs::_setModelEvalDescription | ( | const std::string & | modelEvalDescription | ) | [inline, protected] |
Definition at line 1237 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::InArgs::_set_Np | ( | int | Np | ) | [inline, protected] |
Definition at line 1243 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::InArgs::_set_Np_sg | ( | int | Np | ) | [inline, protected] |
Definition at line 1249 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::InArgs::_setSupports | ( | EInArgsMembers | arg, |
| bool | supports | ||
| ) | [protected] |
Definition at line 61 of file EpetraExt_ModelEvaluator.cpp.
1.7.4