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

Local cell connectivity structures. More...

#include <arcane/geometry/GeometricConnectic.h>

Collaboration diagram for Arcane::geometric::EdgeConnectic:

Public Member Functions

Integer nbNode () const
 EdgeConnectic (Integer n0, Integer n1, Integer f0, Integer f1)
Integer node (Integer i) const
Integer face (Integer i) const

Private Attributes

Integer m_node [2]
Integer m_face [2]

Detailed Description

Local cell connectivity structures.

returns the local number in the cell of the edge vertices and the local number of the cell faces supported by the edge.

the face numbering is such that the surface defined by (c1,m,c2,bQ) — where c1 and c2 represent the midpoints of the first and second face, m the midpoint of the edge, and bQ the barycenter of the cell — is oriented positively from s1 to s2.

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

Constructor & Destructor Documentation

◆ EdgeConnectic() [1/2]

Arcane::geometric::EdgeConnectic::EdgeConnectic ( )
inline

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

◆ EdgeConnectic() [2/2]

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

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

Member Function Documentation

◆ face()

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

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

◆ nbNode()

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

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

◆ node()

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

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

Member Data Documentation

◆ m_face

Integer Arcane::geometric::EdgeConnectic::m_face[2]
private

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

◆ m_node

Integer Arcane::geometric::EdgeConnectic::m_node[2]
private

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


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