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

Parameters for BiConjugate Gradient Stabilized solver. Plus de détails...

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

+ Graphe de collaboration de Arcane::Alina::BiCGStabSolverParams:

Types publics

using params = BiCGStabSolverParams
 

Fonctions membres publiques

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

Attributs publics

ePreconditionerSideType pside = ePreconditionerSideType::right
 Preconditioning kind (left/right).
 
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 check_after = false
 Always do at least one iteration.
 
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 BiConjugate Gradient Stabilized solver.

Définition à la ligne 40 du fichier BiCGStabSolver.h.

Documentation des définitions de type membres

◆ params

Documentation des constructeurs et destructeur

◆ BiCGStabSolverParams()

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

Définition à la ligne 68 du fichier BiCGStabSolver.h.

Documentation des fonctions membres

◆ get()

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

Définition à la ligne 80 du fichier BiCGStabSolver.h.

Documentation des données membres

◆ abstol

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

Target absolute residual error.

Définition à la ligne 54 du fichier BiCGStabSolver.h.

◆ check_after

bool Arcane::Alina::BiCGStabSolverParams::check_after = false

Always do at least one iteration.

Définition à la ligne 57 du fichier BiCGStabSolver.h.

◆ maxiter

Int32 Arcane::Alina::BiCGStabSolverParams::maxiter = 100

Maximum number of iterations.

Définition à la ligne 48 du fichier BiCGStabSolver.h.

◆ ns_search

bool Arcane::Alina::BiCGStabSolverParams::ns_search = false

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

Définition à la ligne 61 du fichier BiCGStabSolver.h.

◆ pside

ePreconditionerSideType Arcane::Alina::BiCGStabSolverParams::pside = ePreconditionerSideType::right

Preconditioning kind (left/right).

Définition à la ligne 45 du fichier BiCGStabSolver.h.

◆ tol

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

Target relative residual error.

Définition à la ligne 51 du fichier BiCGStabSolver.h.

◆ verbose

bool Arcane::Alina::BiCGStabSolverParams::verbose = false

Verbose output (show iterations and error)

Définition à la ligne 64 du fichier BiCGStabSolver.h.


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