Super minor changes to fix grammer and coding style.Time: 5 minutes
Finishing elimination of static functions from header files andorganizing the source code.Time: 0.25 hours
Static functions should not be declared in the header files.Time: 0.1 hour
Conform to PETSc standard styleTime: 0.5 hour
Update bound constrained solvers for updated calling sequenceTime: 10 minutes
Merge branch 'barry/housekeeping-1'
removed a bunch of unneeded inclusions of xxximpl.h which exposed private data where it did not have to be exposedalso made more systematic the inclusion of the base xxximpl.h in the derived yyyimp
removed a bunch of unneeded inclusions of xxximpl.h which exposed private data where it did not have to be exposedalso made more systematic the inclusion of the base xxximpl.h in the derived yyyimpl.hso the inclusion is done in the include file rather than in each source code that includes it
show more ...
Update output files after change in PetscObjectPrintClassNamePrefixType
Updated script for detecting visible symbolsRemoved unneeded visibility of some symbolsFixed some namespacingRemoved the use of unneeded implementation includes in the TAO code
fix a variety of set but not used variables in examples detected by clang static analyzermostly ierr that are not checked.
Fix most C examples to return ierr on failed PetscInitialize() or PetscFinalize()Formatting fixes for many C examples including removing extra linesFixed a few set but not used variables detected
Fix most C examples to return ierr on failed PetscInitialize() or PetscFinalize()Formatting fixes for many C examples including removing extra linesFixed a few set but not used variables detected by the clang static analyzer
Changed the C examples to return the error code in main()
Merge remote-tracking branch 'origin/balay/fix-fortran-unused_variables'
Removed excessive use of TaoGetConvergedReason() in Tao examplesLeft one example that uses it but converts the result to a stringAdded two run tests for Tao that require SuperLUThis replaces th
Removed excessive use of TaoGetConvergedReason() in Tao examplesLeft one example that uses it but converts the result to a stringAdded two run tests for Tao that require SuperLUThis replaces the pull request 324 that left the uses of TaoGetConvergedReason()in multiple examples
fix unused variables in fortran examples.
completed removing "variable set but not used" based on outputfrom clang static analyzerTime: . 1 hours
Fixes for issues found with clang static analyzer,mostly set but unused variablesTime: 1 hour
check if gAg is not infinitesimal
fix a typo in defining tolerances
adjust convergence tolerance so test output history is the same for double and __float128 precision
Merge branch 'master' into barry/petscoptions-object
Complete update to new PetscOptions interface
update no change test output based on removal of Tao fatol and frtol
Begin renaming the PetscOptions objects for the future where PetscOptions will not be a singleton
updating no change example output for Tao examples whose convergence conclusion was changed due to removing fatol and frtol tolerances
1...<<11121314151617181920