Arcane  v4.1.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
Référence de la structure Arcane::Alina::ILUKRelaxation< 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::ILUKRelaxation< Backend >::params:

Fonctions membres publiques

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

Attributs publics

int k
 Level of fill-in.
 
scalar_type damping
 Damping factor.
 
ilu_solve::params solve
 Parameters for sparse triangular system solver.
 

Description détaillée

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

Relaxation parameters.

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

Documentation des constructeurs et destructeur

◆ params() [1/2]

template<class Backend>
Arcane::Alina::ILUKRelaxation< Backend >::params::params ( )
inline

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

◆ params() [2/2]

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

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

Documentation des fonctions membres

◆ get()

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

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

Documentation des données membres

◆ damping

template<class Backend>
scalar_type Arcane::Alina::ILUKRelaxation< Backend >::params::damping

Damping factor.

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

◆ k

template<class Backend>
int Arcane::Alina::ILUKRelaxation< Backend >::params::k

Level of fill-in.

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

◆ solve

Parameters for sparse triangular system solver.

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


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