#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 67 of file EpetraExt_ModelEvaluator.h.
|
|
.
Definition at line 82 of file EpetraExt_ModelEvaluator.cpp. |
|
|
Definition at line 643 of file EpetraExt_ModelEvaluator.h. |
|
|
Definition at line 647 of file EpetraExt_ModelEvaluator.h. |
|
|
.
Definition at line 651 of file EpetraExt_ModelEvaluator.h. |
|
|
.
Definition at line 655 of file EpetraExt_ModelEvaluator.h. |
|
|
.
Definition at line 659 of file EpetraExt_ModelEvaluator.h. |
|
|
.
Definition at line 663 of file EpetraExt_ModelEvaluator.h. |
|
|
Definition at line 676 of file EpetraExt_ModelEvaluator.h. |
|
|
Definition at line 681 of file EpetraExt_ModelEvaluator.h. |
|
|
Definition at line 667 of file EpetraExt_ModelEvaluator.h. |
|
|
Definition at line 672 of file EpetraExt_ModelEvaluator.h. |
|
||||||||||||
|
.
Definition at line 685 of file EpetraExt_ModelEvaluator.h. |
|
|
.
Definition at line 689 of file EpetraExt_ModelEvaluator.h. |
|
|
.
Definition at line 693 of file EpetraExt_ModelEvaluator.h. |
|
|
.
Definition at line 705 of file EpetraExt_ModelEvaluator.h. |
|
|
.
Definition at line 701 of file EpetraExt_ModelEvaluator.h. |
|
|
.
Definition at line 713 of file EpetraExt_ModelEvaluator.h. |
|
|
.
Definition at line 709 of file EpetraExt_ModelEvaluator.h. |
|
|
.
Definition at line 697 of file EpetraExt_ModelEvaluator.h. |
|
|
.
Definition at line 90 of file EpetraExt_ModelEvaluator.cpp. |
|
|
Definition at line 717 of file EpetraExt_ModelEvaluator.h. |
|
|
Definition at line 723 of file EpetraExt_ModelEvaluator.h. |
|
||||||||||||
|
Definition at line 99 of file EpetraExt_ModelEvaluator.cpp. |
1.3.9.1