34 #include "utility/matrix/ID.h" 38 class FEM_ObjectBroker;
41 const int SECTION_RESPONSE_MZ= 1;
42 const int SECTION_RESPONSE_P= 2;
43 const int SECTION_RESPONSE_VY= 3;
44 const int SECTION_RESPONSE_MY= 4;
45 const int SECTION_RESPONSE_VZ= 5;
46 const int SECTION_RESPONSE_T= 6;
49 const int MEMBRANE_RESPONSE_n1= 11;
50 const int MEMBRANE_RESPONSE_n2= 12;
51 const int MEMBRANE_RESPONSE_n12= 13;
52 const int PLATE_RESPONSE_m1= 14;
53 const int PLATE_RESPONSE_m2= 15;
54 const int PLATE_RESPONSE_m12= 16;
55 const int PLATE_RESPONSE_q13= 17;
56 const int PLATE_RESPONSE_q23= 18;
67 explicit ResponseId(
const boost::python::list &);
70 bool hasResponse(
const int &ri)
const;
72 static std::string RespIdToString(
const int &ri);
73 std::string getString(
void)
const;
154 const RespP RespElasticSection1d;
155 const RespPMz RespElasticSection2d;
156 const RespPMzV RespElasticShSection2d;
157 const RespVyP RespBidirectional;
Definition: ResponseId.h:124
Definition: ResponseId.h:82
Definition: ResponseId.h:100
Definition: ResponseId.h:130
Definition: ResponseId.h:142
Vector of integers.
Definition: ID.h:95
Definition: ResponseId.h:112
Definition: ResponseId.h:148
Definition: ResponseId.h:88
Definition: ResponseId.h:118
Stiffness material contribution response identifiers.
Definition: ResponseId.h:61
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Definition: ResponseId.h:136
Definition: ResponseId.h:94
static int StringToRespId(const std::string &str)
Return the identifier corresponding to the string argument.
Definition: ResponseId.cc:79
Definition: ResponseId.h:106
Definition: ResponseId.h:76