Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/phasefield/
H A Dbiharmonic2.c53 PetscReal vbounds[] = {-100000, 100000, -1.1, 1.1}; in main() local
67 PetscCall(PetscViewerDrawSetBounds(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 2, vbounds)); in main()
H A Dbiharmonic3.c53 PetscReal vbounds[] = {-100000, 100000, -1.1, 1.1}; in main() local
66 PetscCall(PetscViewerDrawSetBounds(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 2, vbounds)); in main()
H A Dheat.c288 PetscReal vbounds[] = {-1.1, 1.1}; in MyMonitor() local
291 PetscCall(PetscViewerDrawSetBounds(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 1, vbounds)); in MyMonitor()
H A Dbiharmonic.c473 PetscReal vbounds[] = {-1.1, 1.1}; in MyMonitor() local
476 PetscCall(PetscViewerDrawSetBounds(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 1, vbounds)); in MyMonitor()