Arcane  v4.1.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
Référence de la structure Arcane::Alina::ConjugateGradientSolverParams

Parameters for Conjugate Gradient solver. Plus de détails...

#include </__w/arcaneframework.github.io/arcaneframework.github.io/framework/arccore/src/alina/arccore/alina/ConjugateGradientSolver.h>

+ Graphe de collaboration de Arcane::Alina::ConjugateGradientSolverParams:

Types publics

using params = ConjugateGradientSolverParams
 

Fonctions membres publiques

 ConjugateGradientSolverParams (const PropertyTree &p)
 
void get (PropertyTree &p, const std::string &path) const
 

Attributs publics

Int32 maxiter = 100
 Maximum number of iterations.
 
double tol = 1.0e-8
 Target relative residual error.
 
double abstol = std::numeric_limits<double>::min()
 Target absolute residual error.
 
bool ns_search = false
 Ignore the trivial solution x=0 when rhs is zero.
 
bool verbose = false
 Verbose output (show iterations and error)
 

Description détaillée

Parameters for Conjugate Gradient solver.

Définition à la ligne 42 du fichier ConjugateGradientSolver.h.

Documentation des définitions de type membres

◆ params

Documentation des constructeurs et destructeur

◆ ConjugateGradientSolverParams()

Arcane::Alina::ConjugateGradientSolverParams::ConjugateGradientSolverParams ( const PropertyTree & p)
inline

Définition à la ligne 67 du fichier ConjugateGradientSolver.h.

Documentation des fonctions membres

◆ get()

void Arcane::Alina::ConjugateGradientSolverParams::get ( PropertyTree & p,
const std::string & path ) const
inline

Définition à la ligne 77 du fichier ConjugateGradientSolver.h.

Documentation des données membres

◆ abstol

double Arcane::Alina::ConjugateGradientSolverParams::abstol = std::numeric_limits<double>::min()

Target absolute residual error.

Définition à la ligne 53 du fichier ConjugateGradientSolver.h.

◆ maxiter

Int32 Arcane::Alina::ConjugateGradientSolverParams::maxiter = 100

Maximum number of iterations.

Définition à la ligne 47 du fichier ConjugateGradientSolver.h.

◆ ns_search

bool Arcane::Alina::ConjugateGradientSolverParams::ns_search = false

Ignore the trivial solution x=0 when rhs is zero.

Useful for searching for the null-space vectors of the system.

Définition à la ligne 60 du fichier ConjugateGradientSolver.h.

◆ tol

double Arcane::Alina::ConjugateGradientSolverParams::tol = 1.0e-8

Target relative residual error.

Définition à la ligne 50 du fichier ConjugateGradientSolver.h.

◆ verbose

bool Arcane::Alina::ConjugateGradientSolverParams::verbose = false

Verbose output (show iterations and error)

Définition à la ligne 63 du fichier ConjugateGradientSolver.h.


La documentation de cette structure a été générée à partir du fichier suivant :