fix missing definitions in ftn-custom/zhdf5f.c
impl. PetscViewerHDF5{Get,Set}AIJNames
Merge branch 'barry/fix-check-ierr-before-freechar/maint' [PR #1220]* barry/fix-check-ierr-before-freechar/maint:Add if (*ierr) return checks for all Fortran stubs that utilize FREECHAR()Otherwis
Merge branch 'barry/fix-check-ierr-before-freechar/maint' [PR #1220]* barry/fix-check-ierr-before-freechar/maint:Add if (*ierr) return checks for all Fortran stubs that utilize FREECHAR()Otherwise the ierr is overwritten by the FREECHAR() thus returning a zero error code when it should not
show more ...
Add if (*ierr) return checks for all Fortran stubs that utilize FREECHAR()Otherwise the ierr is overwritten by the FREECHAR() thus returning a zero error code when it should notCommit-type: bug-f
Add if (*ierr) return checks for all Fortran stubs that utilize FREECHAR()Otherwise the ierr is overwritten by the FREECHAR() thus returning a zero error code when it should notCommit-type: bug-fixReported-by: Tim Steinhoff <kandanovian@gmail.com>
PetscViewerHDF5ReadSizes: added doc and fortran interface
Minor cleanup, remove some outdated code, remove unneeded constructs, improve manual pages slightly, add missing test caseTime: 2.5 hours
Add some missing Fortran wrappers for the PetscViewer functions.* Added PetscViewerGetType and PetscViewerFileGetName* Added HDF5WriteAttribute, HDF5ReadAttribute, HDF5HasAttribute* Enabled HDF5B
Add some missing Fortran wrappers for the PetscViewer functions.* Added PetscViewerGetType and PetscViewerFileGetName* Added HDF5WriteAttribute, HDF5ReadAttribute, HDF5HasAttribute* Enabled HDF5BaseDimension2 and HDF5SPOutput setters and getters
updated PETSc directory layout to match standard packaging strategiesinclude/petsc finclude,private,mpiunilib/petsc confbin/petsc*
manual merge of conflict
hdf5: add/enable fortran bindings
Change all PETSC_EXTERN_C to PETSC_EXTERNHg-commit: 8d2ebbb193fb583bccc64015e35640c4e08c3426
updated from EXTERN_C_BEGIN/END through sys directoryHg-commit: ee6b7ef2f48ce66402e7e807302de19506ce15df
moved hdf5 viewer prototypes to petscviewerhdf5.hHg-commit: 32e58a3b6cb82a35eeb5ad475bfc470fee3e4d45
Uncrustified src/sys/*Hg-commit: 9f71677807bad7b55428a6cc0f5ccc5052e91805
reorg of src/sys directorydirectories that define objects now in the classes subdirectoryrename several confusing name directoriesHg-commit: b2612422c63ac4afe82112892d9efda808f3d601
12