Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::geometric::Triangle3Element Class Reference

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

#include <arcane/geometry/GeomElement.h>

Inheritance diagram for Arcane::geometric::Triangle3Element:
Collaboration diagram for Arcane::geometric::Triangle3Element:

Public Types

typedef Triangle3ElementConstView ConstViewType
typedef Triangle3ElementView ViewType

Public Member Functions

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

Detailed Description

Geometric elements of type GeomType::Triangle3.

Definition at line 11 of file src/arcane/geometry/GeomElement.h.

Member Typedef Documentation

◆ ConstViewType

typedef Triangle3ElementConstView Arcane::geometric::Triangle3Element::ConstViewType

Definition at line 15 of file src/arcane/geometry/GeomElement.h.

◆ ViewType

typedef Triangle3ElementView Arcane::geometric::Triangle3Element::ViewType

Definition at line 16 of file src/arcane/geometry/GeomElement.h.

Constructor & Destructor Documentation

◆ Triangle3Element() [1/4]

Arcane::geometric::Triangle3Element::Triangle3Element ( )
inline

Definition at line 20 of file src/arcane/geometry/GeomElement.h.

◆ Triangle3Element() [2/4]

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

Definition at line 21 of file src/arcane/geometry/GeomElement.h.

◆ Triangle3Element() [3/4]

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

Definition at line 22 of file src/arcane/geometry/GeomElement.h.

◆ Triangle3Element() [4/4]

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

Definition at line 23 of file src/arcane/geometry/GeomElement.h.

Member Function Documentation

◆ constView()

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

Constant view of the element.

Definition at line 42 of file src/arcane/geometry/GeomElement.h.

◆ init()

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

Initializes the instance with the coordinates passed as arguments.

Definition at line 31 of file src/arcane/geometry/GeomElement.h.

◆ operator ConstViewType()

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

Conversion operator to a constant view.

Definition at line 38 of file src/arcane/geometry/GeomElement.h.

◆ operator ViewType()

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

Conversion operator to a mutable view.

Definition at line 40 of file src/arcane/geometry/GeomElement.h.

◆ view()

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

Mutable view of the element.

Definition at line 44 of file src/arcane/geometry/GeomElement.h.

References Arcane::geometric::GeomElementBase< NbNode >::GeomElementBase().

Here is the call graph for this function:

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