| /petsc/src/dm/interface/ |
| H A D | dmglvis.c | 8 PetscBool isglvis, isascii; in DMView_GLVis() local 13 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERGLVIS, &isglvis)); in DMView_GLVis() 15 …PetscCheck(isglvis || isascii, PetscObjectComm((PetscObject)viewer), PETSC_ERR_SUP, "Viewer must b… in DMView_GLVis() 16 if (isglvis) { in DMView_GLVis()
|
| /petsc/src/dm/tests/ |
| H A D | ex8.c | 9 PetscBool isglvis, isascii; in VecView_Shell() local 13 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERGLVIS, &isglvis)); in VecView_Shell() 15 if (isglvis) { in VecView_Shell()
|
| /petsc/src/dm/impls/da/ |
| H A D | da1.c | 12 PetscBool isascii, isdraw, isglvis, isbinary; in DMView_DA_1d() local 23 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERGLVIS, &isglvis)); in DMView_DA_1d() 111 } else if (isglvis) { in DMView_DA_1d()
|
| H A D | da2.c | 7 PetscBool isascii, isdraw, isglvis, isbinary; in DMView_DA_2d() local 18 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERGLVIS, &isglvis)); in DMView_DA_2d() 131 } else if (isglvis) { in DMView_DA_2d()
|
| H A D | gr2.c | 644 PetscBool isdraw, isvtk, isglvis; in VecView_MPI_DA() local 659 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERGLVIS, &isglvis)); in VecView_MPI_DA() 690 } else if (isglvis) { in VecView_MPI_DA()
|
| H A D | da3.c | 12 PetscBool isascii, isdraw, isglvis, isbinary; in DMView_DA_3d() local 24 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERGLVIS, &isglvis)); in DMView_DA_3d() 178 } else if (isglvis) { in DMView_DA_3d()
|
| /petsc/src/vec/vec/impls/seq/ |
| H A D | bvec2.c | 439 PetscBool isglvis; in VecView_Seq() local 458 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERGLVIS, &isglvis)); in VecView_Seq() 485 } else if (isglvis) PetscCall(VecView_GLVis(xin, viewer)); in VecView_Seq()
|
| /petsc/src/vec/vec/impls/mpi/ |
| H A D | pdvec.c | 652 PetscBool isglvis; in VecView_MPI() local 667 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERGLVIS, &isglvis)); in VecView_MPI() 699 } else if (isglvis) PetscCall(VecView_GLVis(xin, viewer)); in VecView_MPI()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 630 PetscBool isvtk, ishdf5, isdraw, isglvis, iscgns, ispython; in VecView_Plex_Local() local 638 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERGLVIS, &isglvis)); in VecView_Plex_Local() 641 if (isvtk || ishdf5 || isdraw || isglvis || iscgns || ispython) { in VecView_Plex_Local() 682 } else if (isglvis) { in VecView_Plex_Local() 710 PetscBool isvtk, ishdf5, isdraw, isglvis, isexodusii, iscgns, ispython; in VecView_Plex() local 718 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERGLVIS, &isglvis)); in VecView_Plex() 722 if (isvtk || isdraw || isglvis || iscgns || ispython) { in VecView_Plex() 2047 PetscBool isascii, ishdf5, isvtk, isdraw, flg, isglvis, isexodus, iscgns, ispython; in DMView_Plex() local 2057 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERGLVIS, &isglvis)); in DMView_Plex() 2080 } else if (isglvis) { in DMView_Plex()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 1456 PetscBool isascii, isvtk, ishdf5, isglvis; in DMView_pforest() local 1464 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERGLVIS, &isglvis)); in DMView_pforest() 1471 } else if (isglvis) { in DMView_pforest()
|