Lines Matching refs:cjmpR
220 PetscScalar *cjmpL, *cjmpR; in FVRHSFunctionslow() local
227 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionslow()
234 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; in FVRHSFunctionslow()
240 (*ctx->limit)(&info, cjmpL, cjmpR, ctx->cslope); in FVRHSFunctionslow()
325 PetscScalar *cjmpL, *cjmpR; in FVRHSFunctionfast() local
330 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionfast()
337 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; in FVRHSFunctionfast()
343 (*ctx->limit)(&info, cjmpL, cjmpR, ctx->cslope); in FVRHSFunctionfast()
426 PetscScalar *cjmpL, *cjmpR; in FVRHSFunctionslow2() local
431 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionslow2()
438 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; in FVRHSFunctionslow2()
444 (*ctx->limit)(&info, cjmpL, cjmpR, ctx->cslope); in FVRHSFunctionslow2()
542 PetscScalar *cjmpL, *cjmpR; in FVRHSFunctionfast2() local
547 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionfast2()
554 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; in FVRHSFunctionfast2()
560 (*ctx->limit)(&info, cjmpL, cjmpR, ctx->cslope); in FVRHSFunctionfast2()