20#ifndef _FIXED_FRAME_LINK_H_
21#define _FIXED_FRAME_LINK_H_
23#include "mbsim/links/frame_link.h"
38 void init(
InitStage stage,
const InitConfigSet &config)
override;
40 void calcSize()
override { nla = nF + nM; updSize =
false; }
42 void updateh(
int i=0)
override;
44 void updateVelocities()
override;
45 void updateGeneralizedPositions()
override;
46 void updateGeneralizedVelocities()
override;
47 void updateForceDirections()
override;
InitStage
The stages of the initialization.
Definition: element.h:62
std::string name
name of element
Definition: element.h:260
frame link
Definition: fixed_frame_link.h:30
void init(InitStage stage, const InitConfigSet &config) override
plots time series header
Definition: fixed_frame_link.cc:66
FixedFrameLink(const std::string &name)
constructor
Definition: fixed_frame_link.cc:32
frame link
Definition: frame_link.h:31
namespace MBSim
Definition: bilateral_constraint.cc:30