added ASMT api example runSinglePendulum
This commit is contained in:
@@ -28,6 +28,11 @@ void MbD::ASMTItem::initialize()
|
||||
{
|
||||
}
|
||||
|
||||
void MbD::ASMTItem::setName(std::string& str)
|
||||
{
|
||||
name = str;
|
||||
}
|
||||
|
||||
void MbD::ASMTItem::parseASMT(std::vector<std::string>& lines)
|
||||
{
|
||||
assert(false);
|
||||
@@ -141,6 +146,11 @@ void MbD::ASMTItem::compareResults(AnalysisType type)
|
||||
assert(false);
|
||||
}
|
||||
|
||||
void MbD::ASMTItem::outputResults(AnalysisType type)
|
||||
{
|
||||
assert(false);
|
||||
}
|
||||
|
||||
std::shared_ptr<Units> MbD::ASMTItem::mbdUnits()
|
||||
{
|
||||
if (owner) {
|
||||
|
||||
Reference in New Issue
Block a user