| /petsc/src/sys/classes/viewer/impls/vtk/ ! |
| H A D | vtkv.c | 109 PetscBool isvtk, isvts, isvtu, isvtr; in PetscViewerFileSetName_VTK() local 117 isvtk = PETSC_TRUE; in PetscViewerFileSetName_VTK() 119 PetscCall(PetscStrcasecmp(name + len - 4, ".vtk", &isvtk)); in PetscViewerFileSetName_VTK() 124 if (isvtk) { in PetscViewerFileSetName_VTK()
|
| /petsc/src/dm/impls/da/ ! |
| H A D | grvtk.c | 525 PetscBool isvtk; in DMDAVTKWriteAll() local 530 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERVTK, &isvtk)); in DMDAVTKWriteAll() 531 …PetscCheck(isvtk, PetscObjectComm((PetscObject)viewer), PETSC_ERR_ARG_INCOMP, "Cannot use viewer t… in DMDAVTKWriteAll()
|
| H A D | gr2.c | 644 PetscBool isdraw, isvtk, isglvis; in VecView_MPI_DA() local 655 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERVTK, &isvtk)); in VecView_MPI_DA() 667 } else if (isvtk) { /* Duplicate the Vec */ in VecView_MPI_DA()
|
| /petsc/src/dm/impls/moab/ ! |
| H A D | dmmoab.cxx | 1430 PetscBool isascii, ishdf5, isvtk; in DMView_Moab() local 1436 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERVTK, &isvtk)); in DMView_Moab() 1448 } else if (isvtk) PetscCall(DMMoabView_VTK(dm, viewer)); in DMView_Moab()
|
| /petsc/src/dm/impls/plex/ ! |
| H A D | plex.c | 630 PetscBool isvtk, ishdf5, isdraw, isglvis, iscgns, ispython; in VecView_Plex_Local() local 635 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERVTK, &isvtk)); in VecView_Plex_Local() 641 if (isvtk || ishdf5 || isdraw || isglvis || iscgns || ispython) { in VecView_Plex_Local() 670 if (isvtk) { in VecView_Plex_Local() 710 PetscBool isvtk, ishdf5, isdraw, isglvis, isexodusii, iscgns, ispython; in VecView_Plex() local 715 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERVTK, &isvtk)); in VecView_Plex() 722 if (isvtk || isdraw || isglvis || iscgns || ispython) { in VecView_Plex() 765 PetscBool isvtk, ishdf5; in VecView_Plex_Native() local 773 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERVTK, &isvtk)); in VecView_Plex_Native() 799 } else if (isvtk) { in VecView_Plex_Native() [all …]
|
| /petsc/src/dm/impls/forest/p4est/ ! |
| H A D | pforest.h | 1371 PetscBool isvtk; in DMView_VTK_pforest() local 1385 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERVTK, &isvtk)); in DMView_VTK_pforest() 1386 …PetscCheck(isvtk, PetscObjectComm((PetscObject)viewer), PETSC_ERR_ARG_INCOMP, "Cannot use viewer t… in DMView_VTK_pforest() 1456 PetscBool isascii, isvtk, ishdf5, isglvis; in DMView_pforest() local 1462 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERVTK, &isvtk)); in DMView_pforest() 1467 } else if (isvtk) { in DMView_pforest()
|
| /petsc/src/dm/impls/swarm/ ! |
| H A D | swarm.c | 2488 PetscBool isascii, ibinary, isvtk, isdraw, ispython; in DMView_Swarm() local 2498 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERVTK, &isvtk)); in DMView_Swarm()
|