Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::geometric::Octaedron12Connectivity Class Reference

Connectivity information for geometric elements of type GeomType::Octaedron12. More...

#include <arcane/geometry/CellConnectivity.h>

Public Member Functions

Integer nbNode () const
Integer nbEdge () const
Integer nbFace () const
Public Member Functions inherited from 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
 Number of control sub-volumes.
Integer nbSubZoneFace () const
 Number of internal SVC faces.
const IntegernodeAssociation () const
const NodeConnecticnodeConnectic () const
const EdgeConnecticedgeConnectic () const
const FaceConnecticfaceConnectic () const
const SVCFaceConnecticSCVFaceConnectic () const
GeomType cellType () const
 Cell type (GeomType::Quad4, GeomType::Hexaedron8, ...).

Additional Inherited Members

Public Attributes inherited from Arcane::geometric::CellConnectivity
Integer m_edge_node_sub_zone_id [3]
 Local numbers in the control sub-volumes.
Integer m_face_node_sub_zone_id [3]
Integer m_edge_direct_connectic [ItemStaticInfo::MAX_CELL_EDGE *2]
 Connectic for edges.
Protected Member Functions inherited from Arcane::geometric::CellConnectivity
void _setEdgeDirectConnectic ()
Protected Attributes inherited from Arcane::geometric::CellConnectivity
Integer m_nb_sub_zone = 0
 Number of control sub-volumes.
Integer m_nb_svc_face = 0
const Integerm_node_association = nullptr
 Local number of the vertex associated with the control sub-volume.
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

Detailed Description

Connectivity information for geometric elements of type GeomType::Octaedron12.

Definition at line 224 of file CellConnectivity.h.

Constructor & Destructor Documentation

◆ Octaedron12Connectivity()

Arcane::geometric::Octaedron12Connectivity::Octaedron12Connectivity ( )
inline

Definition at line 228 of file CellConnectivity.h.

Member Function Documentation

◆ nbEdge()

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

Definition at line 233 of file CellConnectivity.h.

◆ nbFace()

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

Definition at line 234 of file CellConnectivity.h.

◆ nbNode()

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

Definition at line 232 of file CellConnectivity.h.


The documentation for this class was generated from the following files: