Fix build error with linux-misc-32bit
Fix C++20 implicit enum-float conversions
Remove empty preprocessor variables
Merge branch 'barry/2023-02-22/rm-locdir' into 'main'Remove need for hardwired LOCDIR in all makefilesSee merge request petsc/petsc!6113
Remove unneeded declarations of LOCDIR from all the makefilesCommit-type:documentation
Double spaces, wrong backticks, or unneeded braces
Merge branch 'heeho/ntrdc-fix' into 'main'modifying ntrdc to remove inner iteration convergence check and allow the...See merge request petsc/petsc!6080
modifying ntrdc to remove inner iteration convergence check and allow the algorithm to check validity
Merge remote-tracking branch 'origin/release'
Fix Typos
Make PetscErrorCode a non-discardable enum
Modernize and clean up petscsys.h- Deprecate PETSC_NULL.- Switch from preprocessor defines to anonymous enums for constant expressions.- Surround macro arguments in ().- Remove redundant casts.
Modernize and clean up petscsys.h- Deprecate PETSC_NULL.- Switch from preprocessor defines to anonymous enums for constant expressions.- Surround macro arguments in ().- Remove redundant casts.- Clean up overly complex preprocessor defines in various PetscMem*() functions.
show more ...
Bourdin/snesvi get variable bounds
Remove unneeded " on xxx" from most Collective comments in manual pagesThe phrase was unneeded 99% of the timeI did not remove in the dm directory since another MR is still active that affects th
Remove unneeded " on xxx" from most Collective comments in manual pagesThe phrase was unneeded 99% of the timeI did not remove in the dm directory since another MR is still active that affects that directoryCommit-type: documentation/spend 20m
Merge branch 'stefanozampini-release-patch-58124' into 'release'SNESQN: fix jacobian updateSee merge request petsc/petsc!5878
SNESQN: fix jacobian updateWe need to use jacobian, and not jacobian_pre to check for the Powell conditions
Fix manpage link that should have been DMSetComputeVariableBounds()Commit-type: documentation/spend 5mReported-by: Richard Katz <richard.katz@earth.ox.ac.uk>
Fix missing "Key" and incorrect "Command" for manual page listing of Options Database Key(s):Commit-type: documentation/spend 10m
Docs: remove or add space before back tick
Merge branch 'jacobf/2022-09-23/misc-vec-fixups' into 'main'Misc Vec FixesCloses #1184See merge request petsc/petsc!5677
Change the remaining if !defined() header guards that were missed during The Great Formatting 2 to ifndef
Fix SNESMSStep_3star() VecMAXPY() reusing vectors in VecMAXPY()
source code format changes due to .clang-format changes
Transform all header-guards into ifndefs to make clang-format ignore them for preprocessor indentation
No longer a need for a seperate --with-matlab-engine since their are not fragile MATLAB version dependent librariesthat may be work for some users/spend 20m
12345678910>>...73