Lines Matching refs:jmpR
618 PetscScalar jmpL, jmpR; in FVRHSFunction_2WaySplit() local
620 jmpR = x[(i + 1) * dof + j] - x[(i + 0) * dof + j]; in FVRHSFunction_2WaySplit()
623 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; in FVRHSFunction_2WaySplit()
791 PetscScalar jmpL, jmpR; in FVRHSFunctionslow_2WaySplit() local
793 jmpR = x[(i + 1) * dof + j] - x[(i + 0) * dof + j]; in FVRHSFunctionslow_2WaySplit()
796 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; in FVRHSFunctionslow_2WaySplit()
942 PetscScalar jmpL, jmpR; in FVRHSFunctionslowbuffer_2WaySplit() local
944 jmpR = x[(i + 1) * dof + j] - x[(i + 0) * dof + j]; in FVRHSFunctionslowbuffer_2WaySplit()
947 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; in FVRHSFunctionslowbuffer_2WaySplit()
1111 PetscScalar jmpL, jmpR; in FVRHSFunctionfast_2WaySplit() local
1113 jmpR = x[(i + 1) * dof + j] - x[(i + 0) * dof + j]; in FVRHSFunctionfast_2WaySplit()
1116 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; in FVRHSFunctionfast_2WaySplit()