class RigidBody_Integrator

Integration stuff

Inheritance:


Private Methods

[more]VectorND dydt(double t, VectorND y, RigidBody &x)


Inherited from Integrator:

Public Methods

ovoid SetMethod(int m)
ovoid SetOversampling(int o)
ovoid Setdt(double h)
ovoid MakeIntegration(double dt, VectorND& y, A &x)

Private Fields

oint Method
oint Oversampling
odouble dt
o dt is the time step, which can vary from call to call if we want.

Private Methods

ovoid RungeKutta4(double h, VectorND& y, A &x)
ovoid Euler(double h, VectorND& y, A &x)


Documentation

Integration stuff
oVectorND dydt(double t, VectorND y, RigidBody &x)


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.