Lines Matching refs:cjmpLR
261 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunction_3WaySplit()
262 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunction_3WaySplit()
263 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunction_3WaySplit()
433 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunctionslow_3WaySplit()
434 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionslow_3WaySplit()
435 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionslow_3WaySplit()
563 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunctionslowbuffer_3WaySplit()
564 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionslowbuffer_3WaySplit()
565 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionslowbuffer_3WaySplit()
712 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunctionmedium_3WaySplit()
713 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionmedium_3WaySplit()
714 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionmedium_3WaySplit()
860 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunctionmediumbuffer_3WaySplit()
861 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionmediumbuffer_3WaySplit()
862 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionmediumbuffer_3WaySplit()
1007 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunctionfast_3WaySplit()
1008 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionfast_3WaySplit()
1009 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionfast_3WaySplit()
1158 …PetscCall(PetscMalloc4(dof * dof, &ctx.R, dof * dof, &ctx.Rinv, 2 * dof, &ctx.cjmpLR, 1 * dof, &ct… in main()
1338 PetscCall(PetscFree4(ctx.R, ctx.Rinv, ctx.cjmpLR, ctx.cslope)); in main()