fix some TAO source code formatting
Merge branch 'sarich/fix-lmvm-warning'
Merge branch 'sarich/fix-tao-tron-nofree'
Merge branch 'sarich/fix-pounders-initial-monitor'
remake leastsquares output files
update tao monitor display, check for duplicate monitors
remove extra petscfunctionreturn in lmvm
add inital function value to pounders monitoring
exit tron gracefully when no free variables
MatADA: fix MatGetSubMatrix_ADA()- isrow and iscol have to be the same: add a test- use VecGetSubVector() to get the appropriate subset of the diagonal vector D2
Merge branch 'tisaac/simplify-register-all'Removed the XXXRegisterAll() functions from the public interface. These should now only be handled by the package intialization functions.
elliptic example scattered back into the input X of MatMultXXX() for no reason.Detected by new VecLockPush() and Pop() mechanism
Merge branch 'karpeev/fix-ksp-matgetschurcomplement-pmatreuse' into barry/experimentConflicts: src/ksp/ksp/utils/schurm.c
minor fixes to PetscInfo() formating
simplify option object names
added --with-threadsafety flagother cleanup for threadsafetyremoved Euclid due to bit rot
further XXXSetFromOptions_YY() that need options object
updated new XXXSetFromOptions_YYY() methods to take PetscOptionsObjectType
manual merge of conflict
mv include/finclude to include/petsc-finclude for namespacing in installs
Merge branch 'sarich/fix-tao-lcl_h-include'
Merge branch 'knepley/fix-plex-snes-examples'* knepley/fix-plex-snes-examples: SNES ex12, ex62, TAO ex1: Cast boundary values function SNES ex12 and ex62: Fixed use of PetscBool SNES ex52: Re
Merge branch 'knepley/fix-plex-snes-examples'* knepley/fix-plex-snes-examples: SNES ex12, ex62, TAO ex1: Cast boundary values function SNES ex12 and ex62: Fixed use of PetscBool SNES ex52: Removed since functionality is now available in any example
show more ...
remove need to reference lcl.h in pde-constrained examples
-ksp_richardson_scale was ignored when PCApplyRichardson() was usedFix: turn off PCApplyRichardson() when scale is not 1 and print PetscInfo warningReported-by: Mark Adams <mfadams@lbl.gov>Fixed
-ksp_richardson_scale was ignored when PCApplyRichardson() was usedFix: turn off PCApplyRichardson() when scale is not 1 and print PetscInfo warningReported-by: Mark Adams <mfadams@lbl.gov>Fixed missing carriage return in uses of PetscInfo() and missing ierr CHKERRQ() usage
tao: put PetscFinalize() in rosenbrock example.
1...<<51525354555657585960>>...62