public static class LjMd3D.ValueCache
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
protected DataSourceScalar |
dss |
|
protected Integrator |
integrator |
|
protected long |
lastStep |
|
protected double |
lastValue |
| Constructor | Description |
|---|---|
ValueCache(DataSourceScalar dss,
Integrator integrator) |
| Modifier and Type | Method | Description |
|---|---|---|
double |
getValue() |
protected final DataSourceScalar dss
protected final Integrator integrator
protected long lastStep
protected double lastValue
public ValueCache(DataSourceScalar dss, Integrator integrator)