20#ifndef _CONSTANT_INFLUENCE_FUNCTION_H_
21#define _CONSTANT_INFLUENCE_FUNCTION_H_
23#include "mbsim/functions/kinetics/influence_function.h"
35 couplingValue(couplingValue_) {
39 double operator()(
const std::pair<Contour*, ContourFrame*>& firstContourInfo,
const std::pair<Contour*, ContourFrame*>& secondContourInfo)
override {
42 void initializeUsingXML(xercesc::DOMElement *element)
override;
46 double couplingValue{0};
Definition: constant_influence_function.h:30
function describing the influence between the deformations on a body
Definition: influence_function.h:45
namespace MBSim
Definition: bilateral_constraint.cc:30