Add petsc4py export for TaoSetInequalityConstraintsRoutine and TaoSetJacobianInequalityRoutine
petsc4py: update python version check [min 3.6]
CI: add vermin check for petsc4py
petsc4py: set 3.23.0 release strings
Merge remote-tracking branch 'origin/release'
Increase patchlevel to 3.22.5
petsc, petsc4py fix warning triggered by setuptools v78
Remove dead code/comments
PCHPDDM: move Python examples into petsc4py source treeSee also: https://gitlab.com/petsc/petsc/-/issues/1644
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>
show more ...
Plex+PyVista: Added transforms- Now -view_pyvista_warp <f> warps by the active scalar- Now -view_pyvista_clip <xl,xu,yl,yu,zl,zu> defines a clipping box
Merge branch 'release'
Increase patchlevel to 3.22.4
Merge branch 'jrwrigh/tssetevaltimes' into 'main'ts: Add TSEvaluationTimesSee merge request petsc/petsc!8144
ts: Deprecate TSGetTimeSpan and TSGetTimeSpanSolutionsAlso rename TSGetEvaluationTimesSolutions -> TSGetEvaluationSolutionsCo-authored-by: Barry Smith <bsmith@mcs.anl.gov>
Update file Space.pyx
petsc4py: add missing IS functions
PyVista: Added ability to warp mesh by a scalar
Merge branch 'knepley/python-dmsetperiodicity' into 'main'DM: Add Python binding for DMGet/SetPeriodicity()See merge request petsc/petsc!8132
DM: Add Python binding for DMGet/SetPeriodicity()
DMSwarm+Python: Add bindings for new DMSwarm interface- Add DMSwarmCellDM type to Python as CellDM
petsc4py: modernize legacy ode demos
12345678910>>...36