History log of /petsc/include/petscviewerhdf5.h (Results 26 – 50 of 140)
Revision Date Author Comments
# 77717648 15-Sep-2022 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

PetscViewerHDF5GetGroup: always return absolute path.

Replace PetscViewerHDF5GetAbsolutePath_Internal().
The original implementation is now PetscViewerHDF5GetGroup_Internal()


# e460bfa4 16-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/remove-petscviewerhdf5pushgrouprelative' into 'main'

Revert "HDF5: Added PetscViewerHDF5PushGroupRelative()"

See merge request petsc/petsc!5643


# 6a205d90 16-Sep-2022 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

Revert "HDF5: Added PetscViewerHDF5PushGroupRelative()"

This reverts commit 1ad4d0e4ff49104e786e3c7e6a975bc001096561.

See !5454


# 58d68138 23-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-08-21/clang-format-source' into 'main'

format repository with clang-format

See merge request petsc/petsc!5541


# 9371c9d4 22-Aug-2022 Satish Balay <balay@mcs.anl.gov>

clang-format: convert PETSc sources to comply with clang-format


# 45d392ad 22-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-viewer-hdf5-group' into 'main'

HDF5: Added PetscViewerHDF5PushGroupRelative()

See merge request petsc/petsc!5454


# 1ad4d0e4 17-Jul-2018 Matthew G. Knepley <knepley@gmail.com>

HDF5: Added PetscViewerHDF5PushGroupRelative()


# f882803c 26-Mar-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-02-23/variadic-chkerr' into 'main'

Variadic CHKERRQ()

See merge request petsc/petsc!4889


# 9566063d 25-Mar-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

The great renaming:

- CHKERRQ() -> PetscCall()
- CHKERRV() -> PetscCallVoid()
- CHKERRMPI() -> PetscCallMPI()
- CHKERRABORT() -> PetscCallAbort()
- CHKERRCONTINUE() -> PetscCallContinue()
- CHKERRXX

The great renaming:

- CHKERRQ() -> PetscCall()
- CHKERRV() -> PetscCallVoid()
- CHKERRMPI() -> PetscCallMPI()
- CHKERRABORT() -> PetscCallAbort()
- CHKERRCONTINUE() -> PetscCallContinue()
- CHKERRXX() -> PetscCallThrow()
- CHKERRCXX() -> PetscCallCXX()
- CHKERRCUDA() -> PetscCallCUDA()
- CHKERRCUBLAS() -> PetscCallCUBLAS()
- CHKERRCUSPARSE() -> PetscCallCUSPARSE()
- CHKERRCUSOLVER() -> PetscCallCUSOLVER()
- CHKERRCUFFT() -> PetscCallCUFFT()
- CHKERRCURAND() -> PetscCallCURAND()
- CHKERRHIP() -> PetscCallHIP()
- CHKERRHIPBLAS() -> PetscCallHIPBLAS()
- CHKERRHIPSOLVER() -> PetscCallHIPSOLVER()
- CHKERRQ_CEED() -> PetscCallCEED()
- CHKERR_FORTRAN_VOID_FUNCTION() -> PetscCallFortranVoidFunction()
- CHKERRMKL() -> PetscCallMKL()
- CHKERRMMG() -> PetscCallMMG()
- CHKERRMMG_NONSTANDARD() -> PetscCallMMG_NONSTANDARD()
- CHKERRCGNS() -> PetscCallCGNS()
- CHKERRPTSCOTCH() -> PetscCallPTSCOTCH()
- CHKERRSTR() -> PetscCallSTR()
- CHKERRTC() -> PetscCallTC()

show more ...


# 5f80ce2a 24-Feb-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

chkerr and friends wrapped


# 1241a243 13-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-01-05/c99' into 'main'

Feature: C99 and C++11

See merge request petsc/petsc!4700


# 2c71b3e2 11-Feb-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

rename PetscAssert() -> PetscCheck() and PetscAssertDebug() -> PetscAssert()


# 9fbee547 03-Feb-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

deprecate PETSC_STATIC_INLINE


# 9a202e32 28-Jan-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

apply PetscAssertFalse() -> PetscAssert() transformation to headers


# 9ace16cd 28-Jan-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

add PetscAssert() and PetscAssertFalse()


# a57f095c 04-Nov-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-hdf5-timestepping' into 'main'

Viewer+HDF5: Added a default timestepping flag for backwards compatibility

See merge request petsc/petsc!4483


# 19a20e4c 04-Nov-2021 Matthew G. Knepley <knepley@gmail.com>

Viewer+HDF5: Added a default timestepping flag for backwards compatibility - Add a default timestepping flag - Added PetscViewerHDF5SetDefaultTimestepping() and PetscViewerHDF5GetDefaultTimestepping(

Viewer+HDF5: Added a default timestepping flag for backwards compatibility - Add a default timestepping flag - Added PetscViewerHDF5SetDefaultTimestepping() and PetscViewerHDF5GetDefaultTimestepping() - Added -viewer_hdf5_default_timestepping

show more ...


# d965377f 28-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/refactor-hdf5-timesteps' into 'main'

HDF5: Improve timestepping.

Closes #425

See merge request petsc/petsc!3881


# d7dd068b 14-Apr-2021 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

HDF5: Improve timestepping.

* add PetscViewerHDF5{Push,Pop,Is}Timestepping to control timestepping mode
* write timestepping attribute for datasets and check it on reading
* fail gracefully if tryin

HDF5: Improve timestepping.

* add PetscViewerHDF5{Push,Pop,Is}Timestepping to control timestepping mode
* write timestepping attribute for datasets and check it on reading
* fail gracefully if trying to read non-timestepped dataset in timestepping mode and vice-versa (fix #425)
* rewrite src/vec/vec/tutorials/ex19.c to improve coverage for timestepping testing

show more ...


# 2085f0ed 23-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/fix-hdf5-read-attribute-default-value' into 'main'

PetscViewerHDF5ReadAttribute: make defaultValue arg const

See merge request petsc/petsc!3890


# d70ec8fa 19-Apr-2021 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

PetscViewerHDF5ReadAttribute: make defaultValue arg const


# af792242 16-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/feature-hdf5-read-attribute-default-value' into 'main'

PetscViewerHDF5ReadAttribute: Add defaultValue arg.

See merge request petsc/petsc!3877


# a2d6be1b 15-Apr-2021 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

PetscViewerHDF5ReadAttribute: Add defaultValue arg.

vec/tests/ex48.c:
* add testAttributesDefaultValue() to ex48
* comm be inarg of test functions; fix missing CHKERRQ

vec/tests/ex55.c:
* remove re

PetscViewerHDF5ReadAttribute: Add defaultValue arg.

vec/tests/ex48.c:
* add testAttributesDefaultValue() to ex48
* comm be inarg of test functions; fix missing CHKERRQ

vec/tests/ex55.c:
* remove redundant group push

show more ...


# aac0229d 15-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/hdf5-remove-dead-header' into 'main'

remove dead declaration of PetscViewerHDF5WriteSDS()

See merge request petsc/petsc!3874


# 71883a0b 14-Apr-2021 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

remove dead declaration of PetscViewerHDF5WriteSDS()


123456