public interface IDStabSolver
DstabAlgorithmPackage.getIDStabSolver()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
void |
afterStep(double t)
implement the post simulation function
|
void |
beforeStep(double t)
implement the before simulation function
|
int |
getOutPutPerSteps() |
double |
getSimuTime()
return the current simulation time
|
boolean |
initialization() |
void |
nextStep(double t,
double dt,
DynamicSimuMethod method)
implement the nextStep simulation function
|
boolean |
performSimulation()
Perform dynamic simulation
|
void |
setOutPutPerSteps(int outPerSteps) |
void |
setSimuTime(double t) |
boolean |
solveDEqnStep(boolean updateTime)
Perform One Step of solving the dynamic differential equation
|
static final java.lang.String copyright
boolean initialization()
boolean performSimulation()
void beforeStep(double t)
throws DStabSimuException
DStabSimuExceptionvoid nextStep(double t,
double dt,
DynamicSimuMethod method)
throws DStabSimuException
DStabSimuExceptionvoid afterStep(double t)
throws DStabSimuException
DStabSimuExceptionboolean solveDEqnStep(boolean updateTime)
double getSimuTime()
void setSimuTime(double t)
int getOutPutPerSteps()
void setOutPutPerSteps(int outPerSteps)