Home
last modified time | relevance | path

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

/petsc/src/sys/classes/random/interface/
H A Drandomc.c273 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 Dview.c339 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 Ddrawreg.c45 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 Ditcreate.c110 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 Dprecon.c1798 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 Dts.c1902 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 Dsnes.c391 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 Dmatrix.c1119 PetscBool isascii, isstring, issaws; in MatView() local
1138 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERSAWS, &issaws)); in MatView()
1208 } else if (issaws) { in MatView()