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

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

#include <arcane/geometry/GeomElement.h>

Public Types

typedef Tetraedron4ElementConstView ConstViewType
typedef Tetraedron4ElementView ViewType

Public Member Functions

 Tetraedron4Element (const VariableNodeReal3 &coords, ItemWithNodes item)
 Tetraedron4Element (Real3ConstArrayView coords)
 Tetraedron4Element (const Real3 &a0, const Real3 &a1, const Real3 &a2, const Real3 &a3)
void init (const Real3 &a0, const Real3 &a1, const Real3 &a2, const Real3 &a3)
 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< 4 >
 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< 4 >
Real3POD m_s [NbNode]

Detailed Description

Geometric elements of type GeomType::Tetraedron4.

Definition at line 199 of file GeomElement.h.

Member Typedef Documentation

◆ ConstViewType

typedef Tetraedron4ElementConstView Arcane::geometric::Tetraedron4Element::ConstViewType

Definition at line 203 of file GeomElement.h.

◆ ViewType

typedef Tetraedron4ElementView Arcane::geometric::Tetraedron4Element::ViewType

Definition at line 204 of file GeomElement.h.

Constructor & Destructor Documentation

◆ Tetraedron4Element() [1/4]

Arcane::geometric::Tetraedron4Element::Tetraedron4Element ( )
inline

Definition at line 208 of file GeomElement.h.

◆ Tetraedron4Element() [2/4]

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

Definition at line 209 of file GeomElement.h.

◆ Tetraedron4Element() [3/4]

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

Definition at line 210 of file GeomElement.h.

◆ Tetraedron4Element() [4/4]

Arcane::geometric::Tetraedron4Element::Tetraedron4Element ( const Real3 & a0,
const Real3 & a1,
const Real3 & a2,
const Real3 & a3 )
inline

Definition at line 211 of file GeomElement.h.

Member Function Documentation

◆ constView()

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

Constant view of the element.

Definition at line 232 of file GeomElement.h.

◆ init()

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

Initializes the instance with the coordinates passed as arguments.

Definition at line 220 of file GeomElement.h.

◆ operator ConstViewType()

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

Conversion operator to a constant view.

Definition at line 228 of file GeomElement.h.

◆ operator ViewType()

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

Conversion operator to a mutable view.

Definition at line 230 of file GeomElement.h.

◆ view()

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

Mutable view of the element.

Definition at line 234 of file GeomElement.h.


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