#include <1DfemTransient.H>
Inheritance diagram for TransientInterface:


Public Member Functions | |
| TransientInterface (int NumGlobalElements, Epetra_Comm &Comm, double xmin=0.0, double xmax=1.0) | |
| virtual | ~TransientInterface () |
| bool | evaluate (NOX::Epetra::Interface::Required::FillType flag, const Epetra_Vector *soln, const Epetra_Vector *solndot, double alpha, double beta, Epetra_Vector *tmp_rhs, Epetra_RowMatrix *tmp_matrix) |
| bool | initializeSoln () |
| bool | reset (const Epetra_Vector &x) |
| Epetra_Vector & | getOldSoln () |
| Epetra_Vector & | getExactSoln (double time) |
| void | setdt (double dt_) |
| double | getdt () |
Private Attributes | |
| double | dt |
| Epetra_Vector * | oldSolution |
| Epetra_Vector * | exactSolution |
|
||||||||||||||||||||
|
Definition at line 101 of file 1DfemTransient.H. |
|
|
Definition at line 116 of file 1DfemTransient.H. |
|
||||||||||||||||||||||||||||||||
|
Definition at line 125 of file 1DfemTransient.H. |
|
|
Reimplemented from Interface. Definition at line 298 of file 1DfemTransient.H. |
|
|
Definition at line 313 of file 1DfemTransient.H. |
|
|
Definition at line 317 of file 1DfemTransient.H. |
|
|
Definition at line 324 of file 1DfemTransient.H. |
|
|
Definition at line 341 of file 1DfemTransient.H. |
|
|
Definition at line 344 of file 1DfemTransient.H. |
|
|
Definition at line 348 of file 1DfemTransient.H. |
|
|
Definition at line 350 of file 1DfemTransient.H. |
|
|
Definition at line 351 of file 1DfemTransient.H. |
1.3.9.1