← Back to team overview

yade-dev team mailing list archive

Re: [Branch ~yade-dev/yade/trunk] Rev 2626: 1. Clean up NewtonIntegrator following the discussion on the list; adds 1st order damping for asp...

 


FOREACH(Clump::MemberMap::value_type mm..) {
     moveMember(mm);
     saveMaximaVelocity(mm);}

Heh... You will not remove one loop in Newton actually, you will remove
it in moveMember!
I think I will keep the loop in Clump. It is functionality that could be also used elsewhere (EinsteinIntegrator).

v




Follow ups

References