Solver Class Reference
[Solvers]
Abstract class for defining solver interface.
More...
#include <solver.h>
Inherited by LinearSolver, NonlinearSolver, and NoxSolver.
List of all members.
Detailed Description
Abstract class for defining solver interface.
TODO: Adjust interface to support faster update of matrix and rhs
Constructor & Destructor Documentation
| Solver::Solver |
( |
|
) |
[inline] |
| virtual Solver::~Solver |
( |
|
) |
[inline, virtual] |
Member Function Documentation
| int Solver::get_error |
( |
|
) |
[inline] |
| scalar* Solver::get_solution |
( |
|
) |
[inline] |
| double Solver::get_time |
( |
|
) |
[inline] |
| virtual bool Solver::solve |
( |
|
) |
[pure virtual] |
Member Data Documentation
The documentation for this class was generated from the following file: