49 static constexpr unsigned c_dof = 2;
51 static const mat rotation;
53 const unsigned master_tag, slave_tag;
55 std::vector<MasterNode> master;
56 std::vector<SlaveNode> slave;
60 void update_position();
63 Contact2D(
unsigned,
unsigned,
unsigned,
double = 1E8);
65 int initialize(
const shared_ptr<DomainBase>&)
override;
A Element class.
Definition: Element.h:117
double norm(const vec &)
Definition: tensor.cpp:370