rename PetscAssert() -> PetscCheck() and PetscAssertDebug() -> PetscAssert()
add PetscAssert() and PetscAssertFalse()
make PetscInfo() variadic
SETERRQ[1-9]+ begone
TAO bound constrained solvers: properly propagate options prefix to subsolversoptions prefix is not known at creation time
remove trailing newline from SETERRQ
Merge remote-tracking branch 'origin/release'
Remove -Wunused-but-set with clang-13
Fix missing ierr =, removed incorrect CHKERRQ()Commit-type: error-checking, style-fix\spend 45m
Fix spelling errors in manpages and comments
requires: define -> requires: defined
docs: Fix broken links
Unify XXGetYYContext callsalways use void*
Some missing CHKERR[Q|MPI]
TAOBRGN gn->y size fix modified: src/tao/leastsquares/impls/brgn/brgn.c
checkBadSource: fix ierr=
PetscStack : check for correct push/popEnforce checkstack for CI jobsFixes from testsuite
Update badsource rules- Zero or more spaces are not allowed for more returning types- zero spaces not allowed for for|if|while
Fix compiler warnings
Remove all double blank lines from sourceCommit-type: petsc-style/2h
Fix code that did not pass appropriate PETSc error flags to SETERRQ()Add checkbadSource check for use of SETERRQ() without an appropriate error flagCommit-type: error-checking, bug-fix, testing-f
Fix code that did not pass appropriate PETSc error flags to SETERRQ()Add checkbadSource check for use of SETERRQ() without an appropriate error flagCommit-type: error-checking, bug-fix, testing-fix, style-fix/spend 2.5h
show more ...
Merge branch 'barry/2021-03-27/fix-matlab-ls-test' into 'main'Tao example that depends on matlab-engine mistakenly marked as depending on MatlabSee merge request petsc/petsc!3775
added explicit Hessian feature to BRGN
12345678910>>...17