chrono::fsi::sph::LinearSolverBiCGStab Class Reference
Description
BiCG-Stab iterative linear solver.
#include <LinearSolverBiCGStab.h>
Inherits ChFsiLinearSolver.
Public Member Functions | |
LinearSolverBiCGStab (Real mrel_res=1e-8, Real mabs_res=1e-4, int mmax_iter=1000, bool mverbose=false) | |
Constructor of the LinearSolverBiCGStab class. | |
~LinearSolverBiCGStab () | |
Destructor of the LinearSolverBiCGStab class. | |
virtual void | Solve (int SIZE, int NNZ, Real *A, unsigned int *ArowIdx, unsigned int *AcolIdx, Real *x, Real *b) override |
Solves the linear system on the device. | |
The documentation for this class was generated from the following files:
- /builds/uwsbel/chrono/src/chrono_fsi/sph/math/LinearSolverBiCGStab.h
- /builds/uwsbel/chrono/src/chrono_fsi/sph/math/LinearSolverBiCGStab.cpp