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

Public Member Functions | |
| InArgs () | |
| | |
| std::string | modelEvalDescription () const |
| | |
| int | Np () const |
| | |
| 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 |
| | |
| 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 |
| | |
| void | set_x_dot_poly (const Teuchos::RefCountPtr< const Teuchos::Polynomial< Epetra_Vector > > &x_dot_poly) |
| | |
| Teuchos::RefCountPtr< const Teuchos::Polynomial< Epetra_Vector > > | get_x_dot_poly () const |
| | |
| 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_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 | _setSupports (EInArgsMembers arg, bool supports) |
| | |
Definition at line 68 of file EpetraExt_ModelEvaluator.h.
| EpetraExt::ModelEvaluator::InArgs::InArgs | ( | ) |
| std::string EpetraExt::ModelEvaluator::InArgs::modelEvalDescription | ( | ) | const [inline] |
| int EpetraExt::ModelEvaluator::InArgs::Np | ( | ) | const [inline] |
| 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 784 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] |
| Teuchos::RefCountPtr< const Teuchos::Polynomial< Epetra_Vector > > EpetraExt::ModelEvaluator::InArgs::get_x_dot_poly | ( | ) | const [inline] |
| 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_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::_setSupports | ( | EInArgsMembers | arg, | |
| bool | supports | |||
| ) | [protected] |
1.4.7