Public Member Functions | |
Constructors/initializers | |
TrapezoidDecorator (Teuchos::RCP< EpetraExt::ModelEvaluator > &model) | |
Takes the number of elements in the discretization . | |
Overridden from EpetraExt::ModelEvaluator . | |
Teuchos::RCP< const Epetra_Map > | get_g_map (int j) const |
Teuchos::RCP< const Epetra_Vector > | get_p_init (int l) const |
Teuchos::RCP< Epetra_Operator > | create_W () const |
EpetraExt::ModelEvaluator::InArgs | createInArgs () const |
EpetraExt::ModelEvaluator::OutArgs | createOutArgs () const |
void | evalModel (const InArgs &inArgs, const OutArgs &outArgs) const |
void | injectData (const Teuchos::RCP< Epetra_Vector > &x_, const Teuchos::RCP< Epetra_Vector > &x_pred_a_, double fdt2_, const Teuchos::RCP< Epetra_Vector > &x_pred_v_, double tdt_, double time_) |
Method to give info to compute xDotDot(x), so that the. | |
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< const Epetra_Vector > | get_x_dotdot_init () const |
Teuchos::RCP< const Epetra_Map > | get_p_map (int l) const |