#include <LOCA_EpetraNew_Interface_Required.H>
Inheritance diagram for LOCA::EpetraNew::Interface::Required:
Public Member Functions | |
| Required () | |
| Constructor. | |
| virtual | ~Required () |
| 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_, double conParam) const |
| Call user's own print routine for vector-parameter pair. | |
This interface is derived from the NOX::EpetraNew::Interface::Required and additionally provides a method for setting problem parameters.
1.3.9.1