29 #ifndef Joint3DPhysicalProperties_h 30 #define Joint3DPhysicalProperties_h 32 #include "UniaxialMatPhysicalProperties.h" 33 #include "material/damage/DamageModelVector.h" 46 int update(
const Vector &,
const int &);
47 Vector getTangent(
void)
const;
48 Vector getStress(
void)
const;
49 Vector getStrain(
void)
const;
50 Vector getStrainStress(
void)
const;
Physical properties for shells.
Definition: UniaxialMatPhysicalProperties.h:40
Joint3DPhysicalProperties(const size_t &nMat=0, const UniaxialMaterial *ptr_mat=nullptr)
Constructor.
Definition: Joint3DPhysicalProperties.cc:34
Physical properties for shells.
Definition: Joint3DPhysicalProperties.h:40
================================================================================
Definition: ContinuaReprComponent.h:34
Vector getResponse7(void) const
See Joint3D.cpp.
Definition: Joint3DPhysicalProperties.cc:135
Base class for uniaxial materials.
Definition: UniaxialMaterial.h:88