! Description of *->PD starters & generators ! Starter & generator &callPD __pd(pd_Starter) _conti(CurveCont) ! Types of special points detectable along the cycle curve &types PD 0 PD - ! Names of classes of visible variables &names *Time *Phase Par Period Mult- TestPD- UserFunc- StdFunc- ! Data structures &dataPD __pd.h pd !starter _conti.h pd !generator ! Functional parameter to be passed to starter &stafuncs _bvpalg(bvp_Init) =(bvp_PrintVector) =(bvp_SetVectorElementFA) =(bvp_GetVectorElementFA) =(bvp_SetVectorElementFC) =(bvp_GetVectorElementFC) =(bvp_PrintMatrix) =(bvp_CreateMatrix) =(bvp_DestroyMatrix) =(bvp_CopyMatrix) =(bvp_ClearMatrix) =(bvp_GetRowNum) =(bvp_GetColNum) =(bvp_SetMatrixAElement) =(bvp_GetMatrixAElement) =(bvp_SetMatrixBElement) =(bvp_GetMatrixBElement) =(bvp_SetMatrixCElement) =(bvp_GetMatrixCElement) =(bvp_SetMatrixDElement) =(bvp_GetMatrixDElement) =(bvp_GetMatrixEElement) =(bvp_GetMatrixP0Element) =(bvp_GetMatrixP1Element) =(bvp_MultiplyMatrixVector) =(bvp_AppendMatrixVector) =(bvp_Solve) =(bvp_Decomp) =(bvp_NormOfVector) =(bvp_SingSolve) ! Functional parameter to be passed to generator &genfuncs _bvpalg(bvp_PrintVector) _linalg(CreateVector) =(DestroyVector) =(GetVectorDim) =(CopyVector) =(ScalProd) _bvpalg(bvp_NormOfVector) _linalg(NormalizeVector) =(AddScaledVector) =(CopyVectorElements) _bvpalg(bvp_PrintMatrix) =(bvp_CreateMatrix) =(bvp_DestroyMatrix) =(bvp_CopyMatrix) =(bvp_MultiplyMatrixVector) =(bvp_AppendMatrixVector) =(bvp_Solve) =(bvp_Decomp) ! Defining function &deffuncs __pd(pd_DefPD) =(pd_JacDefPD) ! Test functions &testfuncs __pd(pd_TestDummy) ! Proc Func &procfuncs __pd(pd_ProcDefault) =(pd_ProcDummy) ! Adapter &adapters __pd(pd_Adapter) ! Decoder &trans __pd(pd_Decoder)