Fix missing equal sign
Proper capitalization from Gram-Schmidt orthogonalization
Fix terminology for Pmat in KSPView output.
Doc: Update tutorials and meeting page
docs: remove broken URLs from tutorials
Test: globsearch was changed to search
Remove use of preconditioning or preconditioner matrix when it should be phrased as matrix used to construct preconditioner
Move the old tutorial slides from https://www.mcs.anl.gov/petsc/documentation/tutorials to https://petsc.gitlab.io/tutorials
Convert docs/tutorials/*.rst to .md files
Edit in_person.rst
Fix double whitespace after colon
Perf: Updated TAS Updates - Included quick start man page - Added CSV reading feature - Added check to for PETSC_DIR enviromental variable - Added ability to specify multiple files via command line -
Perf: Updated TAS Updates - Included quick start man page - Added CSV reading feature - Added check to for PETSC_DIR enviromental variable - Added ability to specify multiple files via command line - Added check to ensure PETS_DIR env variable present. If not an error messages is displayed. - Added command line support for updating alias and associated directory. a. There is now a command line option to set the default as well as one to add new additional ones. b. Added checks to ensure that prior alias is not overwritten without user prompting c. Added checking that the directory to be added exists If it doesn't user is prompted to ask for it to be created. - Added comments for autodocing of new functions - Added command line support for fields - Removed all absolute path references - Improved error checking
show more ...
Merge branch 'barry/2023-07-29/manual-page-bibliography-automation' into 'main'Create system for automatically adding References: section when {cite} appears in the manual pageSee merge request p
Merge branch 'barry/2023-07-29/manual-page-bibliography-automation' into 'main'Create system for automatically adding References: section when {cite} appears in the manual pageSee merge request petsc/petsc!6769
Fixes for bibtex processingCommit-type: housekeeping
Less verbose MatSchurComplement
minor cleanup of tutorials material, introductions etc
Have PETSc's website include petsc4py API docPut slightly more mention of petsc4py in websiteTODO: improve website presentation and introduction to petsc4pyCommit-type: documentationThanks-to:
Have PETSc's website include petsc4py API docPut slightly more mention of petsc4py in websiteTODO: improve website presentation and introduction to petsc4pyCommit-type: documentationThanks-to: Satish BalayDevelopment Tools: Vim, Emacs, Eclipse
cleanup organization of website table of contents for tutorialsSimplier, clearerCommit-type:documentation
Remove confusing and un-need docs directory that contains manualCommit-type: housekeeping
Make PetscErrorCode a non-discardable enum
Docs: remove or add space before back tick
Perf: Updated TAS Updates- Included quick start man page- Added CSV reading feature- Added check to for PETSC_DIR enviromental variable- Added ability to specify multiple files via command line-
Perf: Updated TAS Updates- Included quick start man page- Added CSV reading feature- Added check to for PETSC_DIR enviromental variable- Added ability to specify multiple files via command line- Added check to ensure PETS_DIR env variable present. If not an error messages is displayed.- Added command line support for updating alias and associated directory. a. There is now a command line option to set the default as well as one to add new additional ones. b. Added checks to ensure that prior alias is not overwritten without user prompting c. Added checking that the directory to be added exists If it doesn't user is prompted to ask for it to be created.- Added comments for autodocing of new functions- Added command line support for fields- Removed all absolute path references- Improved error checking
Shorten the headings for the top most TOC since they are display across the top of the screenDocumentation indicates that Short name <filename>should use the Short name in the titles but this
Shorten the headings for the top most TOC since they are display across the top of the screenDocumentation indicates that Short name <filename>should use the Short name in the titles but this did not work, the long title in the file was usedas the headings on the top of pages so give up on it.Commit-type: documentation
Run clang-format on examples that are included in manual with start-at and update the manual so it will find the find reformated source cNote the use of // clang-format off to prevent clang from ta
Run clang-format on examples that are included in manual with start-at and update the manual so it will find the find reformated source cNote the use of // clang-format off to prevent clang from taking in the entire try {} and turning it into a single unreadable line of code/spend 15m
Remove extra spaces and unwanted plurals
123