minor: fix typos
Merge branch 'knepley/fix-plex-lexi-order' into 'main'Plex: Fix lexicographic closure orderingSee merge request petsc/petsc!7173
Plex: Discontinuous fields do not have unknowns on faces/edges- Fix tensor ordering to allow discontinuous simplex fields
Missing calls to PetscSafePointerPlusOffset()
Fix "Extra spaces in test harness rules" in checkbadSource
fix makefiles with tab char
Sys: add PetscSafePointerPlusOffset() to pacify UBSan
Merge branch 'jolivet/winter-housekeeping' into 'main'Package updatesSee merge request petsc/petsc!7143
Revert 41751ff936f2543999449f2cc826710c93affeac and e062e8b5c69bd8f5e0f7bcfa9dba51a49804e758
Merge branch 'barry/2023-12-26/fix-some-mansec' into 'main'Fix the directory some code is in to get it listed in the proper MANSECSee merge request petsc/petsc!7146
Merge remote-tracking branch 'origin/release'
Minor fixes to website material
Minor fix for manual page for PetscViewerHDF5Load
The next few commits fix the directory some code is in to get it listed in the proper MANSEC or SUBMANSECIn this first commit it is PetscViewerHDF5ReadSizes and PetscViewerHDF5Load
Merge branch 'barry/2023-12-22/rm-libbase' into 'main'LIBBASE is no longer used in make so remove itSee merge request petsc/petsc!7139
LIBBASE is no longer used in make so remove it
Remove MANSEC from makefiles it is not needed in, tutorials and tests
SF: fix a typo as MPIX_STREAM is currently only enabled with CUDA in PETSc
Merge branch 'barry/2023-12-14/rm-pcfieldsplit-issetblocksize/release' into 'release'Fix the incorrect error checking for ISSetBlockSize() that triggersSee merge request petsc/petsc!7122
Fix the incorrect error checking for ISSetBlockSize() that triggers[0]PETSC ERROR: --------------------- Error Message --------------------------------------------------------------[0]PETSC ERROR:
Fix the incorrect error checking for ISSetBlockSize() that triggers[0]PETSC ERROR: --------------------- Error Message --------------------------------------------------------------[0]PETSC ERROR: Invalid argument[0]PETSC ERROR: Block size 2 is incompatible with the indices: non consecutive indices 0 2[0]PETSC ERROR: WARNING! There are unused option(s) set! Could be the program crashed before usage or a spelling mistake, etc![0]PETSC ERROR: [1]PETSC ERROR: --------------------- Error Message --------------------------------------------------------------Reported-by: 1807580692 <1807580692@qq.com>
show more ...
PetscSectionCopy: allow skipping additional constrained dofs
PetscSection: support NULL indices for constrained indices
12345678910>>...96