runPosIC, assignEquationNumbers

This commit is contained in:
Aik-Siong Koh
2023-05-30 10:00:25 -06:00
parent 9ddbdca742
commit f4debf4865
43 changed files with 288 additions and 22 deletions

View File

@@ -48,6 +48,8 @@ void MarkerFrame::initializeGlobally()
void MbD::MarkerFrame::postInput()
{
Item::postInput();
std::for_each(endFrames->begin(), endFrames->end(), [](const auto& endFrame) { endFrame->postInput(); });
}
void MbD::MarkerFrame::calcPostDynCorrectorIteration()