Searched refs:vbounds (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ts/tutorials/phasefield/ |
| H A D | biharmonic2.c | 53 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 D | biharmonic3.c | 53 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 D | heat.c | 288 PetscReal vbounds[] = {-1.1, 1.1}; in MyMonitor() local 291 PetscCall(PetscViewerDrawSetBounds(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 1, vbounds)); in MyMonitor()
|
| H A D | biharmonic.c | 473 PetscReal vbounds[] = {-1.1, 1.1}; in MyMonitor() local 476 PetscCall(PetscViewerDrawSetBounds(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 1, vbounds)); in MyMonitor()
|