30 #ifndef ZeroLengthMaterials_h 31 #define ZeroLengthMaterials_h 33 #include <material/uniaxial/DqUniaxialMaterial.h> 36 class UniaxialMaterial;
51 void checkDirection(
void);
54 std::deque<int> direcciones;
69 inline const int &getDir(
const size_t i)
const 70 {
return direcciones[i]; }
71 inline int &getDir(
const size_t i)
72 {
return direcciones[i]; }
76 void Print(std::ostream &s,
int flag =0);
ZeroLengthMaterials(ZeroLength *owner, UniaxialMaterial &theMaterial, int direction)
Constructor:
Definition: ZeroLengthMaterials.cc:39
int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: ZeroLengthMaterials.cc:159
int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: ZeroLengthMaterials.cc:140
Zero length material.
Definition: ZeroLength.h:89
A ZeroLengthElement is defined by two nodes with the same coordinate. One or more material objects ma...
Definition: ZeroLengthMaterials.h:47
Contenedor de pointers to UniaxialMaterial.
Definition: DqUniaxialMaterial.h:44
Material handler (definition, searching,...).
Definition: MaterialLoader.h:45
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
Base class for uniaxial materials.
Definition: UniaxialMaterial.h:88