Lines Matching refs:jmpR
265 PetscScalar jmpL, jmpR; in FVRHSFunction_3WaySplit() local
267 jmpR = x[(i + 1) * dof + j] - x[(i + 0) * dof + j]; in FVRHSFunction_3WaySplit()
270 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; in FVRHSFunction_3WaySplit()
437 PetscScalar jmpL, jmpR; in FVRHSFunctionslow_3WaySplit() local
439 jmpR = x[(i + 1) * dof + j] - x[(i + 0) * dof + j]; in FVRHSFunctionslow_3WaySplit()
442 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; in FVRHSFunctionslow_3WaySplit()
567 PetscScalar jmpL, jmpR; in FVRHSFunctionslowbuffer_3WaySplit() local
569 jmpR = x[(i + 1) * dof + j] - x[(i + 0) * dof + j]; in FVRHSFunctionslowbuffer_3WaySplit()
572 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; in FVRHSFunctionslowbuffer_3WaySplit()
716 PetscScalar jmpL, jmpR; in FVRHSFunctionmedium_3WaySplit() local
718 jmpR = x[(i + 1) * dof + j] - x[(i + 0) * dof + j]; in FVRHSFunctionmedium_3WaySplit()
721 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; in FVRHSFunctionmedium_3WaySplit()
864 PetscScalar jmpL, jmpR; in FVRHSFunctionmediumbuffer_3WaySplit() local
866 jmpR = x[(i + 1) * dof + j] - x[(i + 0) * dof + j]; in FVRHSFunctionmediumbuffer_3WaySplit()
869 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; in FVRHSFunctionmediumbuffer_3WaySplit()
1011 PetscScalar jmpL, jmpR; in FVRHSFunctionfast_3WaySplit() local
1013 jmpR = x[(i + 1) * dof + j] - x[(i + 0) * dof + j]; in FVRHSFunctionfast_3WaySplit()
1016 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; in FVRHSFunctionfast_3WaySplit()