| 820fc2d1 | 05-Aug-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
PetscViewerHDF5PushGroup: Allow to push NULL, "", or all slashes.
In all cases, store NULL, interpret as "/". This also fixes the problem in DMPlexLoad_HDF5_Xdmf_Internal() when the specified datase
PetscViewerHDF5PushGroup: Allow to push NULL, "", or all slashes.
In all cases, store NULL, interpret as "/". This also fixes the problem in DMPlexLoad_HDF5_Xdmf_Internal() when the specified datasets locations are in / (e.g. -dm_plex_hdf5_topology_path /cells).
show more ...
|
| ee8b9732 | 22-May-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Add PetscViewerHDF5{Get,Set}Collective and -viewer_hdf5_collective.
* Use H5_VERSION_GE to decide HDF5 version. * If H5_VERSION_GE undefined, define it as 0. * Discussed in https://bitbucket.org/pet
Add PetscViewerHDF5{Get,Set}Collective and -viewer_hdf5_collective.
* Use H5_VERSION_GE to decide HDF5 version. * If H5_VERSION_GE undefined, define it as 0. * Discussed in https://bitbucket.org/petsc/petsc/pull-requests/1737/add-ability-to-turn-on-off-hdf5-collective/diff#comment-105015892
show more ...
|