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

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

#include <arcane/geometry/GeomElement.h>

Public Types

typedef Hexaedron8ElementConstView ConstViewType
typedef Hexaedron8ElementView ViewType

Public Member Functions

 Hexaedron8Element (const VariableNodeReal3 &coords, ItemWithNodes item)
 Hexaedron8Element (Real3ConstArrayView coords)
 Hexaedron8Element (const Real3 &a0, const Real3 &a1, const Real3 &a2, const Real3 &a3, const Real3 &a4, const Real3 &a5, const Real3 &a6, const Real3 &a7)
void init (const Real3 &a0, const Real3 &a1, const Real3 &a2, const Real3 &a3, const Real3 &a4, const Real3 &a5, const Real3 &a6, const Real3 &a7)
 Initializes the instance with the coordinates passed as arguments.
 operator ConstViewType () const
 Conversion operator to a constant view.
 operator ViewType ()
 Conversion operator to a modifiable view.
ConstViewType constView () const
 Constant view of the element.
ViewType view ()
 Modifiable view of the element.
Public Member Functions inherited from Arcane::geometric::GeomElementBase< 8 >
 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< 8 >
Real3POD m_s [NbNode]

Detailed Description

Geometric elements of type GeomType::Hexaedron8.

Definition at line 343 of file GeomElement.h.

Member Typedef Documentation

◆ ConstViewType

typedef Hexaedron8ElementConstView Arcane::geometric::Hexaedron8Element::ConstViewType

Definition at line 347 of file GeomElement.h.

◆ ViewType

typedef Hexaedron8ElementView Arcane::geometric::Hexaedron8Element::ViewType

Definition at line 348 of file GeomElement.h.

Constructor & Destructor Documentation

◆ Hexaedron8Element() [1/4]

Arcane::geometric::Hexaedron8Element::Hexaedron8Element ( )
inline

Definition at line 352 of file GeomElement.h.

◆ Hexaedron8Element() [2/4]

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

Definition at line 353 of file GeomElement.h.

◆ Hexaedron8Element() [3/4]

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

Definition at line 354 of file GeomElement.h.

◆ Hexaedron8Element() [4/4]

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

Definition at line 355 of file GeomElement.h.

Member Function Documentation

◆ constView()

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

Constant view of the element.

Definition at line 384 of file GeomElement.h.

◆ init()

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

Initializes the instance with the coordinates passed as arguments.

Definition at line 368 of file GeomElement.h.

◆ operator ConstViewType()

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

Conversion operator to a constant view.

Definition at line 380 of file GeomElement.h.

◆ operator ViewType()

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

Conversion operator to a modifiable view.

Definition at line 382 of file GeomElement.h.

◆ view()

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

Modifiable view of the element.

Definition at line 386 of file GeomElement.h.


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