30 #ifndef ZeroLengthContact_h 31 #define ZeroLengthContact_h 33 #include "domain/mesh/element/Element0D.h" 34 #include "utility/matrix/Matrix.h" 48 mutable double pressure;
69 ZeroLengthContact(
int tag,
int classTag,
int dim,
int Nd1,
int Nd2,
double Kn,
double Kt,
double fRatio);
74 int addInertiaLoadToUnbalance(
const Vector &);
79 void Print(std::ostream &os,
int flag =0)
const;
Float vector abstraction.
Definition: Vector.h:94
Communication parameters between processes.
Definition: Communicator.h:66
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Base class for loads over elements.
Definition: ElementalLoad.h:79
Element of dimension 0 (both nodes have the same position).
Definition: Element0D.h:44