#include <LOCA_Epetra_Interface_Required.H>
Inheritance diagram for LOCA::Epetra::Interface::Required:
Public Member Functions | |
| Required () | |
| Constructor. | |
| virtual | ~Required () |
| Destructor. | |
| virtual void | setParameters (const ParameterVector &p)=0 |
| Set parameters in the user's application. | |
| virtual void | printSolution (const Epetra_Vector &x_, 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 projection to draw array. | |
This interface is derived from the NOX::Epetra::Interface::Required and additionally provides a method for setting problem parameters.
|
||||||||||||
|
Projects solution to a few scalars for multiparameter continuation. Default implementation is the max norm. |
|
|
Set parameters in the user's application. Should be called prior to calling one of the compute functions. |
1.3.9.1