Docs: small fixes and typos
Merge remote-tracking branch 'origin/release'
CI: disable tao_constrained_tutorials-ex1_5 for valgrind as it takes 40+min, and gets scheduled at the end - so runs like 'make -j 1'Timing summary (actual test time / total CPU time): tao_constr
CI: disable tao_constrained_tutorials-ex1_5 for valgrind as it takes 40+min, and gets scheduled at the end - so runs like 'make -j 1'Timing summary (actual test time / total CPU time): tao_constrained_tutorials-ex1_5: 2569.86 sec / 2571.63 sec
show more ...
Fix Typos
Make PetscErrorCode a non-discardable enum
update pdipm help menu for src/tao/constrained/tutorials/ex1.c; add a mpi test case
Manual pages: fix Synopsis of several TAO functions
Tao: switch from -tao_nm_lamda to -tao_nm_lambda
Fix some typos
Fixed TAOALMM bug causing subsolver line-search failure
Remove unneeded " on xxx" from most Collective comments in manual pagesThe phrase was unneeded 99% of the timeI did not remove in the dm directory since another MR is still active that affects th
Remove unneeded " on xxx" from most Collective comments in manual pagesThe phrase was unneeded 99% of the timeI did not remove in the dm directory since another MR is still active that affects that directoryCommit-type: documentation/spend 20m
Merge branch 'barry/2022-11-11/fixes-for-tao/release' into 'release'Some fixes for Tao while trying to help a userSee merge request petsc/petsc!5840
Fix missing "Key" and incorrect "Command" for manual page listing of Options Database Key(s):Commit-type: documentation/spend 10m
Minor cleanup of TaoALMM manual pagesCommit-type: documentation/spend 10m
source code format changes due to .clang-format changes
Transform all header-guards into ifndefs to make clang-format ignore them for preprocessor indentation
Remove parent, parentid, flops, time, mem, and memchildren. Deprecate PetscLogObjectParent(), PetscLogObjectMemory(), and PetscNewLog()
makefile: fix typo - petsckdir.mk -> petscdir.mk
docs: remove SUBMANSEC from example makefiles - and use only MANSEC (it tells what library the tests need)
Remove braces from one-liners w/o PetscCall()
Remove braces from one-liners
clang-format: convert PETSc sources to comply with clang-format
Convert setfromoptions methods over to PetscTryTypeMethod() approachFlipped the order of the arguments for the function pointers (*setfromoptions)(PetscOptionItem*,obj); and friends to make them co
Convert setfromoptions methods over to PetscTryTypeMethod() approachFlipped the order of the arguments for the function pointers (*setfromoptions)(PetscOptionItem*,obj); and friends to make them consistent with PetscTryTypeMethod() and all the other methodsCommit-type: refactorization/spend 4h
Remove the no longer needed PetscCheck(a->ops->y...Commit-type: error-checking, housekeeping/spend 10mDevelopment Tools: Vim, Emacs, Eclipse
12345678910>>...12