Lines Matching refs:cjmpL

257     PetscScalar      *cjmpL, *cjmpR;  in FVRHSFunction_3WaySplit()  local
262 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunction_3WaySplit()
269 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunction_3WaySplit()
278 (*ctx->limit3)(&info, cjmpL, cjmpR, ctx->sm, ctx->mf, ctx->fm, ctx->ms, i, ctx->cslope); in FVRHSFunction_3WaySplit()
428 PetscScalar *cjmpL, *cjmpR; in FVRHSFunctionslow_3WaySplit() local
434 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionslow_3WaySplit()
441 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunctionslow_3WaySplit()
450 (*ctx->limit3)(&info, cjmpL, cjmpR, ctx->sm, ctx->mf, ctx->fm, ctx->ms, i, ctx->cslope); in FVRHSFunctionslow_3WaySplit()
558 PetscScalar *cjmpL, *cjmpR; in FVRHSFunctionslowbuffer_3WaySplit() local
564 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionslowbuffer_3WaySplit()
571 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunctionslowbuffer_3WaySplit()
580 (*ctx->limit3)(&info, cjmpL, cjmpR, ctx->sm, ctx->mf, ctx->fm, ctx->ms, i, ctx->cslope); in FVRHSFunctionslowbuffer_3WaySplit()
707 PetscScalar *cjmpL, *cjmpR; in FVRHSFunctionmedium_3WaySplit() local
713 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionmedium_3WaySplit()
720 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunctionmedium_3WaySplit()
729 (*ctx->limit3)(&info, cjmpL, cjmpR, ctx->sm, ctx->mf, ctx->fm, ctx->ms, i, ctx->cslope); in FVRHSFunctionmedium_3WaySplit()
855 PetscScalar *cjmpL, *cjmpR; in FVRHSFunctionmediumbuffer_3WaySplit() local
861 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionmediumbuffer_3WaySplit()
868 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunctionmediumbuffer_3WaySplit()
877 (*ctx->limit3)(&info, cjmpL, cjmpR, ctx->sm, ctx->mf, ctx->fm, ctx->ms, i, ctx->cslope); in FVRHSFunctionmediumbuffer_3WaySplit()
1004 PetscScalar *cjmpL, *cjmpR; in FVRHSFunctionfast_3WaySplit() local
1008 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionfast_3WaySplit()
1015 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunctionfast_3WaySplit()
1024 (*ctx->limit3)(&info, cjmpL, cjmpR, ctx->sm, ctx->mf, ctx->fm, ctx->ms, i, ctx->cslope); in FVRHSFunctionfast_3WaySplit()