Added: Options -outPrec and -ztol for DynamicEl + output of acceleration at result points

git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@3003 e10b68d5-8a6e-419e-a041-bce267b0401d
This commit is contained in:
kmo
2014-11-06 20:39:30 +00:00
committed by Knut Morten Okstad
parent 2b5cd01965
commit cdc6de3421

View File

@@ -435,5 +435,8 @@ void NewmarkSIM::dumpResults (double time, std::ostream& os,
model.dumpResults(solution.front(),time,os,formatted,precision);
model.dumpMoreResults(time,os,precision);
if (formatted)
{
model.dumpVector(this->getVelocity(),"velocity",os,precision);
model.dumpVector(this->getAcceleration(),"acceleration",os,precision);
}
}