Home
last modified time | relevance | path

Searched refs:useports (Results 1 – 3 of 3) sorted by relevance

/petsc/src/sys/classes/draw/tests/
H A Dex3.c19 PetscBool useports, flg; in main() local
36 PetscCall(PetscOptionsGetInt(NULL, NULL, "-nports", &nports, &useports)); in main()
54 if (useports) { in main()
/petsc/src/dm/impls/da/
H A Dgr1.c153 PetscBool isnull, useports = PETSC_FALSE, showmarkers = PETSC_FALSE; in VecView_MPI_Draw_DA1d() local
203 PetscCall(PetscOptionsGetBool(NULL, NULL, "-draw_ports", &useports, NULL)); in VecView_MPI_Draw_DA1d()
204 if (format == PETSC_VIEWER_DRAW_PORTS) useports = PETSC_TRUE; in VecView_MPI_Draw_DA1d()
205 if (useports) { in VecView_MPI_Draw_DA1d()
229 if (useports) { in VecView_MPI_Draw_DA1d()
271 if (!useports) PetscCall(PetscDrawSave(draw)); in VecView_MPI_Draw_DA1d()
273 if (useports) { in VecView_MPI_Draw_DA1d()
H A Dgr2.c123 PetscBool isnull, useports = PETSC_FALSE; in VecView_MPI_Draw_DA2d() local
261 PetscCall(PetscOptionsGetBool(NULL, NULL, "-draw_ports", &useports, NULL)); in VecView_MPI_Draw_DA2d()
262 if (format == PETSC_VIEWER_DRAW_PORTS) useports = PETSC_TRUE; in VecView_MPI_Draw_DA2d()
263 if (useports) { in VecView_MPI_Draw_DA2d()
289 if (useports) { in VecView_MPI_Draw_DA2d()
302 if (!useports) PetscCall(PetscDrawSave(draw)); in VecView_MPI_Draw_DA2d()
304 if (useports) { in VecView_MPI_Draw_DA2d()