Container to get state info from StateManager to STK. Made into a struct so. More...
#include <Albany_StateInfoStruct.hpp>
Public Types | |
enum | MeshFieldEntity { WorksetValue, NodalData, ElemNode, QuadPoint } |
typedef std::vector< int > | FieldDims |
Public Member Functions | |
StateStruct (const std::string &name_, MeshFieldEntity ent) | |
StateStruct (const std::string &name_, MeshFieldEntity ent, const FieldDims &dims, const std::string &type) | |
void | setInitType (const std::string &type) |
void | setInitValue (const double val) |
void | setFieldDims (const FieldDims &dims) |
void | print () |
StateStruct () | |
Public Attributes | |
const std::string | name |
FieldDims | dim |
MeshFieldEntity | entity |
std::string | initType |
double | initValue |
std::map< std::string, std::string > | nameMap |
std::string | responseIDtoRequire |
bool | output |
bool | restartDataAvailable |
bool | saveOldState |
StateStruct * | pParentStateStruct |
Container to get state info from StateManager to STK. Made into a struct so.
Definition at line 69 of file Albany_StateInfoStruct.hpp.
typedef std::vector<int> Albany::StateStruct::FieldDims |
Definition at line 72 of file Albany_StateInfoStruct.hpp.
Definition at line 71 of file Albany_StateInfoStruct.hpp.
Albany::StateStruct::StateStruct | ( | const std::string & | name_, | |
MeshFieldEntity | ent | |||
) | [inline] |
Definition at line 74 of file Albany_StateInfoStruct.hpp.
Albany::StateStruct::StateStruct | ( | const std::string & | name_, | |
MeshFieldEntity | ent, | |||
const FieldDims & | dims, | |||
const std::string & | type | |||
) | [inline] |
Definition at line 79 of file Albany_StateInfoStruct.hpp.
Albany::StateStruct::StateStruct | ( | ) |
void Albany::StateStruct::setInitType | ( | const std::string & | type | ) | [inline] |
Definition at line 84 of file Albany_StateInfoStruct.hpp.
void Albany::StateStruct::setInitValue | ( | const double | val | ) | [inline] |
Definition at line 85 of file Albany_StateInfoStruct.hpp.
void Albany::StateStruct::setFieldDims | ( | const FieldDims & | dims | ) | [inline] |
Definition at line 86 of file Albany_StateInfoStruct.hpp.
void Albany::StateStruct::print | ( | ) | [inline] |
Definition at line 88 of file Albany_StateInfoStruct.hpp.
const std::string Albany::StateStruct::name |
Definition at line 97 of file Albany_StateInfoStruct.hpp.
Definition at line 98 of file Albany_StateInfoStruct.hpp.
Definition at line 99 of file Albany_StateInfoStruct.hpp.
std::string Albany::StateStruct::initType |
Definition at line 100 of file Albany_StateInfoStruct.hpp.
Definition at line 101 of file Albany_StateInfoStruct.hpp.
std::map<std::string, std::string> Albany::StateStruct::nameMap |
Definition at line 102 of file Albany_StateInfoStruct.hpp.
std::string Albany::StateStruct::responseIDtoRequire |
Definition at line 105 of file Albany_StateInfoStruct.hpp.
Definition at line 107 of file Albany_StateInfoStruct.hpp.
Definition at line 108 of file Albany_StateInfoStruct.hpp.
Definition at line 109 of file Albany_StateInfoStruct.hpp.
Definition at line 110 of file Albany_StateInfoStruct.hpp.