| Package | Description |
|---|---|
| com.interpss.dstab.algo | |
| com.interpss.dstab.algo.defaultImpl | |
| com.interpss.dstab.common.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
IDStabSolver.afterStep(double t)
implement the post simulation function
|
void |
IDStabSolver.beforeStep(double t)
implement the before simulation function
|
void |
IDStabSolver.nextStep(double t,
double dt,
DynamicSimuMethod method)
implement the nextStep simulation function
|
| Modifier and Type | Method and Description |
|---|---|
void |
DStabSolverImpl.afterStep(double t) |
void |
DStabSolverImpl.beforeStep(double time) |
void |
DStabSolverImpl.diffEqnIntegrationStep(double t,
double dt,
DynamicSimuMethod method) |
abstract void |
AbstractDStabSolver.diffEqnIntegrationStep(double t,
double dt,
DynamicSimuMethod method) |
boolean |
DStabSolverImpl.networkSolutionStep() |
abstract boolean |
AbstractDStabSolver.networkSolutionStep() |
void |
DStabSolver3SeqImpl.nextStep(double time,
double dt,
DynamicSimuMethod method) |
void |
AbstractDStabSolver.nextStep(double time,
double dt,
DynamicSimuMethod method) |
| Modifier and Type | Method and Description |
|---|---|
DStabSimuException |
DStabCommonFactoryImpl.createDStabSimuExceptionFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |