Final additions of SNESSetInitialFunction(Norm) to composed solversHg-commit: 5375914801375fa2b7cc9f8b7b4844f16fcaf1e0
Added SNESSetInitialFunction and SNESSetInitialFunctionNorm to avoid redundant work while composing nonlinear solversHg-commit: bc1f6a469d5f148a18359ef9db72897c6019b77b
name spaced a few private SNES functions for code clarityHg-commit: 9779eda9a340614d999b650815e6493f3089e639
Rename include/private/ to include/petsc-private/Hg-commit: 9a1730720b0d9756437b40462617551504641ade
Added a flag snes->tolerancesset, which enables user-set tolerances in the SNES to persist beyond SNESCreate_XXX setting new defaults for certain solvers.Hg-commit: a0d2abdbdfa41cb2bffdfdd405833866
Added a flag snes->tolerancesset, which enables user-set tolerances in the SNES to persist beyond SNESCreate_XXX setting new defaults for certain solvers.Hg-commit: a0d2abdbdfa41cb2bffdfdd40583386691100017
show more ...
PetscLineSearch renamed to SNESLineSearchHg-commit: bd6cf52a5297e10668ea19afb61e9e719f86befc
fix warningHg-commit: 5fb5b1783fe8e8f3348ea6a6557fd22037d3a359
Pushed the PetscLineSearch interface forward into SNES properHg-commit: 73c501757b30415edb078f4e9483eaa17edd8d12
Namespaced the LineSearch into PetscLineSearchHg-commit: 26f9518a3e47a8fbf342a60b124de65d104c86c8
Added LineSearchShell and enough interface to write Shells well.Hg-commit: bcbb45ee42ee1592b5598ef5e7174cd0391697da
Added the critical point (cp) line searchHg-commit: 996e2986f4f54ed57c7d88d6bcd0efa3c350ac72
Changed the name of "secant" line search to the more accurate "critical"Hg-commit: 8c0d6f59a1049c232aff6f95855cf0b66563b9c4
Doc fixes; C89 fixes.Hg-commit: e9678e13156d153058f5d073eeedcf07290aa602
more composition work on QN and NCGHg-commit: c3d0903ad0ab1eec40367f9679499a3caaed6770
one more small fix to NCG preconditioningHg-commit: d64384d9d55dd9804d7247aaf989e9d9df229a2b
NCG preconditioning fix, FAS options fixHg-commit: 80373b530f4989bfa9f0214836e94c52faec80c0
added SNESLineSearchApply(), SNESLineSearchPreCheckApply() and SNESLineSearchPostCheckApply() to the interfaceHg-commit: 2c13a8e4d8b8ac5f9278109127dbdacc4d0d6da6
set snes->max_its and snes->max_funcs to be appropriate values for new SNES solversHg-commit: 178cccead9cd0386074217651ed25b5a410dcd41
SNESReset_XXX does not need to mess with work vectorsHg-commit: 386f6e43210e955c03106668c7484128e96eb8cd
removed snes_use_gs and snes->usegs; use SNESGS instead nowHg-commit: 33cdc58540214fb127aed640a53850526359edf5
Mass revert file modes that were made executable in f6e61ee9c329Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5
changed MatMatMult to MatTranposeMatMult.Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f
Small sign fix in NCG; changed default method to most empirically robustHg-commit: 40c563d3b9a9e3d6037bba681e19a5169b007a6a
Fixed preconditioning of NCG so the outer method works on the preconditioned problemHg-commit: b209b72366a3fa21692e502b971a7d0f81f317f2
flipped the signs on all the line searches to Newton solver conventionHg-commit: 1e3e3c9ab80ca8f717f4282912b8d9d328defb21
12345678