Arcane  v4.1.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
Référence de la classe Arcane::geometric::Line2Connectivity

Informations de connectivité pour les éléments géométriques de type GeomType::Line2. Plus de détails...

#include <arcane/geometry/CellConnectivity.h>

+ Graphe d'héritage de Arcane::geometric::Line2Connectivity:
+ Graphe de collaboration de Arcane::geometric::Line2Connectivity:

Fonctions membres publiques

Integer nbNode () const
 
Integer nbEdge () const
 
Integer nbFace () const
 
- Fonctions membres publiques hérités de Arcane::geometric::CellConnectivity
 CellConnectivity (Integer nb_node, Integer nb_edge, Integer nb_face, GeomType cell_type)
 
Integer nbNode () const
 
Integer nbEdge () const
 
Integer nbFace () const
 
Integer nbSubZone () const
 Nombre de sous volume de controle.
 
Integer nbSubZoneFace () const
 Nombre de sous faces internes SVC.
 
const IntegernodeAssociation () const
 
const NodeConnecticnodeConnectic () const
 
const EdgeConnecticedgeConnectic () const
 
const FaceConnecticfaceConnectic () const
 
const SVCFaceConnecticSCVFaceConnectic () const
 
GeomType cellType () const
 Type de la maille (GeomType::Quad4, GeomType::Hexaedron8, ...)
 

Fonctions membres privées

void _init ()
 

Membres hérités additionnels

- Attributs publics hérités de Arcane::geometric::CellConnectivity
Integer m_edge_node_sub_zone_id [3]
 Numéro locaux dans le sous-volumes de contrôle.
 
Integer m_face_node_sub_zone_id [3]
 
Integer m_edge_direct_connectic [ItemStaticInfo::MAX_CELL_EDGE *2]
 Connectique pour les arêtes.
 
- Fonctions membres protégées hérités de Arcane::geometric::CellConnectivity
void _setEdgeDirectConnectic ()
 
- Attributs protégés hérités de Arcane::geometric::CellConnectivity
Integer m_nb_sub_zone = 0
 Nombre de sous volume de controle.
 
Integer m_nb_svc_face = 0
 
const Integerm_node_association = nullptr
 Numero local du sommet associé au sous volume de controle.
 
const NodeConnecticm_node_connectic = nullptr
 
const EdgeConnecticm_edge_connectic = nullptr
 
const FaceConnecticm_face_connectic = nullptr
 
const SVCFaceConnecticm_svc_face_connectic = nullptr
 
Integer m_nb_node
 
Integer m_nb_edge
 
Integer m_nb_face
 
Int32m_edge_first_node = nullptr
 
Int32m_edge_second_node = nullptr
 
GeomType m_cell_type
 

Description détaillée

Informations de connectivité pour les éléments géométriques de type GeomType::Line2.

Définition à la ligne 30 du fichier src/arcane/geometry/CellConnectivity.h.

Documentation des constructeurs et destructeur

◆ Line2Connectivity()

Arcane::geometric::Line2Connectivity::Line2Connectivity ( )
inline

Définition à la ligne 34 du fichier src/arcane/geometry/CellConnectivity.h.

Documentation des fonctions membres

◆ _init()

void Line2Connectivity::_init ( )
private

Définition à la ligne 67 du fichier CellConnectivity.cc.

◆ nbEdge()

Integer Arcane::geometric::Line2Connectivity::nbEdge ( ) const
inline

Définition à la ligne 39 du fichier src/arcane/geometry/CellConnectivity.h.

◆ nbFace()

Integer Arcane::geometric::Line2Connectivity::nbFace ( ) const
inline

Définition à la ligne 40 du fichier src/arcane/geometry/CellConnectivity.h.

◆ nbNode()

Integer Arcane::geometric::Line2Connectivity::nbNode ( ) const
inline

Définition à la ligne 38 du fichier src/arcane/geometry/CellConnectivity.h.


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