Geometric elements of type GeomType::Quad4. More...
#include <arcane/geometry/GeomElement.h>
Public Types | |
| typedef Quad4ElementConstView | ConstViewType |
| typedef Quad4ElementView | ViewType |
Public Member Functions | |
| 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. | |
| Public Member Functions inherited from Arcane::geometric::GeomElementBase< 4 > | |
| 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< 4 > | |
| Real3POD | m_s [NbNode] |
Geometric elements of type GeomType::Quad4.
Definition at line 55 of file src/arcane/geometry/GeomElement.h.
| typedef Quad4ElementConstView Arcane::geometric::Quad4Element::ConstViewType |
Definition at line 59 of file src/arcane/geometry/GeomElement.h.
| typedef Quad4ElementView Arcane::geometric::Quad4Element::ViewType |
Definition at line 60 of file src/arcane/geometry/GeomElement.h.
|
inline |
Definition at line 64 of file src/arcane/geometry/GeomElement.h.
|
inline |
Definition at line 65 of file src/arcane/geometry/GeomElement.h.
|
inline |
Definition at line 66 of file src/arcane/geometry/GeomElement.h.
|
inline |
Definition at line 67 of file src/arcane/geometry/GeomElement.h.
|
inline |
Constant view of the element.
Definition at line 88 of file src/arcane/geometry/GeomElement.h.
|
inline |
Initializes the instance with the coordinates passed as arguments.
Definition at line 76 of file src/arcane/geometry/GeomElement.h.
References view().
|
inline |
Conversion operator to a constant view.
Definition at line 84 of file src/arcane/geometry/GeomElement.h.
|
inline |
Conversion operator to a mutable view.
Definition at line 86 of file src/arcane/geometry/GeomElement.h.
|
inline |
Mutable view of the element.
Definition at line 90 of file src/arcane/geometry/GeomElement.h.
Referenced by init().