|
MGIS
|
a simple alias More...
#include </home/runner/work/MFrontGenericInterfaceSupport/MFrontGenericInterfaceSupport/include/MGIS/Behaviour/MaterialStateManager.hxx>
Public Member Functions | |
| FieldHolder & | operator= (const mgis::real) noexcept |
Public Attributes | |
| std::variant< real, std::span< mgis::real >, std::vector< mgis::real > > | value |
| pointer to the values of the field | |
| bool | shall_be_updated = true |
boolean stating if the values shall be updated by the updateValues which is call by the revert or update functions. | |
a simple alias
| bool mgis::behaviour::MaterialStateManager::FieldHolder::shall_be_updated = true |
boolean stating if the values shall be updated by the updateValues which is call by the revert or update functions.
Setting this flag is usefull when the update of the field is already handled.