Lines Matching refs:cjmpLR
245 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunction_2WaySplit()
246 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunction_2WaySplit()
247 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunction_2WaySplit()
394 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunctionslow_2WaySplit()
395 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionslow_2WaySplit()
396 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionslow_2WaySplit()
521 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunctionslowbuffer_2WaySplit()
522 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionslowbuffer_2WaySplit()
523 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionslowbuffer_2WaySplit()
666 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunctionfast_2WaySplit()
667 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionfast_2WaySplit()
668 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionfast_2WaySplit()
816 …PetscCall(PetscMalloc4(dof * dof, &ctx.R, dof * dof, &ctx.Rinv, 2 * dof, &ctx.cjmpLR, 1 * dof, &ct… in main()
968 PetscCall(PetscFree4(ctx.R, ctx.Rinv, ctx.cjmpLR, ctx.cslope)); in main()