CATEGORII DOCUMENTE |
Asp | Autocad | C | Dot net | Excel | Fox pro | Html | Java |
Linux | Mathcad | Photoshop | Php | Sql | Visual studio | Windows | Xml |
Table 19 lists the functions which allow you to reset specific error states. Most errors are cleared automatically when you supply the correct input; some however must be manually cleared.
Table 19. Functions to Reset Specific Error States.
Function |
Description |
ClearH0TooLateFlag |
Clears the error if the step size was altered after integration started. |
ClearT0TooLateFlag |
Clears the error if the initial time was altered after integration started. |
ClearTOutTooLateFlag |
Clears the error if the requested output times were altered after integration started. |
ClearICsTooLateFlag |
Clears the error if the initial conditions were altered after integration started. |
ClearIllegalInputFlags |
Clears all illegal input flags. |
ClearStepSizeTooSmallError |
Clears the error if the step size has gotten too small (<hmin). |
ClearTooMuchAccuracyError |
Clears the error if too much accuracy is requested. |
ClearStepSizeControlError |
Clears the error set if you try to change step size control after integration has started. |
pInteg->ClearH0TooLateFlag();
None.
None.
This function clears the flag set when you try to set h0 after integration has started.
pInteg->ClearT0TooLateFlag();
None.
None.
This function clears the flag set when you try to set t0 after integration has started.
pInteg->ClearTOutTooLateFlag();
None.
None.
This function clears the flag set when you try to set the requested output times after integration has started.
pInteg->ClearICsTooLateFlag();
None.
None.
This function clears the flag set when you try to set the initial conditions after integration has started.
pInteg->ClearIllegalInputFlags();
None.
None.
This function clears every illegal input flag that has been set.
pInteg->ClearStepSizeTooSmallError();
None.
None.
This function clears the error set when the step size is set smaller than the minimum allowed.
pInteg->ClearTooMuchAccuracyError();
None.
None.
This function clears the error set when the error tolerance cannot be met even when using the minimum step size.
pInteg->ClearStepSizeControlError();
None.
None.
This function clears the error set when you try to change the step size selection strategy (fixed versus variable) after integration has started.
Politica de confidentialitate | Termeni si conditii de utilizare |
Vizualizari: 537
Importanta:
Termeni si conditii de utilizare | Contact
© SCRIGROUP 2024 . All rights reserved