TaoLineSearch: initiliaze monitor function to NULL when creating the object
TAO: unify options for bounded Newton-KrylovFix typos here and there
Minor
fix single precision tests
Merge remote-tracking branch 'origin/release'
Remove -Wunused-but-set with clang-13
code format fixes for MR4463
Fix missing ierr =, removed incorrect CHKERRQ()Commit-type: error-checking, style-fix\spend 45m
style-fixes
added MFFD hessian tests for Newton-type methods
eliminated unnecessary duplication of the Hessian that was breaking MATMFFD types
Style: replace "!rank" with "rank == 0"In SF tutorial ex1 (src/vec/is/sf/tutorials/ex1.c), add parentheses around "rank == 0". This is relevant because ! binds more tightly than +, but == binds les
Style: replace "!rank" with "rank == 0"In SF tutorial ex1 (src/vec/is/sf/tutorials/ex1.c), add parentheses around "rank == 0". This is relevant because ! binds more tightly than +, but == binds lesstightly, so the result of the computation would otherwise change.
show more ...
Merge branch 'stefanozampini/cray-arm' into 'main'Initial support on A64FX with Cray compilersCloses #991See merge request petsc/petsc!4312
Merge branch 'hzhang/tao-pdipm-update' into 'main'add PCSetPreSolve(); resolve remaining issues of MR3821See merge request petsc/petsc!4120
Merge remote-tracking branch 'origin/jose/fix-manpages'Fix manpages to avoid errors reported by doctextSee merge request petsc/petsc!4309
Merge branch 'stefanozampini/nec' into 'main'Initial support for NEC-SX Aurora TsubasaSee merge request petsc/petsc!3987
Fix typos
Fix manpages: more errors reported by doctext
Fix manpages: mismatching number of parameters
TAO blackscholes: add alt files
Fix manpages: Input/Output Parameters --> Parameter
Fix manpages: Input/Output Parameter --> Parameters
g++11: fix -Werror=misleading-indentation
1...<<11121314151617181920>>...62