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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user