petsc4py: fix missing CHKERR()
petsc4py: silence more warnings in Cython-generated C code
Merge branch 'tisaac/feature-type-generic-petsc-valid-pointer' into 'main'Implement a type generic PetscValidPointerSee merge request petsc/petsc!6693
Silence Clang warnings in Cython-generated C code
petsc4py: Update to Cython 3
Merge remote-tracking branch 'origin/release'
Rename PetscValidPointer -> PetscAssertPointer
Deploy new PetscValidPointer, remove PetscValidXXXPointer
petsc4py: update cython version check message
Merge branch 'stefanozampini/fix-scatter-py' into 'main'petsc4py: fix VecScatter API specsSee merge request petsc/petsc!6683
petsc4py: Pin Cython 0.29.36
Merge branch 'stefanozampini/remove-unused-api' into 'main'remove API definition of functions without any implementation codeSee merge request petsc/petsc!6728
petsc4py: fix VecScatter API specs
Remove unused some dead API. These had header declerations but no correspondingdefinitions in the source tree.
matrix free in docs and comments should be matrix-free
Try: require = 'Cython == 0.29.36'As petsc4py has build errors with cython-0.30.0
Fix -Wextra-semi-stmt
Remove -log_summary
Remove -malloc [no] option
Add BNCG and TaoLineSearch in petsc4py.
Merge branch 'release'
Increase patchlevel to 3.19.3
Mat: Now MatLRC registers a creation routine and responds like a regular Mat typeCo-Authored-by: Jose E. Roman <jroman@dsic.upv.es>
1...<<11121314151617181920>>...36