Merge branch 'maint'
removed outdated documentation on no longer needed flag about matrix sparsityReported-by: Robert Nourgaliev <nourgaliev1@llnl.gov>
Merge branch 'maint'Conflicts: config/BuildSystem/config/packages/ml.py src/ksp/pc/impls/mg/mg.c
fix formatting of some manual pagesspecifically remove use of $ from the middle of parameter or options lists
Merge branch 'barry/fix-options-default'Conflicts: src/ksp/ksp/examples/tutorials/ex52.c
update use of PetscOptionsBool() to not rely on default setting automatically
cleanup of use of PetscOptionsInt and friends including use of flag final argument
clarify documention on ksp count in history
tao->ksp_its is per iteration, tao->ksp_tot_its is per solve
removed Tao use of antediluvian PETSC_C_BEGIN/END with PETSC_EXTERN for Tao implementation class constructors
Merge branch 'adam_qc/add-taogetcurrentfunctionevaluations' of /home/sarich/petsc-remotes into adam_qc/add-taogetcurrentfunctionevaluations
Add TaoGetCurrentFunctionEvaluations.
add fortran stubs for accessing default monitors
Merge branch 'sarich/tao-get-number-ksp-its'
separate total TAO ksp count from per-iter count
add accessor to total ksp its
TAO: Enable interface for complex scalar builds
Merge branch 'sarich/tao-purge-dm'
remove taodm from headers
fix viewer issues in tao and taolinesearch
tao: documentation update
removed outdated docs and comments on MatStructure usageremoved SAME_PRECONDITIONER since no longer usedremoved unneed use of MatStructure in Schur complement matrix
removed MatStructure arguments from Tao
the compute Jacobian functions for SNES and TS now do not take a MatStructure flag
completed cleanup of removal of matrix pointers to compute jacobian routinesupdate changes filefixed tao examples to no longer use Mat* arguments for Jacobian/Hessian etc computations
1...<<111213141516