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

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

#include <arcane/geometry/GeneratedGeomElement.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.

Detailed Description

Geometric elements of type GeomType::Tetraedron4.

Definition at line 198 of file GeneratedGeomElement.h.

Member Typedef Documentation

◆ ConstViewType

typedef Tetraedron4ElementConstView Tetraedron4Element::ConstViewType

Definition at line 202 of file GeneratedGeomElement.h.

◆ ViewType

typedef Tetraedron4ElementView Tetraedron4Element::ViewType

Definition at line 203 of file GeneratedGeomElement.h.

Constructor & Destructor Documentation

◆ Tetraedron4Element() [1/4]

Tetraedron4Element::Tetraedron4Element ( )
inline

Definition at line 207 of file GeneratedGeomElement.h.

◆ Tetraedron4Element() [2/4]

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

Definition at line 208 of file GeneratedGeomElement.h.

◆ Tetraedron4Element() [3/4]

Tetraedron4Element::Tetraedron4Element ( Real3ConstArrayView coords)
inline

Definition at line 209 of file GeneratedGeomElement.h.

◆ Tetraedron4Element() [4/4]

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

Definition at line 210 of file GeneratedGeomElement.h.

Member Function Documentation

◆ constView()

ConstViewType Tetraedron4Element::constView ( ) const
inline

Constant view of the element.

Definition at line 231 of file GeneratedGeomElement.h.

◆ init()

void 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 219 of file GeneratedGeomElement.h.

◆ operator ConstViewType()

Tetraedron4Element::operator ConstViewType ( ) const
inline

Conversion operator to a constant view.

Definition at line 227 of file GeneratedGeomElement.h.

◆ operator ViewType()

Tetraedron4Element::operator ViewType ( )
inline

Conversion operator to a mutable view.

Definition at line 229 of file GeneratedGeomElement.h.

◆ view()

ViewType Tetraedron4Element::view ( )
inline

Mutable view of the element.

Definition at line 233 of file GeneratedGeomElement.h.


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