#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 |
| | |
Public Member Functions | |
| ExampleApplication (Teuchos::RCP< Epetra_Comm > &epetra_comm_ptr, Teuchos::ParameterList ¶ms) | |
| Teuchos::RCP< const Epetra_Vector > | get_coeff () const |
| Teuchos::RCP< const Epetra_Vector > | getExactSolution (double t) const |
ToDo: Finish Documentation!
Definition at line 45 of file ExampleApplication.hpp.
| Teuchos::RCP< const Epetra_Map > ExampleApplication::get_x_map | ( | ) | const [virtual] |
| Teuchos::RCP< const Epetra_Map > ExampleApplication::get_f_map | ( | ) | const [virtual] |
| Teuchos::RCP< const Epetra_Vector > ExampleApplication::get_x_init | ( | ) | const [virtual] |
Reimplemented from EpetraExt::ModelEvaluator.
Definition at line 152 of file ExampleApplication.cpp.
| Teuchos::RCP< const Epetra_Vector > ExampleApplication::get_x_dot_init | ( | ) | const [virtual] |
Reimplemented from EpetraExt::ModelEvaluator.
Definition at line 160 of file ExampleApplication.cpp.
| Teuchos::RCP< Epetra_Operator > ExampleApplication::create_W | ( | ) | const [virtual] |
Reimplemented from EpetraExt::ModelEvaluator.
Definition at line 168 of file ExampleApplication.cpp.
| EpetraExt::ModelEvaluator::InArgs ExampleApplication::createInArgs | ( | ) | const [virtual] |
| EpetraExt::ModelEvaluator::OutArgs ExampleApplication::createOutArgs | ( | ) | const [virtual] |
| void ExampleApplication::evalModel | ( | const InArgs & | inArgs, | |
| const OutArgs & | outArgs | |||
| ) | const |
| double ExampleApplication::evalR | ( | const double & | t, | |
| const double & | lambda, | |||
| const double & | s | |||
| ) | const |
1.4.7