Loading...
Searching...
No Matches
FDMLinearSystemSolver3.hpp
Go to the documentation of this file.
Abstract base class for 3-D finite difference-type linear system solver.
Definition FDMLinearSystemSolver3.hpp:20
virtual bool SolveCompressed(FDMCompressedLinearSystem3 *)
Solves the given compressed linear system.
Definition FDMLinearSystemSolver3.hpp:45
virtual bool Solve(FDMLinearSystem3 *system)=0
Solves the given linear system.
FDMLinearSystemSolver3(FDMLinearSystemSolver3 &&) noexcept=delete
Deleted move constructor.
FDMLinearSystemSolver3()=default
Default constructor.
FDMLinearSystemSolver3(const FDMLinearSystemSolver3 &)=delete
Deleted copy constructor.
Definition Matrix.hpp:30
Definition pybind11Utils.hpp:21
std::shared_ptr< FDMLinearSystemSolver3 > FDMLinearSystemSolver3Ptr
Shared pointer type for the FDMLinearSystemSolver3.
Definition FDMLinearSystemSolver3.hpp:52
Compressed linear system (Ax=b) for 3-D finite differencing.
Definition FDMLinearSystem3.hpp:63
Linear system (Ax=b) for 3-D finite differencing.
Definition FDMLinearSystem3.hpp:44
1.9.8