7 #include "imstkVectorizedState.h" 15 m_qDot.resize(numDof);
16 m_qDotDot.resize(numDof);
53 m_qDot = rhs->getQDot();
54 m_qDotDot = rhs->getQDotDot();
void setState(const Vectord &u, const Vectord &v, const Vectord &a)
Set the state to a given one.
void setU(const Vectord &u)
Set the current state.
void setV(const Vectord &v)
Set the time derivative of state.
void initialize(const size_t numDof)
Initialize the problem state.
void setA(const Vectord &a)
Set double time derivative of the state.