Lines Matching refs:cjmpLR
614 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunction_2WaySplit()
615 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunction_2WaySplit()
616 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunction_2WaySplit()
787 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunctionslow_2WaySplit()
788 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionslow_2WaySplit()
789 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionslow_2WaySplit()
938 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunctionslowbuffer_2WaySplit()
939 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionslowbuffer_2WaySplit()
940 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionslowbuffer_2WaySplit()
1107 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunctionfast_2WaySplit()
1108 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionfast_2WaySplit()
1109 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionfast_2WaySplit()
1263 …PetscCall(PetscMalloc4(dof * dof, &ctx.R, dof * dof, &ctx.Rinv, 2 * dof, &ctx.cjmpLR, 1 * dof, &ct… in main()
1413 PetscCall(PetscFree4(ctx.R, ctx.Rinv, ctx.cjmpLR, ctx.cslope)); in main()