#include <LOCA_Epetra_Interface_TimeDependent.H>
Inheritance diagram for LOCA::Epetra::Interface::TimeDependent:
Public Member Functions | |
| TimeDependent () | |
| Constructor. | |
| virtual | ~TimeDependent () |
| Destructor. | |
| virtual bool | computeShiftedMatrix (double alpha, double beta, const Epetra_Vector &x, Epetra_Operator &A)=0 |
Call user routine for computing the shifted matrix where is the Jacobian matrix and is the mass matrix. | |
This interface is derived from the NOX::Epetra::Interface::Jacobian and additionally provides a method for computing the shifted matrix
. This is needed for linear stability analysis and Hopf tracking.
1.3.9.1