Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::geometric::Hexagon6Element Class Reference

Geometric elements of type GeomType::Hexagon6. More...

#include <arcane/geometry/GeomElement.h>

Public Types

typedef Hexagon6ElementConstView ConstViewType
typedef Hexagon6ElementView ViewType

Public Member Functions

 Hexagon6Element (const VariableNodeReal3 &coords, ItemWithNodes item)
 Hexagon6Element (Real3ConstArrayView coords)
 Hexagon6Element (const Real3 &a0, const Real3 &a1, const Real3 &a2, const Real3 &a3, const Real3 &a4, const Real3 &a5)
void init (const Real3 &a0, const Real3 &a1, const Real3 &a2, const Real3 &a3, const Real3 &a4, const Real3 &a5)
 Initializes the instance with the coordinates passed as arguments.
 operator ConstViewType () const
 Conversion operator to a constant view.
 operator ViewType ()
 Conversion operator to a mutable view.
ConstViewType constView () const
 Constant view of the element.
ViewType view ()
 Mutable view of the element.
Public Member Functions inherited from Arcane::geometric::GeomElementBase< 6 >
 GeomElementBase ()
 Empty constructor.
const Real3 s (Integer i) const
 Retrieves the value of the i-th node.
const Real3 operator[] (Integer i) const
 Retrieves the value of the i-th node.
void setItem (Integer i, const Real3 &v)
 Positions the value of the i-th node at v.
void fillView (Real3ArrayView view) const
 Fills the view view with the coordinates of the instance.
void init (const VariableNodeReal3 &coords, ItemWithNodes item)
 Initializes the coordinates with those of the nodes of the entity item.

Additional Inherited Members

Protected Attributes inherited from Arcane::geometric::GeomElementBase< 6 >
Real3POD m_s [NbNode]

Detailed Description

Geometric elements of type GeomType::Hexagon6.

Definition at line 149 of file GeomElement.h.

Member Typedef Documentation

◆ ConstViewType

typedef Hexagon6ElementConstView Arcane::geometric::Hexagon6Element::ConstViewType

Definition at line 153 of file GeomElement.h.

◆ ViewType

typedef Hexagon6ElementView Arcane::geometric::Hexagon6Element::ViewType

Definition at line 154 of file GeomElement.h.

Constructor & Destructor Documentation

◆ Hexagon6Element() [1/4]

Arcane::geometric::Hexagon6Element::Hexagon6Element ( )
inline

Definition at line 158 of file GeomElement.h.

◆ Hexagon6Element() [2/4]

Arcane::geometric::Hexagon6Element::Hexagon6Element ( const VariableNodeReal3 & coords,
ItemWithNodes item )
inline

Definition at line 159 of file GeomElement.h.

◆ Hexagon6Element() [3/4]

Arcane::geometric::Hexagon6Element::Hexagon6Element ( Real3ConstArrayView coords)
inline

Definition at line 160 of file GeomElement.h.

◆ Hexagon6Element() [4/4]

Arcane::geometric::Hexagon6Element::Hexagon6Element ( const Real3 & a0,
const Real3 & a1,
const Real3 & a2,
const Real3 & a3,
const Real3 & a4,
const Real3 & a5 )
inline

Definition at line 161 of file GeomElement.h.

Member Function Documentation

◆ constView()

ConstViewType Arcane::geometric::Hexagon6Element::constView ( ) const
inline

Constant view of the element.

Definition at line 186 of file GeomElement.h.

◆ init()

void Arcane::geometric::Hexagon6Element::init ( const Real3 & a0,
const Real3 & a1,
const Real3 & a2,
const Real3 & a3,
const Real3 & a4,
const Real3 & a5 )
inline

Initializes the instance with the coordinates passed as arguments.

Definition at line 172 of file GeomElement.h.

◆ operator ConstViewType()

Arcane::geometric::Hexagon6Element::operator ConstViewType ( ) const
inline

Conversion operator to a constant view.

Definition at line 182 of file GeomElement.h.

◆ operator ViewType()

Arcane::geometric::Hexagon6Element::operator ViewType ( )
inline

Conversion operator to a mutable view.

Definition at line 184 of file GeomElement.h.

◆ view()

ViewType Arcane::geometric::Hexagon6Element::view ( )
inline

Mutable view of the element.

Definition at line 188 of file GeomElement.h.


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