PetscSectionCreateGlobalSection: report error instead of segfaulting
PetscSFCreateEmbeddedSF: no need to cycle to get the max leaf
PetscSF: added logging support for functions used by DMPlex
DMPLEX: add few missing events to help optimizing the code
Merged in dalcinl/fix-io-gmsh (pull request #1660)Binary I/O And Gmsh DMPlex ReaderApproved-by: Matthew Knepley <knepley@gmail.com>Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
Binary I/O: Various fixes and enhancements* Change PetscBinary[Synchronized]Read() to allow for reading items up to EOF without erroring* Fix PetscViewerBinaryRead() to properly return the numbe
Binary I/O: Various fixes and enhancements* Change PetscBinary[Synchronized]Read() to allow for reading items up to EOF without erroring* Fix PetscViewerBinaryRead() to properly return the number of items read* Fix PetscViewerRead() to prevent infinite loops at EOF* Various fixes for PetscDataType PETSC_COMPLEX
show more ...
ISRenumber: add missing checks and early returns
Minor code formatting
Merge remote-tracking branch 'origin/maint'
docs: clarify deallocation
sf tut ex1: remove redundant degree computation
PetscSFComputeMultiRootOriginalNumbering: add outarg nMultiRoots
doc: fix PetscViewerHDF5ReadSizes manpage
doc: no need to include petscsys.h because petscviewerhdf5.h does already
Move HDF5 array IO stuff from sys to vec.- Fix issue 288.- Moved PetscViewerHDF5Load,PetscViewerHDF5ReadSizes and their helpers from src/sys/classes/viewer/impls/hdf5/hdf5v.c into the new fi
Move HDF5 array IO stuff from sys to vec.- Fix issue 288.- Moved PetscViewerHDF5Load,PetscViewerHDF5ReadSizes and their helpers from src/sys/classes/viewer/impls/hdf5/hdf5v.c into the new file src/vec/is/utils/hdf5io.c- PetscViewerHDF5Load() header moved from viewerimpl.h to petscis.h- PetscViewerHDF5ReadSizes() header moved from petscviewerhdf5.h to petscis.h
IS: Fix for writing 0 size IS to HDF5
Remove unneccesary references to petscvec.h and vecimpl.h from lower level routines such as ISCommit-type: style-fixThanks-to: Matthew Knepley <knepley@gmail.com>
Merged in knepley/feature-plex-subds (pull request #1554)Knepley/feature plex subdsApproved-by: BarryFSmith <bsmith@mcs.anl.gov>
Merged in stefano_zampini/feature-matshell-zerorows (pull request #1547)Add support for zeroing rows and columns of a MATSHELLApproved-by: Matthew Knepley <knepley@gmail.com>Approved-by: BarryFS
Merged in stefano_zampini/feature-matshell-zerorows (pull request #1547)Add support for zeroing rows and columns of a MATSHELLApproved-by: Matthew Knepley <knepley@gmail.com>Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
Doc+IS: ISIntersect() docs were wrong
Merge branch 'maint'
MATIS: move PetscLayoutMapLocal_Private code to PetscLayout codeTODO: support nooffprocentries like MatZeroRowsMapLocal_Private() and get rid of it
ISSum: always return a new index set
Merged in mapdes/petsc/wence/lgmap-blocksize (pull request #1509)Allow bs=1 in PetscLayoutSetISL2GMapApproved-by: BarryFSmith <bsmith@mcs.anl.gov>
Merged in jed/feature-sf-char (pull request #1511)Add signed char, unsigned char, and char support to SFApproved-by: Jed Brown <jed@59a2.org>Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
1...<<31323334353637383940>>...96