AbstractNonlinearSolver Class Reference
#include <AbstractNonlinearSolver.hpp>
List of all members.
|
Public Member Functions |
virtual Vec | Solve (PetscErrorCode(*pComputeResidual)(SNES, Vec, Vec, void *), PetscErrorCode(*pComputeJacobian)(SNES, Vec, Mat *, Mat *, MatStructure *, void *), Vec initialGuess, void *pContext)=0 |
Detailed Description
Abstract Nonlinear equation system solver, dictates that each solver must have a Solve function.
Definition at line 40 of file AbstractNonlinearSolver.hpp.
The documentation for this class was generated from the following file: