29 #ifndef ZeroLengthContact_h 30 #define ZeroLengthContact_h 32 #include "domain/mesh/element/Element0D.h" 33 #include "utility/matrix/Matrix.h" 47 mutable double pressure;
68 ZeroLengthContact(
int tag,
int classTag,
int dim,
int Nd1,
int Nd2,
double Kn,
double Kt,
double fRatio);
71 int addInertiaLoadToUnbalance(
const Vector &);
76 void Print(std::ostream &os,
int flag =0);
Base class for loads over elements.
Definition: ElementalLoad.h:73
Element of dimension 0 (both nodes have the same position).
Definition: Element0D.h:45
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34