public class BackwardEulerIntegrator extends Integrator
Integrator.METHODs| Constructor and Description |
|---|
BackwardEulerIntegrator(ParticleSystem s)
Sets up the integrator.
|
| Modifier and Type | Method and Description |
|---|---|
BackwardEulerIntegrator |
step(float deltaT)
Advances the integrator by one step.
|
public BackwardEulerIntegrator(ParticleSystem s)
s - Particle system upon which to perform the integration.public BackwardEulerIntegrator step(float deltaT)
step in class IntegratordeltaT - the magnitude of the time step to advance.