← Back to team overview

yade-dev team mailing list archive

Re: [Branch ~yade-dev/yade/trunk] Rev 2621: 1. Make middle-click paste path to variable in the ui

 


"Non-dynamic" (which means (see Body::isDynamic) blockedDOFs==DOF_ALL) bodies should not be skipped in the integrator, they will just not have acceleration applied on the per-DoF basis. Too many people are modifying the same code without being coordinated.
Sorry for not writing clearly. This per-DoF application of force/torque happens now in NewtonIntegrator::computeAccel/computeAngAccel; no other places should be concerned with blockedDOFs.

Cheers, v.



References