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

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

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

Constructor & Destructor Documentation

◆ NodeConnectic() [1/3]

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

Definition at line 214 of file 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 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 GeometricConnectic.h.

Member Function Documentation

◆ edge()

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

Definition at line 249 of file GeometricConnectic.h.

◆ face()

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

Definition at line 250 of file GeometricConnectic.h.

◆ node()

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

Definition at line 251 of file GeometricConnectic.h.


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