Home
last modified time | relevance | path

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

/petsc/src/dm/impls/da/
H A Dgr1.c153 PetscBool isnull, useports = PETSC_FALSE, showmarkers = PETSC_FALSE; in VecView_MPI_Draw_DA1d() local
178 PetscCall(PetscOptionsGetBool(NULL, NULL, "-draw_vec_use_markers", &showmarkers, NULL)); in VecView_MPI_Draw_DA1d()
259 if (showmarkers) PetscCall(PetscDrawPoint(draw, xgtmp, tmp, PETSC_DRAW_BLACK)); in VecView_MPI_Draw_DA1d()
263 …if (showmarkers) PetscCall(PetscDrawMarker(draw, PetscRealPart(xg[i - 1]), PetscRealPart(array[j +… in VecView_MPI_Draw_DA1d()
266 …if (showmarkers) PetscCall(PetscDrawMarker(draw, PetscRealPart(xg[n - 1]), PetscRealPart(array[j +… in VecView_MPI_Draw_DA1d()