| #
d8d19677
|
| 12-Sep-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix manpages: Input/Output Parameter --> Parameters
|
| #
c6f17229
|
| 01-Aug-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
70049cf7
|
| 29-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/check-hdf5-parallel' into 'release'
PetscViewerCreate_HDF5: check viewer is serial if HDF5 is serial
See merge request petsc/petsc!4196
|
| #
99335c34
|
| 28-Jul-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
PetscViewerCreate_HDF5: check viewer is serial if HDF5 is serial
|
| #
647d62ba
|
| 08-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
01a64f4f
|
| 08-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/update-doc' into 'release'
Begin adding missing descriptions to manual pages
See merge request petsc/petsc!4070
|
| #
10699b91
|
| 14-May-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Begin adding missing descriptions to manual pages
Commit-type: bug-fix, docs-only Reported-by: sowing error detection
|
| #
385b4c1b
|
| 02-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/fix-matload-dense-hdf5' into 'main'
fix MatLoad_Dense_HDF5
See merge request petsc/petsc!4044
|
| #
6b9fdc0a
|
| 07-May-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
viewerhdf5impl.h: include viewerimpl.h
|
| #
a8cf78f8
|
| 24-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-05-16/fix-double-lines' into 'main'
Fix typos in source
See merge request petsc/petsc!3984
|
| #
4e278199
|
| 16-May-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove all double blank lines from source
Commit-type: petsc-style /2h
|
| #
005520e9
|
| 13-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2021-03-26/clang-static-linter' into 'main'
Feature: libClang PETSc Macro Static Analyzer
See merge request petsc/petsc!3773
|
| #
064a246e
|
| 11-May-2021 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Linter using libClang that checks PetscValidHeaderSpecifcType, PetscValidHeaderSpecific, PetscValidHeader, PetscValid[XXX]Pointer, PetscValidType, PetscCheckSameComm, PetscValidLogicalCollectiveXXX f
Linter using libClang that checks PetscValidHeaderSpecifcType, PetscValidHeaderSpecific, PetscValidHeader, PetscValid[XXX]Pointer, PetscValidType, PetscCheckSameComm, PetscValidLogicalCollectiveXXX for validity. Automatically generates diff files for problems with a known solution.
show more ...
|
| #
c0bc6710
|
| 05-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/fix-petscviewerhdf5load-manpage' into 'main'
fix PetscViewerHDF5HasGroup manpage
See merge request petsc/petsc!3952
|
| #
785c443e
|
| 05-May-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
fix PetscViewerHDF5HasGroup manpage
|
| #
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
|
| #
343a20b2
|
| 19-Apr-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
HDF5: doc fixes
|
| #
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 ...
|
| #
bee2cdfd
|
| 14-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/feature-hdf5-relative-group' into 'main'
HDF5: support relative paths
See merge request petsc/petsc!3861
|
| #
89e0ef10
|
| 13-Apr-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Add PetscViewerHDF5HasDataset().
PetscViewerHDF5*Object*: Check object is named.
|
| #
4302210d
|
| 13-Apr-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
PetscViewerHDF5{{Has,Read,Write}Attribute,HasGroup}: Support absolute paths and relative subpaths.
Fix some inarg validation.
|