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

Table of 12 real-type elements. Used for weighting the nodes of the cells (the largest having 12 nodes). More...

#include <arcane/geometry/GeometricConnectic.h>

Collaboration diagram for Arcane::geometric::LocalCellNodeReal:

Public Member Functions

Real node (Integer i) const
 LocalCellNodeReal (Real a0, Real a1, Real a2, Real a3, Real a4, Real a5, Real a6, Real a7, Real a8, Real a9, Real a10, Real a11)
Real sum () const

Private Attributes

Real m_node [12]

Detailed Description

Table of 12 real-type elements. Used for weighting the nodes of the cells (the largest having 12 nodes).

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

Constructor & Destructor Documentation

◆ LocalCellNodeReal()

Arcane::geometric::LocalCellNodeReal::LocalCellNodeReal ( Real a0,
Real a1,
Real a2,
Real a3,
Real a4,
Real a5,
Real a6,
Real a7,
Real a8,
Real a9,
Real a10,
Real a11 )
inline

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

Member Function Documentation

◆ node()

Real Arcane::geometric::LocalCellNodeReal::node ( Integer i) const
inline

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

◆ sum()

Real Arcane::geometric::LocalCellNodeReal::sum ( ) const
inline

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

Member Data Documentation

◆ m_node

Real Arcane::geometric::LocalCellNodeReal::m_node[12]
private

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


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