You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
99: "IDA_WARNING: IDASolve succeeded but an unusual situation occurred.",
1013
-
2: "IDA_ROOT_RETURN: IDASolve succeeded and found one or more roots.",
1014
-
1: "IDA_TSTOP_RETURN: IDASolve succeeded by reaching the specified stopping point.",
1015
-
0: "IDA_SUCCESS: Successful function return.",
1016
-
-1: "IDA_TOO_MUCH_WORK: The solver took mxstep internal steps but could not reach tout.",
1017
-
-2: "IDA_TOO_MUCH_ACC: The solver could not satisfy the accuracy demanded by the user for some internal step.",
1018
-
-3: "IDA_ERR_FAIL: Error test failures occurred too many times during one internal time step or minimum step size was reached.",
1019
-
-4: "IDA_CONV_FAIL: Convergence test failures occurred too many times during one internal time step or minimum step size was reached.",
1020
-
-5: "IDA_LINIT_FAIL: The linear solver's initialization function failed.",
1021
-
-6: "IDA_LSETUP_FAIL: The linear solver's setup function failed in an unrecoverable manner.",
1022
-
-7: "IDA_LSOLVE_FAIL: The linear solver's solve function failed in an unrecoverable manner.",
1023
-
-8: "IDA_RES_FAIL: The user-provided residual function failed in an unrecoverable manner.",
1024
-
-9: "IDA_REP_RES_FAIL: The user-provided residual function repeatedly returned a recoverable error flag, but the solver was unable to recover.",
1025
-
-10: "IDA_RTFUNC_FAIL: The rootfinding function failed in an unrecoverable manner.",
1026
-
-11: "IDA_CONSTR_FAIL: The inequality constraints were violated and the solver was unable to recover.",
1027
-
-12: "IDA_FIRST_RES_FAIL: The user-provided residual function failed recoverably on the first call.",
1028
-
-13: "IDA_LINESEARCH_FAIL: The line search failed.",
1029
-
-14: "IDA_NO_RECOVERY: The residual function, linear solver setup function, or linear solver solve function had a recoverable failure, but IDACalcIC could not recover.",
1030
-
-15: "IDA_NLS_INIT_FAIL: The nonlinear solver's init routine failed.",
1031
-
-16: "IDA_NLS_SETUP_FAIL: The nonlinear solver's setup routine failed.",
1032
-
-20: "IDA_MEM_NULL: The ida mem argument was NULL.",
1033
-
-21: "IDA_MEM_FAIL: A memory allocation failed.",
1034
-
-22: "IDA_ILL_INPUT: One of the function inputs is illegal.",
1035
-
-23: "IDA_NO_MALLOC: The ida memory was not allocated by a call to IDAInit.",
1036
-
-24: "IDA_BAD_EWT: Zero value of some error weight component.",
1037
-
-25: "IDA_BAD_K: The k-th derivative is not available.",
1038
-
-26: "IDA_BAD_T: The time t is outside the last step taken.",
1039
-
-27: "IDA_BAD_DKY: The vector argument where derivative should be stored is NULL.",
0 commit comments