Lines Matching refs:cjmpL
220 PetscScalar *cjmpL, *cjmpR; in FVRHSFunctionslow() local
226 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionslow()
233 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunctionslow()
240 (*ctx->limit)(&info, cjmpL, cjmpR, ctx->cslope); in FVRHSFunctionslow()
325 PetscScalar *cjmpL, *cjmpR; in FVRHSFunctionfast() local
329 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionfast()
336 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunctionfast()
343 (*ctx->limit)(&info, cjmpL, cjmpR, ctx->cslope); in FVRHSFunctionfast()
426 PetscScalar *cjmpL, *cjmpR; in FVRHSFunctionslow2() local
430 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionslow2()
437 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunctionslow2()
444 (*ctx->limit)(&info, cjmpL, cjmpR, ctx->cslope); in FVRHSFunctionslow2()
542 PetscScalar *cjmpL, *cjmpR; in FVRHSFunctionfast2() local
546 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionfast2()
553 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunctionfast2()
560 (*ctx->limit)(&info, cjmpL, cjmpR, ctx->cslope); in FVRHSFunctionfast2()