FDMLinearSystemSolver3.h
Go to the documentation of this file.
Abstract base class for 3-D finite difference-type linear system solver.
Definition: FDMLinearSystemSolver3.h:17
std::shared_ptr< FDMLinearSystemSolver3 > FDMLinearSystemSolver3Ptr
Shared pointer type for the FDMLinearSystemSolver3.
Definition: FDMLinearSystemSolver3.h:33
virtual bool SolveCompressed(FDMCompressedLinearSystem3 *)
Solves the given compressed linear system.
Definition: FDMLinearSystemSolver3.h:26
virtual ~FDMLinearSystemSolver3()=default
Definition: pybind11Utils.h:24
virtual bool Solve(FDMLinearSystem3 *system)=0
Solves the given linear system.
Compressed linear system (Ax=b) for 3-D finite differencing.
Definition: FDMLinearSystem3.h:61
Linear system (Ax=b) for 3-D finite differencing.
Definition: FDMLinearSystem3.h:42