Geometric elements of type GeomType::Quad4.
More...
#include <arcane/geometry/GeneratedGeomElement.h>
|
| | Quad4Element (const VariableNodeReal3 &coords, ItemWithNodes item) |
| | Quad4Element (Real3ConstArrayView coords) |
| | Quad4Element (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.
|
Geometric elements of type GeomType::Quad4.
Definition at line 54 of file src/arcane/geometry/GeneratedGeomElement.h.
◆ ConstViewType
◆ ViewType
◆ Quad4Element() [1/4]
| Quad4Element::Quad4Element |
( |
| ) |
|
|
inline |
◆ Quad4Element() [2/4]
| Quad4Element::Quad4Element |
( |
const VariableNodeReal3 & | coords, |
|
|
ItemWithNodes | item ) |
|
inline |
◆ Quad4Element() [3/4]
| Quad4Element::Quad4Element |
( |
Real3ConstArrayView | coords | ) |
|
|
inline |
◆ Quad4Element() [4/4]
| Quad4Element::Quad4Element |
( |
const Real3 & | a0, |
|
|
const Real3 & | a1, |
|
|
const Real3 & | a2, |
|
|
const Real3 & | a3 ) |
|
inline |
◆ constView()
| ConstViewType Quad4Element::constView |
( |
| ) |
const |
|
inline |
◆ init()
| void Quad4Element::init |
( |
const Real3 & | a0, |
|
|
const Real3 & | a1, |
|
|
const Real3 & | a2, |
|
|
const Real3 & | a3 ) |
|
inline |
◆ operator ConstViewType()
| Quad4Element::operator ConstViewType |
( |
| ) |
const |
|
inline |
◆ operator ViewType()
| Quad4Element::operator ViewType |
( |
| ) |
|
|
inline |
◆ view()
| ViewType Quad4Element::view |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: