Merge branch 'stefanozampini/gamg' into 'main'some housekeeping before the PETSc user meetingSee merge request petsc/petsc!6534
Fix some improper use of COMM_SELF in error reporting
Merge branch 'barry/2023-05-26/allow-mpiaij-32bit-large-nz' into 'main'Allow viewing and loading MATMPIAIJ matrices with a total number of nonzeros greater than PETSC_INT_MAXSee merge request pet
Merge branch 'barry/2023-05-26/allow-mpiaij-32bit-large-nz' into 'main'Allow viewing and loading MATMPIAIJ matrices with a total number of nonzeros greater than PETSC_INT_MAXSee merge request petsc/petsc!6514
show more ...
Fix typos
Allow creating MPIAIJ matrices with a larger number of nonzeros than can fit in a count of a 32 bit integer, so long as each brank has a small enough number
Don't use PetscMemcpy() or PetscArraycpy() to copy the ops struct
Merge branch 'barry/2023-05-14/add-fortran-petsccheck' into 'main'Add PetscCheck() and PetscCheckA() for FortranSee merge request petsc/petsc!6464
Add PetscCheck() and PetscCheckA() for FortranAlso fix incorrect use of " in Fortran examples that should be '
Merge remote-tracking branch 'origin/release'
Fix trivial typos etc in some manual pagesAlso remove manual page for SNESNGSFunction since it does not exist
Update some discussions in the users manualAlso fix 32bit, 64bit, 32 bit, 64 bit throughout and blas and blas/lapack
Fix PCASMCreateSubdomains2D() and PCGASMCreateSubdomains2D() to work from FortranTest code contributed by LEONARDO MUTTIReported-by: LEONARDO MUTTI <leonardo.mutti01@universitadipavia.it>
Fix manual pages in viewers subdirectory of sys
Fix PetscCallMPI(MPI_Allreduce()) with PETSc types
Fix documentation
Format the ftn-custom files with clang-format. Apparently no particular reason we did not format them initially
Use strerror() to print the cause of system errors to help users debug problems related to IOCommit-type: usabilityBranch-name: barry/2023-03-30/use-strerror-for-sys-errorsBranch-root: mainBran
Use strerror() to print the cause of system errors to help users debug problems related to IOCommit-type: usabilityBranch-name: barry/2023-03-30/use-strerror-for-sys-errorsBranch-root: mainBranch-purpose: Use strerror() to print the cause of system errors to help users debug problems related to IO
Fix some documentation and typos
More manual page fixes
Remove need for seperate lib/petsc/conf/test file by merging with rules fileCommit-type: maintainability
12345678910>>...64