29 #ifndef UniaxialMatPhysicalProperties_h 30 #define UniaxialMatPhysicalProperties_h 32 #include "PhysicalProperties.h" 33 #include "material/uniaxial/UniaxialMaterial.h" 45 Vector getStresses(
void)
const;
46 void Print(std::ostream &os);
Physical properties for shells.
Definition: UniaxialMatPhysicalProperties.h:40
UniaxialMatPhysicalProperties(const size_t &nMat=0, const UniaxialMaterial *ptr_mat=nullptr)
Constructor.
Definition: UniaxialMatPhysicalProperties.cc:33
Base class for element's physical properties.
Definition: PhysicalProperties.h:45
void Print(std::ostream &os)
print out element data
Definition: UniaxialMatPhysicalProperties.cc:57
================================================================================
Definition: ContinuaReprComponent.h:34
Base class for uniaxial materials.
Definition: UniaxialMaterial.h:88