FDMLinearSystemSolver2.h
Go to the documentation of this file.
std::shared_ptr< FDMLinearSystemSolver2 > FDMLinearSystemSolver2Ptr
Shared pointer type for the FDMLinearSystemSolver2.
Definition: FDMLinearSystemSolver2.h:33
Linear system (Ax=b) for 2-D finite differencing.
Definition: FDMLinearSystem2.h:39
virtual ~FDMLinearSystemSolver2()=default
Definition: pybind11Utils.h:24
virtual bool Solve(FDMLinearSystem2 *system)=0
Solves the given linear system.
Compressed linear system (Ax=b) for 2-D finite differencing.
Definition: FDMLinearSystem2.h:58
virtual bool SolveCompressed(FDMCompressedLinearSystem2 *)
Solves the given compressed linear system.
Definition: FDMLinearSystemSolver2.h:26
Abstract base class for 2-D finite difference-type linear system solver.
Definition: FDMLinearSystemSolver2.h:17