Lines Matching refs:coors
121 PetscReal coors[4]; in VecView_MPI_Draw_DA2d() local
219 coors[0] = zctx.xmin - .05 * (zctx.xmax - zctx.xmin); in VecView_MPI_Draw_DA2d()
220 coors[1] = zctx.ymin - .05 * (zctx.ymax - zctx.ymin); in VecView_MPI_Draw_DA2d()
221 coors[2] = zctx.xmax + .05 * (zctx.xmax - zctx.xmin); in VecView_MPI_Draw_DA2d()
222 coors[3] = zctx.ymax + .05 * (zctx.ymax - zctx.ymin); in VecView_MPI_Draw_DA2d()
224 coors[0] = zctx.xmin; in VecView_MPI_Draw_DA2d()
225 coors[1] = zctx.ymin; in VecView_MPI_Draw_DA2d()
226 coors[2] = zctx.xmax; in VecView_MPI_Draw_DA2d()
227 coors[3] = zctx.ymax; in VecView_MPI_Draw_DA2d()
229 PetscCall(PetscOptionsGetRealArray(NULL, NULL, "-draw_coordinates", coors, &ncoors, NULL)); in VecView_MPI_Draw_DA2d()
230 …ntour plot coordinates %g %g %g %g\n", (double)coors[0], (double)coors[1], (double)coors[2], (doub… in VecView_MPI_Draw_DA2d()
300 PetscCall(PetscDrawSetCoordinates(draw, coors[0], coors[1], coors[2], coors[3])); in VecView_MPI_Draw_DA2d()