Package jline.solvers.fluid.analyzers
Class ClosingAndStateDepMethodsAnalyzer
java.lang.Object
jline.solvers.fluid.analyzers.ClosingAndStateDepMethodsAnalyzer
- All Implemented Interfaces:
FluidAnalyzer
- Direct Known Subclasses:
DaeAnalyzer,MinNormalAnalyzer,TbiAnalyzer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PassageTimeODEThe ODE built by the last solver_fluid call, carrying the immediate-elimination maps. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidanalyze(NetworkStruct sn, SolverOptions options, SolverResult result) protected voidsolver_fluid(NetworkStruct sn, SolverOptions options, SolverResult result) protected voidsolver_fluid_iteration(NetworkStruct sn, Map<Station, Map<JobClass, Matrix>> mu, Map<Station, Map<JobClass, Matrix>> phi, Matrix S, double[] yDefault, Matrix slowrate, SolverOptions options, SolverResult result)
-
Field Details
-
xvec_t
-
xvec_it
-
lastPassageOde
The ODE built by the last solver_fluid call, carrying the immediate-elimination maps.
-
-
Constructor Details
-
ClosingAndStateDepMethodsAnalyzer
public ClosingAndStateDepMethodsAnalyzer()
-
-
Method Details
-
solver_fluid_iteration
protected void solver_fluid_iteration(NetworkStruct sn, Map<Station, Map<JobClass, Matrix>> mu, Map<Station, Map<JobClass, Matrix>> phi, Matrix S, double[] yDefault, Matrix slowrate, SolverOptions options, SolverResult result) -
solver_fluid
-
analyze
- Specified by:
analyzein interfaceFluidAnalyzer
-
getXVecIt
- Specified by:
getXVecItin interfaceFluidAnalyzer
-