pluck ~1000 low hanging PetscCheckFalse() -> PetscCheck() fruit
chkerr and friends wrapped
fixed strange semi-colon bug in TSRKRegisterAll()
Remove many PetscCheckFalse() from tsCommit-type: style-fix/spend 1hThanks-to: Jose E. Roman <jroman@dsic.upv.es>
doc: more fixes to remove build warnings
doc: Fix a variety of manual page formatting issues/spend 1h
doc: fix References: sectionNotation:. * - textor. year - text
Doc: Trying to remove all reported errors - Since it reports as an error, and only occurs a very few times, I have removed the Imput/Output Parameters sections and replaced them by Output Parameters
Doc: Trying to remove all reported errors - Since it reports as an error, and only occurs a very few times, I have removed the Imput/Output Parameters sections and replaced them by Output Parameters with documentation
show more ...
Merge remote-tracking branch 'origin/release'
Workaround for matrix-free BEuler in Python- petsc4py uses the "Python" matrix class for a matrix-free implementation. Unlike MatShell, support for MatScale and MatShift is missing in petsc4py. As
Workaround for matrix-free BEuler in Python- petsc4py uses the "Python" matrix class for a matrix-free implementation. Unlike MatShell, support for MatScale and MatShift is missing in petsc4py. As a workaround, this commit removes MatScale in BEuler and scales the vector to be multiplied instead.- JacobianP evaluation in RK is needed only when b is nonzero.
rename PetscAssert() -> PetscCheck() and PetscAssertDebug() -> PetscAssert()
deprecate PETSC_STATIC_INLINE
add PetscAssert() and PetscAssertFalse()
make PetscInfo() variadic
SETERRQ[1-9]+ begone
Add TSRemoveTrajectory()
Merge branch 'hongzh/fix-irk-null-jacobian' into 'release'TSIRK: fix null jacobianSee merge request petsc/petsc!4679
Add RK2B (the explicit midpoint method)
remove trailing newline from SETERRQ
Fix doc for TSIRK
TSIRK: fix null jacobianSNESGetJacobian() returns a null matrix in TSSetUp_IRK(). This fix changes it to TSGetIJacobian().Commit-type: bug-fix\spend 20mReported-by: Mattew Knepley
Merge branch 'stefanozampini/split-tao' into 'main'TAO: unify options for bounded Newton-KrylovSee merge request petsc/petsc!4581
Adding Gonzalez term to DG
12345678910>>...54