add runOndselDoublePendulum for simple case

This commit is contained in:
Aik-Siong Koh
2023-09-26 14:03:05 -06:00
parent 11cbcffacf
commit 2b1ec21b3a
16 changed files with 230 additions and 37 deletions

View File

@@ -61,6 +61,10 @@ FColDsptr Part::getqX() {
return partFrame->getqX();
}
void Part::setaAap(FMatDsptr mat) {
partFrame->setaAap(mat);
}
void Part::setqE(FColDsptr x) {
partFrame->setqE(x);
}