Struct to store state variable registration information. More...
#include <ConstitutiveModelInterface.hpp>
Public Attributes | |
std::string | name |
Teuchos::RCP< PHX::DataLayout > | data_layout |
std::string | init_type |
double | init_value |
bool | register_old_state |
bool | output_to_exodus |
Struct to store state variable registration information.
Definition at line 21 of file ConstitutiveModelInterface.hpp.
std::string LCM::StateVariableRegistrationStruct::name |
Definition at line 23 of file ConstitutiveModelInterface.hpp.
Teuchos::RCP<PHX::DataLayout> LCM::StateVariableRegistrationStruct::data_layout |
Definition at line 24 of file ConstitutiveModelInterface.hpp.
std::string LCM::StateVariableRegistrationStruct::init_type |
Definition at line 25 of file ConstitutiveModelInterface.hpp.
Definition at line 26 of file ConstitutiveModelInterface.hpp.
Definition at line 27 of file ConstitutiveModelInterface.hpp.
Definition at line 28 of file ConstitutiveModelInterface.hpp.