|
TransferFD |
Accueil Précédent Suivant |
C/C++ declaration
long __stdcall TransferFD(long Handle, double* V0, double* V1, double* V2, double* V3, int Index, double PrecDF, TTransfer Style);long __stdcall GenericTransfer(long Handle, double* V0,
Pascal declaration
function TransferFD(AHandle: LongInt; V0, V1, V2, V3: PArrayOfReal; Index: Integer; PrecDF: NReal; Style: TTransfer): LongInt;
Transfer through the model. The actual transfer depends upon the style.
First abd second order differentiation are performed by finit difference.
IN → Handle : Model handle.
IN/OUT → V0, V1, V2, V3 : Data tables for input and output.
IN → Index : depends on style
IN →Style
Return → 0 if computation OK
< 0 if invalid handle
> 0 if computation error during transfer.
Remark : Size can be checked with GetInfo function. The user is responsiblen of giving enough room to store the resulting data.