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

Types publics

typedef double val_type
 
typedef ptrdiff_t col_type
 
typedef double val_type
 
typedef long col_type
 

Fonctions membres publiques

 poisson_2d (size_t n)
 
size_t rows () const
 
size_t nonzeros () const
 
void operator() (size_t row, std::vector< col_type > &col, std::vector< val_type > &val) const
 
 poisson_2d (size_t n)
 
size_t rows () const
 
size_t nonzeros () const
 
void operator() (size_t row, std::vector< col_type > &col, std::vector< val_type > &val) const
 

Attributs publics

size_t n
 
double h2i
 

Description détaillée

Définition à la ligne 38 du fichier AdapterCSRBuilder.cc.

Documentation des définitions de type membres

◆ col_type [1/2]

typedef ptrdiff_t poisson_2d::col_type

Définition à la ligne 41 du fichier AdapterCSRBuilder.cc.

◆ col_type [2/2]

typedef long poisson_2d::col_type

Définition à la ligne 35 du fichier Poisson2D.cc.

◆ val_type [1/2]

typedef double poisson_2d::val_type

Définition à la ligne 40 du fichier AdapterCSRBuilder.cc.

◆ val_type [2/2]

typedef double poisson_2d::val_type

Définition à la ligne 34 du fichier Poisson2D.cc.

Documentation des constructeurs et destructeur

◆ poisson_2d() [1/2]

poisson_2d::poisson_2d ( size_t n)
inline

Définition à la ligne 46 du fichier AdapterCSRBuilder.cc.

◆ poisson_2d() [2/2]

poisson_2d::poisson_2d ( size_t n)
inline

Définition à la ligne 40 du fichier Poisson2D.cc.

Documentation des fonctions membres

◆ nonzeros() [1/2]

size_t poisson_2d::nonzeros ( ) const
inline

Définition à la ligne 52 du fichier AdapterCSRBuilder.cc.

◆ nonzeros() [2/2]

size_t poisson_2d::nonzeros ( ) const
inline

Définition à la ligne 46 du fichier Poisson2D.cc.

◆ operator()() [1/2]

void poisson_2d::operator() ( size_t row,
std::vector< col_type > & col,
std::vector< val_type > & val ) const
inline

Définition à la ligne 54 du fichier AdapterCSRBuilder.cc.

◆ operator()() [2/2]

void poisson_2d::operator() ( size_t row,
std::vector< col_type > & col,
std::vector< val_type > & val ) const
inline

Définition à la ligne 48 du fichier Poisson2D.cc.

◆ rows() [1/2]

size_t poisson_2d::rows ( ) const
inline

Définition à la ligne 51 du fichier AdapterCSRBuilder.cc.

◆ rows() [2/2]

size_t poisson_2d::rows ( ) const
inline

Définition à la ligne 45 du fichier Poisson2D.cc.

Documentation des données membres

◆ h2i

double poisson_2d::h2i

Définition à la ligne 44 du fichier AdapterCSRBuilder.cc.

◆ n

size_t poisson_2d::n

Définition à la ligne 43 du fichier AdapterCSRBuilder.cc.


La documentation de cette structure a été générée à partir des fichiers suivants :