Merge remote-tracking branch 'origin/release'
Merge branch 'stefanozampini/minsurf-local' into 'main'Improve support for nonlinear domain decomposition solversSee merge request petsc/petsc!7084
DMPLEXSNES: support objective functions
Update references in the manual pages to use Sphinx citation processing
Fix -Wzero-as-null-pointer-constant errors
Tao minsurf2 tutorial: use da command line
SNESLINESEARCHBT: fix quadratic interpolation caseimprove code readiblity
SNESNEWTONTR: code improvementssupport QN modelsaccepts Cauchy point if it is on the boundaryEnlarge trust region only if direction is on the boundaryUse previously estimated largest eigenval
SNESNEWTONTR: code improvementssupport QN modelsaccepts Cauchy point if it is on the boundaryEnlarge trust region only if direction is on the boundaryUse previously estimated largest eigenvalue of hessian in minimum decreaseCustomize trust region normFix dogleg path computationUpdate output files and add tests
show more ...
SNES: hook PCLMVM
PCLMVM: support automatic updates and operators of type MATLMVM
TAOSNES: call setfromoptions at setup time
Merge branch 'hsuh/tao-soft-typo-fix' into 'main'TaoSoftThreshold typo fix, and early exit if no-opSee merge request petsc/petsc!7003
Fixing typo in TaoSoftThreshold, and added early exit if no-op case is encountered
fix analyser error, wants the function to be declared as static directly
Fixes for use of Calling Sequence of ... in the manual page
Spell matlab correctly as MATLABCommit-type: housekeeping
Merge branch 'barry/2023-10-25/rename-rules-doc' into 'main'Rename rules.doc and rules.utils because GitLab treats the former as a MS Word document.See merge request petsc/petsc!6965
Merge branch 'stefanozampini/ngmres-objective' into 'main'Support objective functions in SNESNGMRESSee merge request petsc/petsc!6957
SNESNGMRES: support objective functionsRemoved some PetscSqrtReal calls.I don't understand why PetscSqrtReal(norm) was used.The norm is already the result of a sqrtSome testing output has improv
SNESNGMRES: support objective functionsRemoved some PetscSqrtReal calls.I don't understand why PetscSqrtReal(norm) was used.The norm is already the result of a sqrtSome testing output has improved (probably it was a bug?)add tests for objective functions in TAO
Rename rules.doc and rules.utils because GitLab treats the former as a MS Word document.Thanks-to: Jed Brown
Remove DIRS variable and unneeded tabs from all makefiles since no longer neededCommit-type: housekeeping
12345678910>>...62