History log of /petsc/src/sys/classes/viewer/impls/hdf5/hdf5v.c (Results 126 – 150 of 436)
Revision Date Author Comments
# 2e361344 29-Mar-2021 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

PetscViewerHDF5PushGroup: take name as relative if doesn't begin with /


# 205bbb3f 30-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/fix-viewer-file-modes' into 'main'

PetscViewer: Improve handling of file modes.

See merge request petsc/petsc!3760


# 7e4fd573 23-Mar-2021 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

PetscViewer: Improve handling of file modes.

* add FILE_MODE_UNDEFINED for initial invalid value (internal use only)
* distinguish between not yet set and unsupported mode
* unify error messages in

PetscViewer: Improve handling of file modes.

* add FILE_MODE_UNDEFINED for initial invalid value (internal use only)
* distinguish between not yet set and unsupported mode
* unify error messages in PetscViewerFileSetName_XXX
* PetscViewerFileSetName_HDF5(): FILE_MODE_UPDATE = FILE_MODE_APPEND
* PetscViewerHDF5Open(): improve doc
* Deprecate PetscViewerVUSetMode, replace by PetscViewerFileSetMode_VU()

show more ...


# ee6dfa67 03-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-11-10/add-matlab-engine-host' into 'master'

Barry/2020 11 10/add matlab engine host

See merge request petsc/petsc!3443


# 2cb5e1cc 11-Nov-2020 Barry Smith <bsmith@mcs.anl.gov>

Add better error handling for PETSC_VIEWER_XXX_(), results in clearer error messages

Commit-type: error-checking
/spend 30m


# 7b917211 24-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'dalcinl/fix-null' into 'master'

Fix 0 -> NULL for pointers

See merge request petsc/petsc!3086


# 908793a3 23-Aug-2020 Lisandro Dalcin <dalcinl@gmail.com>

Sys: Replace 0 -> NULL for pointers


# b9d19a4e 21-Feb-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# c5062165 20-Feb-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-02-15/fix-hdf-string-attribute/maint' into 'maint'

PetscViewerHDF5ReadAttribute() did not handle strings correctly

See merge request petsc/petsc!2532


# 708d4cb3 16-Feb-2020 Barry Smith <bsmith@mcs.anl.gov>

PetscViewerHDF5ReadAttribute() did not handle strings correctly

Fixes provided by Carl Hall <carl.a.hall@vanderbilt.edu>

Commit-type: bug-fix
Reported-by: Carl Hall <carl.a.hall@vanderbilt.edu>


# e60f640e 25-Nov-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# 82a4a39c 24-Nov-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/2019-11-18/fix-hdf5-noparallel/maint' into 'maint'

Allow compiling and running when HDF5 was built without MPI

See merge request petsc/petsc!2311


# 53effed7 24-Nov-2019 Barry Smith <bsmith@mcs.anl.gov>

Apply suggestion to src/sys/classes/viewer/impls/hdf5/hdf5v.c


# c796909e 19-Nov-2019 Barry Smith <bsmith@mcs.anl.gov>

Allow compiling and running when HDF5 was built without MPI

Commit-type: portability-fix
Reported-by: Brandon Denton <bldenton@buffalo.edu>


# 848fb877 10-Aug-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'haplav/fix-petscviewerhdf5pushgroup-empty-string' [PR #1950]

* haplav/fix-petscviewerhdf5pushgroup-empty-string:
fix/generalize PetscViewerHDF5PushGroup for empty string

- add dm_impl

Merge branch 'haplav/fix-petscviewerhdf5pushgroup-empty-string' [PR #1950]

* haplav/fix-petscviewerhdf5pushgroup-empty-string:
fix/generalize PetscViewerHDF5PushGroup for empty string

- add dm_impls_plex_{tests-ex18_9%,tutorials-ex5_9%} loading an HDF5/XDMF file with custom naming
- PetscViewerHDF5{Push,Get}Group: *name -> name[] to unify with the rest of header file
- 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 / (like e.g. -dm_plex_hdf5_topology_path /cells in the new examples).

show more ...


# 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 ...


# be7aa430 05-Aug-2019 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

PetscViewerHDF5{Push,Get}Group: **name -> *name[] to unify with the rest of header file


# 9b3c2fbf 22-Jul-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'dalcinl/fix-headers' [PR #1897]

* dalcinl/fix-headers:
Minor fixes to headers.


# 534a8f05 21-Jul-2019 Lisandro Dalcin <dalcinl@gmail.com>

Fix a bunch of PetscValidPointer() -> PetscValidXXXPointer()


# a8158fb5 14-Jul-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'gropp/doc-fixes-1' [PR #1838]


# 57a5760d 02-Jul-2019 William Gropp <wgropp@illinois.edu>

Merge from doc-fixes branch


# a2b725a8 27-Jun-2019 William Gropp <wgropp@illinois.edu>

Fixes for doctext update


# bf66e065 12-Jun-2019 Václav Hapla <vaclav.hapla@erdw.ethz.ch>

Merged in haplav/feature-hdf5-collective-options (pull request #1737)

add ability to turn on/off HDF5 collective transfer mode

Approved-by: Matthew Knepley <knepley@gmail.com>
Approved-by: BarryFSm

Merged in haplav/feature-hdf5-collective-options (pull request #1737)

add ability to turn on/off HDF5 collective transfer mode

Approved-by: Matthew Knepley <knepley@gmail.com>
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>

show more ...


# 03fa8834 31-May-2019 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

PetscViewerView_HDF5: View collective property.

- Update tests sys_classes_viewer_tutorials-ex2%
- Added alt file for HDF5 < 1.10.3 for which this property is ignored.


# d28bfa55 22-May-2019 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

HDF5: No need for H5Pset_fapl_mpio check anymore.

We already require HDF5 1.8.0+ and this was introduced in 1.4.0


12345678910>>...18