CubbyFlow::FDMLinearSystemSolver3 Class Referenceabstract

Abstract base class for 3-D finite difference-type linear system solver. More...

#include <Core/Solver/FDM/FDMLinearSystemSolver3.h>

Inheritance diagram for CubbyFlow::FDMLinearSystemSolver3:
CubbyFlow::FDMCGSolver3 CubbyFlow::FDMGaussSeidelSolver3 CubbyFlow::FDMICCGSolver3 CubbyFlow::FDMJacobiSolver3 CubbyFlow::FDMMGSolver3 CubbyFlow::FDMMGPCGSolver3

Public Member Functions

virtual ~FDMLinearSystemSolver3 ()=default
 
virtual bool Solve (FDMLinearSystem3 *system)=0
 Solves the given linear system. More...
 
virtual bool SolveCompressed (FDMCompressedLinearSystem3 *)
 Solves the given compressed linear system. More...
 

Detailed Description

Abstract base class for 3-D finite difference-type linear system solver.

Constructor & Destructor Documentation

◆ ~FDMLinearSystemSolver3()

virtual CubbyFlow::FDMLinearSystemSolver3::~FDMLinearSystemSolver3 ( )
virtualdefault

Member Function Documentation

◆ Solve()

virtual bool CubbyFlow::FDMLinearSystemSolver3::Solve ( FDMLinearSystem3 system)
pure virtual

◆ SolveCompressed()

virtual bool CubbyFlow::FDMLinearSystemSolver3::SolveCompressed ( FDMCompressedLinearSystem3 )
inlinevirtual

Solves the given compressed linear system.

Reimplemented in CubbyFlow::FDMGaussSeidelSolver3, CubbyFlow::FDMICCGSolver3, CubbyFlow::FDMJacobiSolver3, and CubbyFlow::FDMCGSolver3.


The documentation for this class was generated from the following file: