Home
last modified time | relevance | path

Searched refs:isglvis (Results 1 – 10 of 10) sorted by relevance

/petsc/src/dm/interface/
H A Ddmglvis.c8 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 Dex8.c9 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 Dda1.c12 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 Dda2.c7 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 Dgr2.c644 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 Dda3.c12 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 Dbvec2.c439 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 Dpdvec.c652 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 Dplex.c630 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 Dpforest.h1456 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()