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

Fonctions membres publiques

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

Attributs publics

int cols
 Number of vectors in near nullspace.
 
std::vector< double > B
 Near nullspace vectors.
 

Description détaillée

Définition à la ligne 86 du fichier Coarsening.h.

Documentation des constructeurs et destructeur

◆ nullspace_params() [1/2]

Arcane::Alina::nullspace_params::nullspace_params ( )
inline

Définition à la ligne 98 du fichier Coarsening.h.

◆ nullspace_params() [2/2]

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

Définition à la ligne 102 du fichier Coarsening.h.

Documentation des fonctions membres

◆ get()

void Arcane::Alina::nullspace_params::get ( PropertyTree & ,
const std::string &  ) const
inline

Définition à la ligne 128 du fichier Coarsening.h.

Documentation des données membres

◆ B

std::vector<double> Arcane::Alina::nullspace_params::B

Near nullspace vectors.

The vectors are represented as columns of a 2D matrix stored in row-major order.

Définition à la ligne 96 du fichier Coarsening.h.

◆ cols

int Arcane::Alina::nullspace_params::cols

Number of vectors in near nullspace.

Définition à la ligne 89 du fichier Coarsening.h.


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