|
void | _applySolver (const Matrix &a, const Vector &b, Vector &x, Real epsilon, IPreconditioner *p) |
|
void | _applySolver2 (const Matrix &a, const Vector &b, Vector &x, Real epsilon, IPreconditioner *precond) |
|
void | _applySolverAsHypre (const Matrix &a, const Vector &b, Vector &x, Real tol, IPreconditioner *precond) |
|
Définition à la ligne 131 du fichier core/matvec/Matrix.h.
◆ ConjugateGradientSolver()
Arcane::MatVec::ConjugateGradientSolver::ConjugateGradientSolver |
( |
| ) |
|
|
inline |
◆ _applySolver()
◆ _applySolverAsHypre()
◆ nbIteration()
Integer Arcane::MatVec::ConjugateGradientSolver::nbIteration |
( |
| ) |
const |
|
inline |
◆ residualNorm()
Real Arcane::MatVec::ConjugateGradientSolver::residualNorm |
( |
| ) |
const |
|
inline |
◆ setMaxIteration()
void Arcane::MatVec::ConjugateGradientSolver::setMaxIteration |
( |
Integer |
max_iteration | ) |
|
|
inline |
◆ solve()
◆ m_max_iteration
Integer Arcane::MatVec::ConjugateGradientSolver::m_max_iteration |
|
private |
◆ m_nb_iteration
Integer Arcane::MatVec::ConjugateGradientSolver::m_nb_iteration |
|
private |
◆ m_residual_norm
Real Arcane::MatVec::ConjugateGradientSolver::m_residual_norm |
|
private |
La documentation de cette classe a été générée à partir des fichiers suivants :