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

Local cell connectivity structures. More...

#include <arcane/geometry/GeometricConnectic.h>

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

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 GeometricConnectic.h.

Constructor & Destructor Documentation

◆ EdgeConnectic() [1/2]

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

Definition at line 174 of file GeometricConnectic.h.

◆ EdgeConnectic() [2/2]

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

Definition at line 182 of file GeometricConnectic.h.

Member Function Documentation

◆ face()

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

Definition at line 193 of file GeometricConnectic.h.

◆ nbNode()

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

Definition at line 172 of file GeometricConnectic.h.

◆ node()

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

Definition at line 192 of file GeometricConnectic.h.


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