#include <ExampleApplication.hpp>
Inheritance diagram for ExampleApplication:

Overridden from EpetraExt::ModelEvaluator . | |
| Teuchos::RCP< const Epetra_Map > | get_x_map () const |
| | |
| Teuchos::RCP< const Epetra_Map > | get_f_map () const |
| | |
| Teuchos::RCP< const Epetra_Vector > | get_x_init () const |
| | |
| Teuchos::RCP< const Epetra_Vector > | get_x_dot_init () const |
| | |
| Teuchos::RCP< Epetra_Operator > | create_W () const |
| | |
| InArgs | createInArgs () const |
| | |
| OutArgs | createOutArgs () const |
| | |
| void | evalModel (const InArgs &inArgs, const OutArgs &outArgs) const |
| | |
| double | evalR (const double &t, const double &lambda, const double &s) const |
| | |
ToDo: Finish Documentation!
Definition at line 45 of file ExampleApplication.hpp.
|
|
Implements EpetraExt::ModelEvaluator. Definition at line 140 of file ExampleApplication.cpp. |
|
|
Implements EpetraExt::ModelEvaluator. Definition at line 146 of file ExampleApplication.cpp. |
|
|
Reimplemented from EpetraExt::ModelEvaluator. Definition at line 152 of file ExampleApplication.cpp. |
|
|
Reimplemented from EpetraExt::ModelEvaluator. Definition at line 160 of file ExampleApplication.cpp. |
|
|
Reimplemented from EpetraExt::ModelEvaluator. Definition at line 168 of file ExampleApplication.cpp. |
|
|
Implements EpetraExt::ModelEvaluator. Definition at line 176 of file ExampleApplication.cpp. |
|
|
Implements EpetraExt::ModelEvaluator. Definition at line 190 of file ExampleApplication.cpp. |
|
||||||||||||
|
Implements EpetraExt::ModelEvaluator. Definition at line 200 of file ExampleApplication.cpp. |
|
||||||||||||||||
|
Definition at line 275 of file ExampleApplication.cpp. |
1.3.9.1