| /petsc/src/vec/vec/tutorials/ |
| H A D | ex10.c | 19 PetscBool ishdf5 = PETSC_FALSE; in main() local 33 PetscCall(PetscOptionsGetBool(NULL, NULL, "-hdf5", &ishdf5, NULL)); in main() 70 } else if (ishdf5) { in main() 103 } else if (ishdf5) { in main()
|
| /petsc/src/vec/vec/tests/ |
| H A D | ex100cu.cu | 21 PetscBool ishdf5 = PETSC_FALSE; in main() local 40 PetscCall(PetscOptionsGetBool(NULL, NULL, "-hdf5", &ishdf5, NULL)); in main() 76 } else if (ishdf5) { in main() 101 } else if (ishdf5) { in main()
|
| /petsc/src/dm/tests/ |
| H A D | ex33.c | 22 PetscBool ishdf5; in main() local 52 PetscCall(PetscOptionsHasName(NULL, NULL, "-hdf5", &ishdf5)); in main() 74 } else if (ishdf5) { in main() 97 } else if (ishdf5) { in main()
|
| /petsc/src/vec/is/utils/ |
| H A D | isio.c | 104 PetscBool isbinary, ishdf5; in ISLoad_Default() local 108 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERHDF5, &ishdf5)); in ISLoad_Default() 111 } else if (ishdf5) { in ISLoad_Default()
|
| /petsc/src/vec/vec/utils/ |
| H A D | vecio.c | 198 PetscBool ishdf5; in VecLoad_Default() local 207 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERHDF5, &ishdf5)); in VecLoad_Default() 216 } else if (ishdf5) { in VecLoad_Default()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 630 PetscBool isvtk, ishdf5, isdraw, isglvis, iscgns, ispython; in VecView_Plex_Local() local 636 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERHDF5, &ishdf5)); in VecView_Plex_Local() 641 if (isvtk || ishdf5 || isdraw || isglvis || iscgns || ispython) { in VecView_Plex_Local() 672 } else if (ishdf5) { in VecView_Plex_Local() 710 PetscBool isvtk, ishdf5, isdraw, isglvis, isexodusii, iscgns, ispython; in VecView_Plex() local 716 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERHDF5, &ishdf5)); in VecView_Plex() 737 } else if (ishdf5) { in VecView_Plex() 765 PetscBool isvtk, ishdf5; in VecView_Plex_Native() local 772 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERHDF5, &ishdf5)); in VecView_Plex_Native() 793 if (ishdf5) { in VecView_Plex_Native() [all …]
|
| /petsc/src/dm/impls/da/ |
| H A D | gr2.c | 646 PetscBool ishdf5; in VecView_MPI_DA() local 657 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERHDF5, &ishdf5)); in VecView_MPI_DA() 687 } else if (ishdf5) { in VecView_MPI_DA() 919 PetscBool ishdf5; in VecLoad_Default_DA() local 927 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERHDF5, &ishdf5)); in VecLoad_Default_DA() 934 } else if (ishdf5) { in VecLoad_Default_DA()
|
| /petsc/src/vec/is/is/impls/general/ |
| H A D | general.c | 464 PetscBool isascii, isbinary, ishdf5, compress; in ISView_General() local 471 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERHDF5, &ishdf5)); in ISView_General() 521 } else if (ishdf5) { in ISView_General()
|
| /petsc/src/vec/vec/impls/seq/ |
| H A D | bvec2.c | 437 PetscBool ishdf5; in VecView_Seq() local 453 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERHDF5, &ishdf5)); in VecView_Seq() 474 } else if (ishdf5) { in VecView_Seq()
|
| /petsc/src/dm/impls/moab/ |
| H A D | dmmoab.cxx | 1430 PetscBool isascii, ishdf5, isvtk; in DMView_Moab() local 1437 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERHDF5, &ishdf5)); in DMView_Moab() 1440 } else if (ishdf5) { in DMView_Moab()
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarm.c | 83 PetscBool ishdf5; in VecView_Swarm() local 90 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERHDF5, &ishdf5)); in VecView_Swarm() 91 if (ishdf5) { in VecView_Swarm() 2490 PetscBool ishdf5; in DMView_Swarm() local 2500 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERHDF5, &ishdf5)); in DMView_Swarm() 2517 if (ishdf5) PetscCall(DMSwarmView_HDF5(dm, viewer)); in DMView_Swarm()
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 2538 PetscBool isascii, ishdf5; in PetscSectionView() local 2546 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERHDF5, &ishdf5)); in PetscSectionView() 2558 } else if (ishdf5) { in PetscSectionView() 2591 PetscBool ishdf5; in PetscSectionLoad() local 2596 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERHDF5, &ishdf5)); in PetscSectionLoad() 2597 …PetscCheck(ishdf5, PetscObjectComm((PetscObject)s), PETSC_ERR_SUP, "Viewer type %s not yet support… in PetscSectionLoad()
|
| /petsc/src/vec/vec/impls/mpi/ |
| H A D | pdvec.c | 644 PetscBool ishdf5; in VecView_MPI() local 662 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERHDF5, &ishdf5)); in VecView_MPI() 688 } else if (ishdf5) { in VecView_MPI()
|
| /petsc/src/vec/is/is/interface/ |
| H A D | index.c | 1660 PetscBool isbinary, ishdf5; in ISLoad() local 1667 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERHDF5, &ishdf5)); in ISLoad() 1668 …PetscCheck(isbinary || ishdf5, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Invalid viewer; open viewer … in ISLoad()
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 4231 PetscBool isbinary, ishdf5; in DMLoad() local 4238 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERHDF5, &ishdf5)); in DMLoad() 4249 } else if (ishdf5) { in DMLoad() 6654 PetscBool ishdf5; in DMOutputSequenceLoad() local 6661 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERHDF5, &ishdf5)); in DMOutputSequenceLoad() 6662 …PetscCheck(ishdf5, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Invalid viewer; open viewer with PetscVi… in DMOutputSequenceLoad() 6696 PetscBool ishdf5; in DMGetOutputSequenceLength() local 6703 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERHDF5, &ishdf5)); in DMGetOutputSequenceLength() 6704 …PetscCheck(ishdf5, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Invalid viewer; open viewer with PetscVi… in DMGetOutputSequenceLength()
|
| /petsc/src/mat/impls/dense/mpi/ |
| H A D | mpidense.c | 2010 PetscBool ishdf5; in MatLoad_MPIDense() local 2020 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERHDF5, &ishdf5)); in MatLoad_MPIDense() 2025 } else if (ishdf5) { in MatLoad_MPIDense()
|
| /petsc/src/mat/impls/dense/seq/ |
| H A D | dense.c | 1449 PetscBool isbinary, ishdf5; in MatLoad_SeqDense() local 1457 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERHDF5, &ishdf5)); in MatLoad_SeqDense() 1460 } else if (ishdf5) { in MatLoad_SeqDense()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 1456 PetscBool isascii, isvtk, ishdf5, isglvis; in DMView_pforest() local 1463 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERHDF5, &ishdf5)); in DMView_pforest() 1469 } else if (ishdf5) { in DMView_pforest()
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | aij.c | 4971 PetscBool isbinary, ishdf5; in MatLoad_SeqAIJ() local 4979 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERHDF5, &ishdf5)); in MatLoad_SeqAIJ() 4982 } else if (ishdf5) { in MatLoad_SeqAIJ()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 3015 PetscBool isbinary, ishdf5; in MatLoad_MPIAIJ() local 3023 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERHDF5, &ishdf5)); in MatLoad_MPIAIJ() 3026 } else if (ishdf5) { in MatLoad_MPIAIJ()
|