Geometric elements of type GeomType::Hexaedron8.
More...
#include <arcane/geometry/GeomElement.h>
|
| | 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.
|
| | 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::Hexaedron8.
Definition at line 343 of file GeomElement.h.
◆ ConstViewType
◆ ViewType
◆ Hexaedron8Element() [1/4]
| Arcane::geometric::Hexaedron8Element::Hexaedron8Element |
( |
| ) |
|
|
inline |
◆ Hexaedron8Element() [2/4]
◆ Hexaedron8Element() [3/4]
◆ 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 |
◆ constView()
| ConstViewType Arcane::geometric::Hexaedron8Element::constView |
( |
| ) |
const |
|
inline |
◆ init()
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 |
The documentation for this class was generated from the following file: