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 ...
added setting KSPCR for eigen estimates in GAMG for symmetric and hermetian matrices
Merge remote-tracking branch 'origin/release'
Merge branch 'barry/2022-02-11/fix-petscmalloc1-sizeof' into 'main'Use size_t for certain counts to limited unneeded conversions from signed to unsignedSee merge request petsc/petsc!4839
Fix capitalization of proper nouns etc in PETSc documentationAdd capitalization guide to the developers style guideCommit-type: documentation/spend 20m
TAO: add TAOPYTHON classdeprecate Tao basic API to match SNES and TS paradigmsTaoSetFromOptions: call TaoLineSearchSetFromOptions
TAO: fit Event name into proper length
TAO: cleanup makefiles
TAO: code formatting
Update Fortran callback sizes to be in size_tThis decreases the number of warnings about conversion from signed to unsignedCommit-type: style/spend 5m
rename PetscAssert() -> PetscCheck() and PetscAssertDebug() -> PetscAssert()
deprecate PETSC_STATIC_INLINE
add PetscAssert() and PetscAssertFalse()
make PetscInfo() variadic
SETERRQ[1-9]+ begone
Update tests output
TAOALMM: cleanup
petsc4py: add test for equality constraints callbacks
TAO bound constrained solvers: properly propagate options prefix to subsolversoptions prefix is not known at creation time
TaoLineSearch: cleanup interface a little bit
TAOBNK: cleanup
TAO: cleanup solver interfaceadd missing checksset maxnfuncs to -1 (each solver sets its own)Now, using -1 let Tao continue iterating until convergence is declared
remove trailing newline from SETERRQ
Merge branch 'stefanozampini/split-tao' into 'main'TAO: unify options for bounded Newton-KrylovSee merge request petsc/petsc!4581
1...<<11121314151617181920>>...62