#include <LOCA_Epetra_Interface.H>
Inheritance diagram for LOCA::Epetra::Interface:
Public Member Functions | |
| Interface () | |
| Constructor. | |
| virtual | ~Interface () |
| Destructor. | |
| virtual void | setParameters (const ParameterVector &p)=0 |
| Set the parameters in the user's app prior to calling one of the compute functions. | |
| virtual void | printSolution (const Epetra_Vector &x_, const double conParam) |
| Call user's own print routine for vector-parameter pair. | |
| virtual void | projectToDraw (const NOX::Epetra::Vector &x, double *px) const |
| Projects solution to a few scalars for multiparameter continuation. | |
| virtual int | projectToDrawDimension () const |
| Returns the dimension of the project to draw array. | |
This interface is derived from the NOX::Epetra::Interface and and additionally provides a method for setting problem parameters.
|
||||||||||||
|
Projects solution to a few scalars for multiparameter continuation. Default implementation is the max norm |
1.3.9.1