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

Local cell and svc connectivity structures. More...

#include <arcane/geometry/GeometricConnectic.h>

Collaboration diagram for Arcane::geometric::SVCFaceConnectic:

Public Member Functions

 SVCFaceConnectic (Integer face1, Integer edge, Integer face2, Integer node_pos, Integer node_neg)
 SVCFaceConnectic (Integer face1, Integer node_pos, Integer node_neg)
Integer edge () const
Integer firstFace () const
Integer secondFace () const
Integer positiveNode () const
Integer negativeNode () const

Private Attributes

Integer m_edge
Integer m_face1
Integer m_face2
Integer m_node_pos
Integer m_node_neg

Detailed Description

Local cell and svc connectivity structures.

Returns the definition of an internal face (faces of the svc(s) not contained in the faces of the cell) as well as the two nodes separated by this face

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

Constructor & Destructor Documentation

◆ SVCFaceConnectic() [1/3]

Arcane::geometric::SVCFaceConnectic::SVCFaceConnectic ( )
inline

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

◆ SVCFaceConnectic() [2/3]

Arcane::geometric::SVCFaceConnectic::SVCFaceConnectic ( Integer face1,
Integer edge,
Integer face2,
Integer node_pos,
Integer node_neg )
inline

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

◆ SVCFaceConnectic() [3/3]

Arcane::geometric::SVCFaceConnectic::SVCFaceConnectic ( Integer face1,
Integer node_pos,
Integer node_neg )
inline

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

Member Function Documentation

◆ edge()

Integer Arcane::geometric::SVCFaceConnectic::edge ( ) const
inline

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

◆ firstFace()

Integer Arcane::geometric::SVCFaceConnectic::firstFace ( ) const
inline

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

◆ negativeNode()

Integer Arcane::geometric::SVCFaceConnectic::negativeNode ( ) const
inline

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

◆ positiveNode()

Integer Arcane::geometric::SVCFaceConnectic::positiveNode ( ) const
inline

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

◆ secondFace()

Integer Arcane::geometric::SVCFaceConnectic::secondFace ( ) const
inline

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

Member Data Documentation

◆ m_edge

Integer Arcane::geometric::SVCFaceConnectic::m_edge
private

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

◆ m_face1

Integer Arcane::geometric::SVCFaceConnectic::m_face1
private

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

◆ m_face2

Integer Arcane::geometric::SVCFaceConnectic::m_face2
private

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

◆ m_node_neg

Integer Arcane::geometric::SVCFaceConnectic::m_node_neg
private

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

◆ m_node_pos

Integer Arcane::geometric::SVCFaceConnectic::m_node_pos
private

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


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