Lines Matching refs:jmpL
229 PetscScalar jmpL, jmpR; in FVRHSFunctionslow() local
230 jmpL = x[(i + 0) * dof + j] - x[(i - 1) * dof + j]; in FVRHSFunctionslow()
233 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunctionslow()
332 PetscScalar jmpL, jmpR; in FVRHSFunctionfast() local
333 jmpL = x[(i + 0) * dof + j] - x[(i - 1) * dof + j]; in FVRHSFunctionfast()
336 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunctionfast()
433 PetscScalar jmpL, jmpR; in FVRHSFunctionslow2() local
434 jmpL = x[(i + 0) * dof + j] - x[(i - 1) * dof + j]; in FVRHSFunctionslow2()
437 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunctionslow2()
549 PetscScalar jmpL, jmpR; in FVRHSFunctionfast2() local
550 jmpL = x[(i + 0) * dof + j] - x[(i - 1) * dof + j]; in FVRHSFunctionfast2()
553 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunctionfast2()