fixes from recent linter change
chkerr and friends wrapped
Minor
rename PetscAssert() -> PetscCheck() and PetscAssertDebug() -> PetscAssert()
add PetscAssert() and PetscAssertFalse()
make PetscInfo() variadic
SETERRQ[1-9]+ begone
Fix missing ierr =, removed incorrect CHKERRQ()Commit-type: error-checking, style-fix\spend 45m
Fix manpages: more errors reported by doctext
Fix manpages: Argument --> Parameter (required to enable sowing checks)
Fix manpages: mismatching number of parameters
Fix manpages: Input/Output Parameters --> Parameter
Fix manpages: Input/Output Parameter --> Parameters
Remove all double blank lines from sourceCommit-type: petsc-style/2h
Linter using libClang that checks PetscValidHeaderSpecifcType, PetscValidHeaderSpecific, PetscValidHeader, PetscValid[XXX]Pointer, PetscValidType, PetscCheckSameComm, PetscValidLogicalCollectiveXXX f
Linter using libClang that checks PetscValidHeaderSpecifcType, PetscValidHeaderSpecific, PetscValidHeader, PetscValid[XXX]Pointer, PetscValidType, PetscCheckSameComm, PetscValidLogicalCollectiveXXX for validity. Automatically generates diff files for problems with a known solution.
show more ...
Found location where SETERRQ() was not immediately called when snes->errorifnotconverged was set.This makes tracking down and debugging issuses in this situation more difficult.Commit-type: error
Found location where SETERRQ() was not immediately called when snes->errorifnotconverged was set.This makes tracking down and debugging issuses in this situation more difficult.Commit-type: error-checkingProject: hyperbolic/spend 30m
Fix several typos in error strings
SNES: Replace 0 -> NULL for pointers
SNESLineSearchGetType: add missing interface
Remove usage of PETSC_HAVE_FORTRAN_STDCALL, PETSC_BLASLAPACK_STDCALL, HAVE_FORTRAN_MIXED_STR_ARG flags - as Compaq f90 compiler is no longer supported
Fix more typos and add missing examples
Fix docs for SNESNCG, add NCG linesearch that was in the code and not connected, call SNESSetFromOptions() on NPCCommit-type: feature, documentation
Fix a bunch of PetscValidPointer() -> PetscValidXXXPointer()
Merge from doc-fixes branch
Fixes for doctext update
1234567891011