MDSimulationComponent
SimulationBuilder > MD > SimulationComponents
This is the base class for all system components. This defines virtual functions that will be expected to be defined in class that inherit from it:
- ApplyPreMovePreForce (what to do before the InitialStep? routine)
- ApplyPostMovePreForce (what to do after the InitialStep? routine, but before the force calculation is called)
- ApplyPreMovePostForce (what to do after the force is calculated but before the FinalStep? routine is called)
- ApplyPostMovePostForce (what to do after FinalStep? routine is calculated)
External Links