Searched refs:DMPlexStorageVersionEQ (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 141 static inline PetscBool DMPlexStorageVersionEQ(DMPlexStorageVersion version, int major, int minor, … in DMPlexStorageVersionEQ() function 559 …if (DMPlexStorageVersionEQ(version, 1, 1, 0)) PetscCall(DMPlexGetFieldTypes_Internal(dm, section, … in VecView_Plex_Local_HDF5_Internal() 659 if (!DMPlexStorageVersionEQ(version, 1, 1, 0)) PetscCall(PetscFree3(pStart, pEnd, ft)); in VecView_Plex_Local_HDF5_Internal() 697 if (DMPlexStorageVersionEQ(version, 1, 1, 0)) { in VecView_Plex_HDF5_Internal()
|