#include <EpetraExt_ModelEvaluator.h>
Inheritance diagram for EpetraExt::ModelEvaluator::InArgs:

Public Types | |
| typedef Teuchos::RefCountPtr< const Stokhos::VectorOrthogPoly< Epetra_Vector > > | 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 |
| | |
| 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 82 of file EpetraExt_ModelEvaluator.h.
| typedef Teuchos::RefCountPtr<const Stokhos::VectorOrthogPoly<Epetra_Vector> > EpetraExt::ModelEvaluator::InArgs::sg_const_vector_t |
Short-hand for stochastic Galerkin vector type.
Definition at line 86 of file EpetraExt_ModelEvaluator.h.
| EpetraExt::ModelEvaluator::InArgs::InArgs | ( | ) |
| std::string EpetraExt::ModelEvaluator::InArgs::modelEvalDescription | ( | ) | const [inline] |
| int EpetraExt::ModelEvaluator::InArgs::Np | ( | ) | const [inline] |
| int EpetraExt::ModelEvaluator::InArgs::Np_sg | ( | ) | const [inline] |
Number of stochastic Galerkin parameters.
Definition at line 875 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::InArgs::set_x_dot | ( | const Teuchos::RefCountPtr< const Epetra_Vector > & | x_dot | ) | [inline] |
| Teuchos::RefCountPtr< const Epetra_Vector > EpetraExt::ModelEvaluator::InArgs::get_x_dot | ( | ) | const [inline] |
| void EpetraExt::ModelEvaluator::InArgs::set_x | ( | const Teuchos::RefCountPtr< const Epetra_Vector > & | x | ) | [inline] |
| Teuchos::RefCountPtr< const Epetra_Vector > EpetraExt::ModelEvaluator::InArgs::get_x | ( | ) | const [inline] |
| void EpetraExt::ModelEvaluator::InArgs::set_x_poly | ( | const Teuchos::RefCountPtr< const Teuchos::Polynomial< Epetra_Vector > > & | x_poly | ) | [inline] |
Definition at line 904 of file EpetraExt_ModelEvaluator.h.
| Teuchos::RefCountPtr< const Teuchos::Polynomial< Epetra_Vector > > EpetraExt::ModelEvaluator::InArgs::get_x_poly | ( | ) | const [inline] |
| 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 895 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 900 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 922 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 927 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 913 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 918 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::InArgs::set_p | ( | int | l, | |
| const Teuchos::RefCountPtr< const Epetra_Vector > & | p_l | |||
| ) | [inline] |
| Teuchos::RefCountPtr< const Epetra_Vector > EpetraExt::ModelEvaluator::InArgs::get_p | ( | int | l | ) | const [inline] |
| 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 939 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 945 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::InArgs::set_t | ( | double | t | ) | [inline] |
| double EpetraExt::ModelEvaluator::InArgs::get_alpha | ( | ) | const [inline] |
| void EpetraExt::ModelEvaluator::InArgs::set_alpha | ( | double | alpha | ) | [inline] |
| double EpetraExt::ModelEvaluator::InArgs::get_beta | ( | ) | const [inline] |
| void EpetraExt::ModelEvaluator::InArgs::set_beta | ( | double | beta | ) | [inline] |
| double EpetraExt::ModelEvaluator::InArgs::get_t | ( | ) | const [inline] |
| bool EpetraExt::ModelEvaluator::InArgs::supports | ( | EInArgsMembers | arg | ) | const |
| void EpetraExt::ModelEvaluator::InArgs::_setModelEvalDescription | ( | const std::string & | modelEvalDescription | ) | [inline, protected] |
| void EpetraExt::ModelEvaluator::InArgs::_set_Np | ( | int | Np | ) | [inline, protected] |
| void EpetraExt::ModelEvaluator::InArgs::_set_Np_sg | ( | int | Np | ) | [inline, protected] |
| void EpetraExt::ModelEvaluator::InArgs::_setSupports | ( | EInArgsMembers | arg, | |
| bool | supports | |||
| ) | [protected] |
1.4.7