Docs: remove inexisting API
Merge remote-tracking branch 'origin/release'
Remove use of preconditioning or preconditioner matrix when it should be phrased as matrix used to construct preconditioner
Add `MatFDColoringFn` typedef
Remove the last of the uses of $ in the first line of formatted manual pages
Do not expose unneeded symbols
Merge branch 'stefanozampini/fix-ops-settype' into 'release'nullify all ops pointers for SNES and TAOSee merge request petsc/petsc!8279
nullify all ops pointers for SNES and TAOOtherwise, codes like the one below failsSNESSetType(snes, SNESNEWTONTR)SNESSetType(snes, SNESNEWTONLS)SNESReset(snes) // Uses function pointer set by TR
Merge branch 'jolivet/fix-typos' into 'release'Fix typosSee merge request petsc/petsc!8259
Fix manual pages related to FortranRemove a couple of dead Fortran bindings
Fix typos
Minor cleanup of Fortran binding stuff to simplify future maintainanceThere is no distinction between F90 and non-F90 code so combine ftn-custom and f90-custom directories and fortranimpl.h and f90
Minor cleanup of Fortran binding stuff to simplify future maintainanceThere is no distinction between F90 and non-F90 code so combine ftn-custom and f90-custom directories and fortranimpl.h and f90impl.h files. Also move uses of f90 to ftn when simple
show more ...
Fortran 90: fully embrace After 34 years!- deprecate use of 'F90' in Fortran function names- use Fortran pointers when appropriate- the new Fortran API is not backward compatible with previous ve
Fortran 90: fully embrace After 34 years!- deprecate use of 'F90' in Fortran function names- use Fortran pointers when appropriate- the new Fortran API is not backward compatible with previous versions!- also clean up inconsistent PETSc code detected by new Fortran generation tools- drop use of bfort- automatically generate all the Fortran PETSc objects, enums etc from the include files- generate most of the Fortran interface definitions and functions from the source code- simplify the number and organization of Fortran modulesCo-authored-by: Jose E. Roman <jroman@dsic.upv.es>
some doc/manual page fixes
Improve some SNES documentation especially with regard to nonlinear preconditioning
SNES: Initialize local coordinates with grid sequencing, Automate bounds creation- Add DMPlexSetSNESVariableBounds()- Set bounds in PetscConvEst- Added error viewer in PetscConvEst
SNESSolve: fix docs
Improve some manual pages in KSP/SNES
12345678910>>...74