Arcane  v4.1.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
Référence de la structure Arcane::Alina::ILUTRelaxation< Backend >::params

Relaxation parameters. Plus de détails...

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

+ Graphe de collaboration de Arcane::Alina::ILUTRelaxation< Backend >::params:

Fonctions membres publiques

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

Attributs publics

double p = 2.0
 Fill factor.
 
double tau = 1.0e-2
 Minimum magnitude of non-zero elements relative to the current row norm.
 
double damping = 1.0
 Damping factor.
 
ilu_solve::params solve
 Parameters for sparse triangular system solver.
 

Description détaillée

template<class Backend>
struct Arcane::Alina::ILUTRelaxation< Backend >::params

Relaxation parameters.

Définition à la ligne 1514 du fichier Relaxation.h.

Documentation des constructeurs et destructeur

◆ params()

template<class Backend>
Arcane::Alina::ILUTRelaxation< Backend >::params::params ( const PropertyTree & p)
inline

Définition à la ligne 1530 du fichier Relaxation.h.

Documentation des fonctions membres

◆ get()

template<class Backend>
void Arcane::Alina::ILUTRelaxation< Backend >::params::get ( PropertyTree & p,
const std::string & path ) const
inline

Définition à la ligne 1539 du fichier Relaxation.h.

Documentation des données membres

◆ damping

template<class Backend>
double Arcane::Alina::ILUTRelaxation< Backend >::params::damping = 1.0

Damping factor.

Définition à la ligne 1523 du fichier Relaxation.h.

◆ p

template<class Backend>
double Arcane::Alina::ILUTRelaxation< Backend >::params::p = 2.0

Fill factor.

Définition à la ligne 1517 du fichier Relaxation.h.

◆ solve

Parameters for sparse triangular system solver.

Définition à la ligne 1526 du fichier Relaxation.h.

◆ tau

template<class Backend>
double Arcane::Alina::ILUTRelaxation< Backend >::params::tau = 1.0e-2

Minimum magnitude of non-zero elements relative to the current row norm.

Définition à la ligne 1520 du fichier Relaxation.h.


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