CATEGORII DOCUMENTE |
Asp | Autocad | C | Dot net | Excel | Fox pro | Html | Java |
Linux | Mathcad | Photoshop | Php | Sql | Visual studio | Windows | Xml |
Table 9 lists the output functions. These functions are used to return the value of the states at each of the requested output times, or the current value of the integrator.
Table 9 Integrator Output Functions.
Function |
Description |
GetTCurr |
Returns the current integration time. |
GetTOut |
Returns the current list of output times. |
GetRequestedTOut |
Returns the list of requested output times. |
GetYCurr |
Returns the current value of the integrator states at time TCurr. |
GetYOut |
Returns the state vector at each of the times in GetTOut. |
t = pInteg->GetTCurr();
None.
Type |
Description |
double |
Current time in the integrator. |
This function returns the time to which the integrator has currently integrated.
cvT = pInteg->GetTOut();
None.
Type |
Description |
colvec |
All of the logged output times. |
This function returns a list of all the output times that have been logged by the integrator. There should be one corresponding state vector for each of these times.
cvT = pInteg->GetRequestedTOut();
None.
Type |
Description |
colvec |
All of the requested output times that the integrator has received. |
This routine returns a vector containing all of the requested output times that the integrator has or will process. It is mainly used to check the validity of the input.
cvY = pInteg->GetYCurr();
None.
Type |
Description |
colvec |
Current state vector in the integrator. |
This function returns the current estimate of the solution for the current time (returned by GetTCurr( ).
mxY = pInteg->GetYOut();
None.
Type |
Description |
matrix |
Values of the state vector at each of the requested output times processed so far. |
This function returns a matrix with all of the logged output values of the state vector. Each column of the matrix is a column vector with the computed state values at each of the requested output times that have been logged so far. This matrix will be empty if you have turned off output logging.
Politica de confidentialitate | Termeni si conditii de utilizare |
Vizualizari: 647
Importanta:
Termeni si conditii de utilizare | Contact
© SCRIGROUP 2024 . All rights reserved