33 void setState(
const Vectord& u,
const Vectord& v,
const Vectord& a);
38 void setU(
const Vectord& u);
43 void setV(
const Vectord& v);
48 void setA(
const Vectord& a);
53 void setState(std::shared_ptr<FeDeformBodyState> rhs);
59 Vectord&
getQ() {
return m_q; }
Vectord & getState()
Get the state.
void setState(const Vectord &u, const Vectord &v, const Vectord &a)
Set the state to a given one.
Vectord & getQ()
Get the state.
This class stores the state of the unknown field variable in vectorized form.
void setU(const Vectord &u)
Set the current state.
void setV(const Vectord &v)
Set the time derivative of state.
Vectord & getQDot()
Get the derivative of state w.r.t time.
void initialize(const size_t numDof)
Initialize the problem state.
Vectord & getQDotDot()
Get the double derivative of state w.r.t time.
void setA(const Vectord &a)
Set double time derivative of the state.