Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::geometric::NodeConnectic Struct Reference

Local cell connectivity structures. More...

#include <arcane/geometry/GeometricConnectic.h>

Collaboration diagram for Arcane::geometric::NodeConnectic:

Public Member Functions

 NodeConnectic (Integer e0, Integer e1, Integer e2, Integer f0, Integer f1, Integer f2, Integer n0, Integer n1, Integer n2, Integer n3)
 NodeConnectic (Integer f0, Integer f1, Integer n0, Integer n1, Integer n2)
Integer edge (Integer i) const
Integer face (Integer i) const
Integer node (Integer i) const

Private Attributes

Integer m_edge [3]
Integer m_face [3]
Integer m_node [4]

Detailed Description

Local cell connectivity structures.

returns the local number in the cell of the 3 edges and 3 faces connected to the vertex and the definition of the associated triad (n0,n1,n2,n3)

Definition at line 210 of file src/arcane/geometry/GeometricConnectic.h.

Constructor & Destructor Documentation

◆ NodeConnectic() [1/3]

Arcane::geometric::NodeConnectic::NodeConnectic ( )
inline

Definition at line 214 of file src/arcane/geometry/GeometricConnectic.h.

◆ NodeConnectic() [2/3]

Arcane::geometric::NodeConnectic::NodeConnectic ( Integer e0,
Integer e1,
Integer e2,
Integer f0,
Integer f1,
Integer f2,
Integer n0,
Integer n1,
Integer n2,
Integer n3 )
inline

Definition at line 225 of file src/arcane/geometry/GeometricConnectic.h.

◆ NodeConnectic() [3/3]

Arcane::geometric::NodeConnectic::NodeConnectic ( Integer f0,
Integer f1,
Integer n0,
Integer n1,
Integer n2 )
inline

Definition at line 239 of file src/arcane/geometry/GeometricConnectic.h.

Member Function Documentation

◆ edge()

Integer Arcane::geometric::NodeConnectic::edge ( Integer i) const
inline

Definition at line 249 of file src/arcane/geometry/GeometricConnectic.h.

◆ face()

Integer Arcane::geometric::NodeConnectic::face ( Integer i) const
inline

Definition at line 250 of file src/arcane/geometry/GeometricConnectic.h.

◆ node()

Integer Arcane::geometric::NodeConnectic::node ( Integer i) const
inline

Definition at line 251 of file src/arcane/geometry/GeometricConnectic.h.

Member Data Documentation

◆ m_edge

Integer Arcane::geometric::NodeConnectic::m_edge[3]
private

Definition at line 255 of file src/arcane/geometry/GeometricConnectic.h.

◆ m_face

Integer Arcane::geometric::NodeConnectic::m_face[3]
private

Definition at line 256 of file src/arcane/geometry/GeometricConnectic.h.

◆ m_node

Integer Arcane::geometric::NodeConnectic::m_node[4]
private

Definition at line 257 of file src/arcane/geometry/GeometricConnectic.h.


The documentation for this struct was generated from the following file: