Lines Matching defs:farg2

248 SWIGEXPORT int _wrap_FIDAInit(void *farg1, IDAResFn farg2, double const *farg3, N_Vector farg4, N_V…  in _wrap_FIDAInit()
268 SWIGEXPORT int _wrap_FIDAReInit(void *farg1, double const *farg2, N_Vector farg3, N_Vector farg4) { in _wrap_FIDAReInit()
286 SWIGEXPORT int _wrap_FIDASStolerances(void *farg1, double const *farg2, double const *farg3) { in _wrap_FIDASStolerances()
302 SWIGEXPORT int _wrap_FIDASVtolerances(void *farg1, double const *farg2, N_Vector farg3) { in _wrap_FIDASVtolerances()
318 SWIGEXPORT int _wrap_FIDAWFtolerances(void *farg1, IDAEwtFn farg2) { in _wrap_FIDAWFtolerances()
332 SWIGEXPORT int _wrap_FIDACalcIC(void *farg1, int const *farg2, double const *farg3) { in _wrap_FIDACalcIC()
348 SWIGEXPORT int _wrap_FIDASetNonlinConvCoefIC(void *farg1, double const *farg2) { in _wrap_FIDASetNonlinConvCoefIC()
362 SWIGEXPORT int _wrap_FIDASetMaxNumStepsIC(void *farg1, int const *farg2) { in _wrap_FIDASetMaxNumStepsIC()
376 SWIGEXPORT int _wrap_FIDASetMaxNumJacsIC(void *farg1, int const *farg2) { in _wrap_FIDASetMaxNumJacsIC()
390 SWIGEXPORT int _wrap_FIDASetMaxNumItersIC(void *farg1, int const *farg2) { in _wrap_FIDASetMaxNumItersIC()
404 SWIGEXPORT int _wrap_FIDASetLineSearchOffIC(void *farg1, int const *farg2) { in _wrap_FIDASetLineSearchOffIC()
418 SWIGEXPORT int _wrap_FIDASetStepToleranceIC(void *farg1, double const *farg2) { in _wrap_FIDASetStepToleranceIC()
432 SWIGEXPORT int _wrap_FIDASetMaxBacksIC(void *farg1, int const *farg2) { in _wrap_FIDASetMaxBacksIC()
446 SWIGEXPORT int _wrap_FIDASetErrHandlerFn(void *farg1, IDAErrHandlerFn farg2, void *farg3) { in _wrap_FIDASetErrHandlerFn()
462 SWIGEXPORT int _wrap_FIDASetErrFile(void *farg1, void *farg2) { in _wrap_FIDASetErrFile()
476 SWIGEXPORT int _wrap_FIDASetUserData(void *farg1, void *farg2) { in _wrap_FIDASetUserData()
490 SWIGEXPORT int _wrap_FIDASetMaxOrd(void *farg1, int const *farg2) { in _wrap_FIDASetMaxOrd()
504 SWIGEXPORT int _wrap_FIDASetMaxNumSteps(void *farg1, long const *farg2) { in _wrap_FIDASetMaxNumSteps()
518 SWIGEXPORT int _wrap_FIDASetInitStep(void *farg1, double const *farg2) { in _wrap_FIDASetInitStep()
532 SWIGEXPORT int _wrap_FIDASetMaxStep(void *farg1, double const *farg2) { in _wrap_FIDASetMaxStep()
546 SWIGEXPORT int _wrap_FIDASetStopTime(void *farg1, double const *farg2) { in _wrap_FIDASetStopTime()
560 SWIGEXPORT int _wrap_FIDASetNonlinConvCoef(void *farg1, double const *farg2) { in _wrap_FIDASetNonlinConvCoef()
574 SWIGEXPORT int _wrap_FIDASetMaxErrTestFails(void *farg1, int const *farg2) { in _wrap_FIDASetMaxErrTestFails()
588 SWIGEXPORT int _wrap_FIDASetMaxNonlinIters(void *farg1, int const *farg2) { in _wrap_FIDASetMaxNonlinIters()
602 SWIGEXPORT int _wrap_FIDASetMaxConvFails(void *farg1, int const *farg2) { in _wrap_FIDASetMaxConvFails()
616 SWIGEXPORT int _wrap_FIDASetSuppressAlg(void *farg1, int const *farg2) { in _wrap_FIDASetSuppressAlg()
630 SWIGEXPORT int _wrap_FIDASetId(void *farg1, N_Vector farg2) { in _wrap_FIDASetId()
644 SWIGEXPORT int _wrap_FIDASetConstraints(void *farg1, N_Vector farg2) { in _wrap_FIDASetConstraints()
658 SWIGEXPORT int _wrap_FIDASetNonlinearSolver(void *farg1, SUNNonlinearSolver farg2) { in _wrap_FIDASetNonlinearSolver()
672 SWIGEXPORT int _wrap_FIDARootInit(void *farg1, int const *farg2, IDARootFn farg3) { in _wrap_FIDARootInit()
688 SWIGEXPORT int _wrap_FIDASetRootDirection(void *farg1, int *farg2) { in _wrap_FIDASetRootDirection()
714 SWIGEXPORT int _wrap_FIDASolve(void *farg1, double const *farg2, double *farg3, N_Vector farg4, N_V… in _wrap_FIDASolve()
736 SWIGEXPORT int _wrap_FIDAComputeY(void *farg1, N_Vector farg2, N_Vector farg3) { in _wrap_FIDAComputeY()
752 SWIGEXPORT int _wrap_FIDAComputeYp(void *farg1, N_Vector farg2, N_Vector farg3) { in _wrap_FIDAComputeYp()
768 SWIGEXPORT int _wrap_FIDAGetDky(void *farg1, double const *farg2, int const *farg3, N_Vector farg4)… in _wrap_FIDAGetDky()
786 SWIGEXPORT int _wrap_FIDAGetWorkSpace(void *farg1, long *farg2, long *farg3) { in _wrap_FIDAGetWorkSpace()
802 SWIGEXPORT int _wrap_FIDAGetNumSteps(void *farg1, long *farg2) { in _wrap_FIDAGetNumSteps()
816 SWIGEXPORT int _wrap_FIDAGetNumResEvals(void *farg1, long *farg2) { in _wrap_FIDAGetNumResEvals()
830 SWIGEXPORT int _wrap_FIDAGetNumLinSolvSetups(void *farg1, long *farg2) { in _wrap_FIDAGetNumLinSolvSetups()
844 SWIGEXPORT int _wrap_FIDAGetNumErrTestFails(void *farg1, long *farg2) { in _wrap_FIDAGetNumErrTestFails()
858 SWIGEXPORT int _wrap_FIDAGetNumBacktrackOps(void *farg1, long *farg2) { in _wrap_FIDAGetNumBacktrackOps()
872 SWIGEXPORT int _wrap_FIDAGetConsistentIC(void *farg1, N_Vector farg2, N_Vector farg3) { in _wrap_FIDAGetConsistentIC()
888 SWIGEXPORT int _wrap_FIDAGetLastOrder(void *farg1, int *farg2) { in _wrap_FIDAGetLastOrder()
902 SWIGEXPORT int _wrap_FIDAGetCurrentOrder(void *farg1, int *farg2) { in _wrap_FIDAGetCurrentOrder()
916 SWIGEXPORT int _wrap_FIDAGetCurrentCj(void *farg1, double *farg2) { in _wrap_FIDAGetCurrentCj()
930 SWIGEXPORT int _wrap_FIDAGetCurrentY(void *farg1, void *farg2) { in _wrap_FIDAGetCurrentY()
944 SWIGEXPORT int _wrap_FIDAGetCurrentYp(void *farg1, void *farg2) { in _wrap_FIDAGetCurrentYp()
958 SWIGEXPORT int _wrap_FIDAGetActualInitStep(void *farg1, double *farg2) { in _wrap_FIDAGetActualInitStep()
972 SWIGEXPORT int _wrap_FIDAGetLastStep(void *farg1, double *farg2) { in _wrap_FIDAGetLastStep()
986 SWIGEXPORT int _wrap_FIDAGetCurrentStep(void *farg1, double *farg2) { in _wrap_FIDAGetCurrentStep()
1000 SWIGEXPORT int _wrap_FIDAGetCurrentTime(void *farg1, double *farg2) { in _wrap_FIDAGetCurrentTime()
1014 SWIGEXPORT int _wrap_FIDAGetTolScaleFactor(void *farg1, double *farg2) { in _wrap_FIDAGetTolScaleFactor()
1028 SWIGEXPORT int _wrap_FIDAGetErrWeights(void *farg1, N_Vector farg2) { in _wrap_FIDAGetErrWeights()
1042 SWIGEXPORT int _wrap_FIDAGetEstLocalErrors(void *farg1, N_Vector farg2) { in _wrap_FIDAGetEstLocalErrors()
1056 SWIGEXPORT int _wrap_FIDAGetNumGEvals(void *farg1, long *farg2) { in _wrap_FIDAGetNumGEvals()
1070 SWIGEXPORT int _wrap_FIDAGetRootInfo(void *farg1, int *farg2) { in _wrap_FIDAGetRootInfo()
1084 SWIGEXPORT int _wrap_FIDAGetIntegratorStats(void *farg1, long *farg2, long *farg3, long *farg4, lon… in _wrap_FIDAGetIntegratorStats()
1116 SWIGEXPORT int _wrap_FIDAGetNonlinearSystemData(void *farg1, double *farg2, void *farg3, void *farg… in _wrap_FIDAGetNonlinearSystemData()
1144 SWIGEXPORT int _wrap_FIDAGetNumNonlinSolvIters(void *farg1, long *farg2) { in _wrap_FIDAGetNumNonlinSolvIters()
1158 SWIGEXPORT int _wrap_FIDAGetNumNonlinSolvConvFails(void *farg1, long *farg2) { in _wrap_FIDAGetNumNonlinSolvConvFails()
1172 SWIGEXPORT int _wrap_FIDAGetNonlinSolvStats(void *farg1, long *farg2, long *farg3) { in _wrap_FIDAGetNonlinSolvStats()
1209 SWIGEXPORT int _wrap_FIDASetJacTimesResFn(void *farg1, IDAResFn farg2) { in _wrap_FIDASetJacTimesResFn()
1223 SWIGEXPORT int _wrap_FIDABBDPrecInit(void *farg1, int64_t const *farg2, int64_t const *farg3, int64… in _wrap_FIDABBDPrecInit()
1251 SWIGEXPORT int _wrap_FIDABBDPrecReInit(void *farg1, int64_t const *farg2, int64_t const *farg3, dou… in _wrap_FIDABBDPrecReInit()
1269 SWIGEXPORT int _wrap_FIDABBDPrecGetWorkSpace(void *farg1, long *farg2, long *farg3) { in _wrap_FIDABBDPrecGetWorkSpace()
1285 SWIGEXPORT int _wrap_FIDABBDPrecGetNumGfnEvals(void *farg1, long *farg2) { in _wrap_FIDABBDPrecGetNumGfnEvals()
1299 SWIGEXPORT int _wrap_FIDASetLinearSolver(void *farg1, SUNLinearSolver farg2, SUNMatrix farg3) { in _wrap_FIDASetLinearSolver()
1315 SWIGEXPORT int _wrap_FIDASetJacFn(void *farg1, IDALsJacFn farg2) { in _wrap_FIDASetJacFn()
1329 SWIGEXPORT int _wrap_FIDASetPreconditioner(void *farg1, IDALsPrecSetupFn farg2, IDALsPrecSolveFn fa… in _wrap_FIDASetPreconditioner()
1345 SWIGEXPORT int _wrap_FIDASetJacTimes(void *farg1, IDALsJacTimesSetupFn farg2, IDALsJacTimesVecFn fa… in _wrap_FIDASetJacTimes()
1361 SWIGEXPORT int _wrap_FIDASetEpsLin(void *farg1, double const *farg2) { in _wrap_FIDASetEpsLin()
1375 SWIGEXPORT int _wrap_FIDASetLSNormFactor(void *farg1, double const *farg2) { in _wrap_FIDASetLSNormFactor()
1389 SWIGEXPORT int _wrap_FIDASetLinearSolutionScaling(void *farg1, int const *farg2) { in _wrap_FIDASetLinearSolutionScaling()
1403 SWIGEXPORT int _wrap_FIDASetIncrementFactor(void *farg1, double const *farg2) { in _wrap_FIDASetIncrementFactor()
1417 SWIGEXPORT int _wrap_FIDAGetLinWorkSpace(void *farg1, long *farg2, long *farg3) { in _wrap_FIDAGetLinWorkSpace()
1433 SWIGEXPORT int _wrap_FIDAGetNumJacEvals(void *farg1, long *farg2) { in _wrap_FIDAGetNumJacEvals()
1447 SWIGEXPORT int _wrap_FIDAGetNumPrecEvals(void *farg1, long *farg2) { in _wrap_FIDAGetNumPrecEvals()
1461 SWIGEXPORT int _wrap_FIDAGetNumPrecSolves(void *farg1, long *farg2) { in _wrap_FIDAGetNumPrecSolves()
1475 SWIGEXPORT int _wrap_FIDAGetNumLinIters(void *farg1, long *farg2) { in _wrap_FIDAGetNumLinIters()
1489 SWIGEXPORT int _wrap_FIDAGetNumLinConvFails(void *farg1, long *farg2) { in _wrap_FIDAGetNumLinConvFails()
1503 SWIGEXPORT int _wrap_FIDAGetNumJTSetupEvals(void *farg1, long *farg2) { in _wrap_FIDAGetNumJTSetupEvals()
1517 SWIGEXPORT int _wrap_FIDAGetNumJtimesEvals(void *farg1, long *farg2) { in _wrap_FIDAGetNumJtimesEvals()
1531 SWIGEXPORT int _wrap_FIDAGetNumLinResEvals(void *farg1, long *farg2) { in _wrap_FIDAGetNumLinResEvals()
1545 SWIGEXPORT int _wrap_FIDAGetLastLinFlag(void *farg1, long *farg2) { in _wrap_FIDAGetLastLinFlag()