Package jline.solvers.fluid.handlers
Class ImmediateElimination.EliminationResult
java.lang.Object
jline.solvers.fluid.handlers.ImmediateElimination.EliminationResult
- Enclosing class:
- ImmediateElimination
Result of immediate elimination containing the reduced system, the surviving coordinates and
the two maps that carry per-event and per-coordinate quantities across the reduction.
-
Field Summary
FieldsModifier and TypeFieldDescription[nStates x nStates] projector for the initial condition: identity on the timed rows, the absorption distribution on the immediate ones.[nEventsReduced x nEventsOriginal] expected firings of each original event.int[] -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
allJumpsReduced
-
rateBaseReduced
-
eventIdxReduced
-
stateMap
public int[] stateMap -
Emap
[nEventsReduced x nEventsOriginal] expected firings of each original event. -
absorb
[nStates x nStates] projector for the initial condition: identity on the timed rows, the absorption distribution on the immediate ones. Mass parked on an eliminated coordinate would otherwise be frozen there for the whole integration, because nothing moves it.
-
-
Constructor Details
-
EliminationResult
-