|
MGIS
|
an helper structure to store a material axis. More...
#include </home/runner/work/MFrontGenericInterfaceSupport/MFrontGenericInterfaceSupport/include/MGIS/Behaviour/RotationMatrix.hxx>
Public Member Functions | |
| MaterialAxisStorage (const std::span< const mgis::real > &, const mgis::StorageMode &) | |
| constructor from an external array | |
| MaterialAxisStorage (std::vector< mgis::real > &&) | |
| constructor from a temporary | |
| ~MaterialAxisStorage () | |
| destructor | |
Public Attributes | |
| const std::span< const mgis::real > | a |
| description of the material axis | |
an helper structure to store a material axis.
In 2D, a material axis is represented either by:
In 3D, a material axis is represented either by:
| mgis::behaviour::MaterialAxisStorage::MaterialAxisStorage | ( | std::vector< mgis::real > && | ) |
constructor from a temporary
| [in] | values | values to be stored |