Lines Matching refs:jmpL
618 PetscScalar jmpL, jmpR; in FVRHSFunction_2WaySplit() local
619 jmpL = x[(i + 0) * dof + j] - x[(i - 1) * dof + j]; in FVRHSFunction_2WaySplit()
622 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunction_2WaySplit()
791 PetscScalar jmpL, jmpR; in FVRHSFunctionslow_2WaySplit() local
792 jmpL = x[(i + 0) * dof + j] - x[(i - 1) * dof + j]; in FVRHSFunctionslow_2WaySplit()
795 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunctionslow_2WaySplit()
942 PetscScalar jmpL, jmpR; in FVRHSFunctionslowbuffer_2WaySplit() local
943 jmpL = x[(i + 0) * dof + j] - x[(i - 1) * dof + j]; in FVRHSFunctionslowbuffer_2WaySplit()
946 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunctionslowbuffer_2WaySplit()
1111 PetscScalar jmpL, jmpR; in FVRHSFunctionfast_2WaySplit() local
1112 jmpL = x[(i + 0) * dof + j] - x[(i - 1) * dof + j]; in FVRHSFunctionfast_2WaySplit()
1115 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunctionfast_2WaySplit()