added ASMT api example runSinglePendulum

This commit is contained in:
Aik-Siong Koh
2023-09-28 15:51:02 -06:00
parent 81513500ab
commit b53cdac5ca
37 changed files with 845 additions and 128 deletions

View File

@@ -27,6 +27,7 @@ namespace MbD {
void outputFor(AnalysisType type);
void logString(std::string& str);
void logString(double value);
void runOndselSinglePendulum();
void runOndselDoublePendulum();
void runOndselPiston();
void runPiston();