Local cell connectivity structures. More...
#include <arcane/geometry/GeometricConnectic.h>
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] |
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.
|
inline |
Definition at line 214 of file src/arcane/geometry/GeometricConnectic.h.
|
inline |
Definition at line 225 of file src/arcane/geometry/GeometricConnectic.h.
|
inline |
Definition at line 239 of file src/arcane/geometry/GeometricConnectic.h.
Definition at line 249 of file src/arcane/geometry/GeometricConnectic.h.
Definition at line 250 of file src/arcane/geometry/GeometricConnectic.h.
Definition at line 251 of file src/arcane/geometry/GeometricConnectic.h.
|
private |
Definition at line 255 of file src/arcane/geometry/GeometricConnectic.h.
|
private |
Definition at line 256 of file src/arcane/geometry/GeometricConnectic.h.
|
private |
Definition at line 257 of file src/arcane/geometry/GeometricConnectic.h.