autoClearForces property

bool autoClearForces

Get the flag that controls automatic clearing of forces after each time step.

Implementation

bool get autoClearForces => (flags & clearForcesBit) == clearForcesBit;