1 #ifndef TIME_INTEGRATOR_H     2 #define TIME_INTEGRATOR_H     6 #include <net_force_accumulator.h>    29             const std::vector<std::shared_ptr<PhysicsEntity>> &entity_ptrs,
    30             const std::shared_ptr<PhysicsEntity> entity_ptr);
    46             const std::vector<std::shared_ptr<PhysicsEntity>> &entity_ptrs,
    47             const std::shared_ptr<PhysicsEntity> entity_ptr) = 0;
 An abstact base class for all grid based numerical ODE solvers for Newton's laws. ...
Definition: time_integrator.h:11
 
void StepForward(const NetForceAccumulator &net_force_accumulator, const std::vector< std::shared_ptr< PhysicsEntity >> &entity_ptrs, const std::shared_ptr< PhysicsEntity > entity_ptr)
Definition: time_integrator.cpp:4
 
Definition: net_force_accumulator.h:14
 
GLfloat GetStepSize()
Definition: time_integrator.cpp:15