Arcane  4.1.11.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
Référence de la classe Arcane::geometric::Tetraedron4Connectivity

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

#include <arcane/geometry/CellConnectivity.h>

Graphe d'héritage de Arcane::geometric::Tetraedron4Connectivity:
Graphe de collaboration de Arcane::geometric::Tetraedron4Connectivity:

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::Tetraedron4.

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

Documentation des constructeurs et destructeur

◆ Tetraedron4Connectivity()

Arcane::geometric::Tetraedron4Connectivity::Tetraedron4Connectivity ( )
inline

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

Documentation des fonctions membres

◆ _init()

void Tetraedron4Connectivity::_init ( )
private

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

◆ nbEdge()

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

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

◆ nbFace()

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

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

◆ nbNode()

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

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


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