|
virtual LOCA::ParameterVector | GetContinuableParams () const =0 |
|
virtual bool | SetContinuableParameter (std::string label, double value)=0 |
|
virtual bool | PrintSolutionFile (const std::string &fileName, const Epetra_Vector &x, const Teuchos::ParameterList &xParams) |
|
virtual bool | SetSolutionFileParameters (const Epetra_Vector &x) |
|
virtual Teuchos::RCP< Teuchos::ParameterList > | GetSolutionFileParameters () |
|
virtual bool | UpdateContinuationFile (const std::string &fileName, const int &idStep, const Teuchos::ParameterList &continuationFileParams) |
|
virtual bool | SetContinuationFileParameters (const Epetra_Vector &x) |
|
virtual Teuchos::RCP< Teuchos::ParameterList > | GetContinuationFileParameters () |
|
virtual bool | ComputePeriodicDirectionDerivative (const Epetra_Vector &x, Epetra_Vector &dx) |
|
virtual bool | ComputeF (const Epetra_Vector &x, Epetra_Vector &f)=0 |
|
virtual bool | ComputeJacF (const Epetra_Vector &x)=0 |
|
virtual Teuchos::RCP< Epetra_CrsMatrix > | GetJacF () const =0 |
|
virtual Teuchos::RCP< Epetra_Vector > | GetInitialGuess () const =0 |
|
The documentation for this class was generated from the following files:
- ProblemLOCAPrototype.H
- ProblemLOCAPrototype.C