Home
last modified time | relevance | path

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

/petsc/src/dm/impls/da/
H A Dgr1.c207 PetscCall(PetscViewerDrawGetDrawAxis(v, 0, &axis)); in VecView_MPI_Draw_DA1d()
236 PetscCall(PetscViewerDrawGetDrawAxis(v, k, &axis)); in VecView_MPI_Draw_DA1d()
/petsc/src/sys/classes/viewer/impls/draw/draw/
H A Dfdrawv.c132 PetscErrorCode PetscViewerDrawGetDrawAxis(PetscViewer viewer, PetscInt windownumber, PetscDrawAxis … in PetscViewerDrawGetDrawAxis() function
/petsc/include/
H A Dpetscdraw.h460 PETSC_EXTERN PetscErrorCode PetscViewerDrawGetDrawAxis(PetscViewer, PetscInt, PetscDrawAxis *);
/petsc/src/ts/interface/
H A Dtsmon.c656 PetscCall(PetscViewerDrawGetDrawAxis(ictx->viewer, 0, &axis)); in TSMonitorDrawSolutionPhase()
H A Dts.c311 PetscCall(PetscViewerDrawGetDrawAxis(ctx->viewer, 0, &axis)); in TSSetFromOptions()