Searched refs:issaws (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/sys/classes/random/interface/ |
| H A D | randomc.c | 273 PetscBool issaws; in PetscRandomView() local 284 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERSAWS, &issaws)); in PetscRandomView() 295 } else if (issaws) { in PetscRandomView()
|
| /petsc/src/sys/classes/viewer/interface/ |
| H A D | view.c | 339 PetscBool issaws; in PetscViewerView() local 351 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERSAWS, &issaws)); in PetscViewerView() 363 } else if (issaws) { in PetscViewerView()
|
| /petsc/src/sys/classes/draw/interface/ |
| H A D | drawreg.c | 45 PetscBool issaws; in PetscDrawView() local 57 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERSAWS, &issaws)); in PetscDrawView() 72 } else if (issaws) { in PetscDrawView()
|
| /petsc/src/ksp/ksp/interface/ |
| H A D | itcreate.c | 110 PetscBool issaws; in KSPView() local 124 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERSAWS, &issaws)); in KSPView() 192 } else if (issaws) { in KSPView()
|
| /petsc/src/ksp/pc/interface/ |
| H A D | precon.c | 1798 PetscBool issaws; in PCView() local 1812 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERSAWS, &issaws)); in PCView() 1885 } else if (issaws) { in PCView()
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 1902 PetscBool issaws; in TSView() local 1916 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERSAWS, &issaws)); in TSView() 1990 } else if (issaws) { in TSView()
|
| /petsc/src/snes/interface/ |
| H A D | snes.c | 391 PetscBool issaws; in SNESView() local 405 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERSAWS, &issaws)); in SNESView() 505 } else if (issaws) { in SNESView()
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 1119 PetscBool isascii, isstring, issaws; in MatView() local 1138 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERSAWS, &issaws)); in MatView() 1208 } else if (issaws) { in MatView()
|