|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.spaceroots.rkcheck.RungeKuttaMethod
This class represents a Runge-Kutta method.
It is a simple placeholder for the various Butcher arrays, it does not provide any active methods.
| Constructor Summary | |
RungeKuttaMethod()
Simple constructor. |
|
| Method Summary | |
QuadraticSurd[] |
getErrorWeights()
Get the error weights table. |
QuadraticSurd[] |
getEstimationWeights()
Get the estimation weights table. |
QuadraticSurd[][] |
getInternalWeights()
Get the internal weights table. |
java.lang.String |
getName()
Get the name of the method. |
QuadraticSurd[] |
getTimeSteps()
Get the time steps table. |
void |
setErrorWeights(QuadraticSurd[] errorWeights)
Set the error weights table. |
void |
setEstimationWeights(QuadraticSurd[] estimationWeights)
Set the estimation weights table. |
void |
setInternalWeights(QuadraticSurd[][] internalWeights)
Set the internal weights table. |
void |
setName(java.lang.String name)
Set the name of the method. |
void |
setTimeSteps(QuadraticSurd[] timeSteps)
Set the time steps table. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RungeKuttaMethod()
Build a non-initialized Runge-Kutta method
| Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
public QuadraticSurd[] getTimeSteps()
public void setTimeSteps(QuadraticSurd[] timeSteps)
timeSteps - time steps tablepublic QuadraticSurd[][] getInternalWeights()
public void setInternalWeights(QuadraticSurd[][] internalWeights)
internalWeights - internal weights tablepublic QuadraticSurd[] getEstimationWeights()
public void setEstimationWeights(QuadraticSurd[] estimationWeights)
estimationWeights - estimation weights tablepublic QuadraticSurd[] getErrorWeights()
public void setErrorWeights(QuadraticSurd[] errorWeights)
errorWeights - error weights table
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||