Lines Matching refs:RHSFunction
46 PetscErrorCode (*RHSFunction)(TS, PetscReal, Vec, Vec, void *); variable
1035 RHSFunction = RHSFunction_Hull1972A1; in Initialize()
1041 RHSFunction = RHSFunction_Hull1972A2; in Initialize()
1047 RHSFunction = RHSFunction_Hull1972A3; in Initialize()
1053 RHSFunction = RHSFunction_Hull1972A4; in Initialize()
1059 RHSFunction = RHSFunction_Hull1972A5; in Initialize()
1066 RHSFunction = RHSFunction_Hull1972B1; in Initialize()
1073 RHSFunction = RHSFunction_Hull1972B2; in Initialize()
1080 RHSFunction = RHSFunction_Hull1972B3; in Initialize()
1087 RHSFunction = RHSFunction_Hull1972B4; in Initialize()
1094 RHSFunction = RHSFunction_Hull1972B5; in Initialize()
1103 RHSFunction = RHSFunction_Kulikov2013I; in Initialize()
1109 RHSFunction = RHSFunction_Hull1972C1; in Initialize()
1114 RHSFunction = RHSFunction_Hull1972C2; in Initialize()
1119 RHSFunction = RHSFunction_Hull1972C34; in Initialize()
1211 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunction, &ptype[0])); in SolveODE()