voidCBSElement :: computePrescribedTermsI(FloatArray &answer, ValueModeType mode, TimeStep *tStep) { FloatMatrix mass; FloatArray usp;this->computeConsistentMassMtrx(mass, tStep);this->computeVectorOf(EID_MomentumBalance, mode, tStep, usp); answer.beProductOf(mass, usp); answer.negated();...