MGIS
Loading...
Searching...
No Matches
mgis::behaviour::MaterialStateManager::FieldHolder Struct Reference

a simple alias More...

#include </home/runner/work/MFrontGenericInterfaceSupport/MFrontGenericInterfaceSupport/include/MGIS/Behaviour/MaterialStateManager.hxx>

Public Member Functions

FieldHolderoperator= (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.
 

Detailed Description

a simple alias

Member Data Documentation

◆ shall_be_updated

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.


The documentation for this struct was generated from the following file: