Home
last modified time | relevance | path

Searched refs:mgForceIndex (Results 1 – 2 of 2) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/tests/
H A DPendulumSystem.h59 mutable CacheEntryIndex mgForceIndex; // a cache entry m*g calculated at Dynamics stage variable
224 mgForceIndex = s.allocateCacheEntry(subsysIndex, Stage::Dynamics, in realizeTopologyImpl()
276 (s.updCacheEntry(subsysIndex, mgForceIndex)).upd(); in realizeDynamicsImpl()
288 (s.updCacheEntry(subsysIndex, mgForceIndex)).get(); in realizeAccelerationImpl()
H A DIntegratorTest.cpp62 …mutable CacheEntryIndex mgForceIndex; // a cache entry m*g calculated at Dynamics stage member in MyPendulumGuts
530 mgForceIndex = s.allocateCacheEntry(subsysIndex, Stage::Dynamics, in realizeTopologyImpl()
588 (s.updCacheEntry(subsysIndex, mgForceIndex)).upd(); in realizeDynamicsImpl()
600 (s.updCacheEntry(subsysIndex, mgForceIndex)).get(); in realizeAccelerationImpl()