Lines Matching refs:fs
71 PetscInt sf, fs; /* slow-fast and fast-slow interfaces */ member
172 PetscInt i, j, Mx, dof, xs, xm, sf = ctx->sf, fs = ctx->fs; in FVRHSFunction() local
204 if (i < sf || i > fs + 1) { in FVRHSFunction()
253 } else if (i > sf + 1 && i < fs) { in FVRHSFunction()
269 } else if (i == fs) { in FVRHSFunction()
285 } else if (i == fs + 1) { in FVRHSFunction()
321 PetscInt i, j, Mx, dof, xs, xm, islow = 0, sf = ctx->sf, fs = ctx->fs; in FVRHSFunctionslow() local
383 } else if (i == fs) { in FVRHSFunctionslow()
397 } else if (i == fs + 1) { in FVRHSFunctionslow()
414 } else if (i > fs + 1) { in FVRHSFunctionslow()
443 PetscInt i, j, Mx, dof, xs, xm, ifast = 0, sf = ctx->sf, fs = ctx->fs; in FVRHSFunctionfast() local
506 } else if (i > sf + 1 && i < fs) { in FVRHSFunctionfast()
523 } else if (i == fs) { in FVRHSFunctionfast()
732 ctx.fs = ctx.sf + count_fast; in main()
779 if (i < ctx.sf || i > ctx.fs - 1) { in main()