Geometric elements of type GeomType::Pyramid5.
More...
#include <arcane/geometry/GeomElement.h>
|
| | Pyramid5Element (const VariableNodeReal3 &coords, ItemWithNodes item) |
| | Pyramid5Element (Real3ConstArrayView coords) |
| | Pyramid5Element (const Real3 &a0, const Real3 &a1, const Real3 &a2, const Real3 &a3, const Real3 &a4) |
| void | init (const Real3 &a0, const Real3 &a1, const Real3 &a2, const Real3 &a3, const Real3 &a4) |
| | 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.
|
| | 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.
|
Geometric elements of type GeomType::Pyramid5.
Definition at line 245 of file GeomElement.h.
◆ ConstViewType
◆ ViewType
◆ Pyramid5Element() [1/4]
| Arcane::geometric::Pyramid5Element::Pyramid5Element |
( |
| ) |
|
|
inline |
◆ Pyramid5Element() [2/4]
◆ Pyramid5Element() [3/4]
◆ Pyramid5Element() [4/4]
| Arcane::geometric::Pyramid5Element::Pyramid5Element |
( |
const Real3 & | a0, |
|
|
const Real3 & | a1, |
|
|
const Real3 & | a2, |
|
|
const Real3 & | a3, |
|
|
const Real3 & | a4 ) |
|
inline |
◆ constView()
| ConstViewType Arcane::geometric::Pyramid5Element::constView |
( |
| ) |
const |
|
inline |
◆ init()
| void Arcane::geometric::Pyramid5Element::init |
( |
const Real3 & | a0, |
|
|
const Real3 & | a1, |
|
|
const Real3 & | a2, |
|
|
const Real3 & | a3, |
|
|
const Real3 & | a4 ) |
|
inline |
Initializes the instance with the coordinates passed as arguments.
Definition at line 267 of file GeomElement.h.
◆ operator ConstViewType()
| Arcane::geometric::Pyramid5Element::operator ConstViewType |
( |
| ) |
const |
|
inline |
Conversion operator to a constant view.
Definition at line 276 of file GeomElement.h.
◆ operator ViewType()
| Arcane::geometric::Pyramid5Element::operator ViewType |
( |
| ) |
|
|
inline |
Conversion operator to a modifiable view.
Definition at line 278 of file GeomElement.h.
◆ view()
| ViewType Arcane::geometric::Pyramid5Element::view |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: