Lines Matching refs:cjmpLR
225 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunctionslow()
226 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionslow()
227 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionslow()
328 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunctionfast()
329 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionfast()
330 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionfast()
429 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunctionslow2()
430 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionslow2()
431 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionslow2()
545 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunctionfast2()
546 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionfast2()
547 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionfast2()
696 …PetscCall(PetscMalloc4(dof * dof, &ctx.R, dof * dof, &ctx.Rinv, 2 * dof, &ctx.cjmpLR, 1 * dof, &ct… in main()
819 PetscCall(PetscFree4(ctx.R, ctx.Rinv, ctx.cjmpLR, ctx.cslope)); in main()