Skip to content
Success

Changes

Summary

  1. Add some missing ticks in mat.rst (details)
  2. Bug fix for the -ts_trajectory_solution_only mode (details)
  3. The tablevel for the KSP inside the SNES inside a SNESCOMPOSITE was not properly incremented (details)
  4. Fix bug in SNESCOMPOSITE, it does not use Jacobian/pre passed in by user on subprob lems.. (details)
  5. pip-petsc4py: Fix NumPy dependency pin (details)
  6. Explain what a PETSc release patch is with examples (details)
  7. MatShellGetScalingShifts: fix wrong order in parameter (details)
  8. docs: fix typo (details)
Commit 2b0ba18754f42ae67a4096bbcc621cca738a3206 by bsmith
Add some missing ticks in mat.rst
The file was modified doc/manual/mat.rst (diff)
Commit 14d3d187916dbafcd25032d5e56c67aa87b29dba by hongzhang
Bug fix for the -ts_trajectory_solution_only mode

Methods with FSAL use the information from the previous time step, which is not available during the adjoint solve. Setting steprestart to true can disable the FSAL optimization.
The file was modified src/ts/trajectory/impls/memory/trajmemory.c (diff)
Commit 31f8325929c7c49bf6d662f4b6e34dcbbc81b7e9 by bsmith
The tablevel for the KSP inside the SNES inside a SNESCOMPOSITE was not properly incremented
The file was modified src/snes/impls/composite/snescomposite.c (diff)
Commit 36e53afa52060a417ec90879b8d76a9e7db64a9b by bsmith
Fix bug in SNESCOMPOSITE, it does not use Jacobian/pre passed in by user on subprob lems..

Reported-by: Philip Cardiff
The file was modified src/snes/impls/composite/snescomposite.c (diff)
Commit f566d94923bc9793725926f8cb3f9d964c583ae2 by dalcinl
pip-petsc4py: Fix NumPy dependency pin

https://numpy.org/doc/stable/dev/depending_on_numpy.html#numpy-2-0-specific-advice
The file was modified src/binding/petsc4py/setup.py (diff)
Commit 5e3d65a3fbc98b353492cb251fd48534e5d42816 by balay
Explain what a PETSc release patch is with examples
The file was modified doc/install/download.rst (diff)
The file was modified doc/petsc.bib (diff)
Commit 05694d27e065bf2a9fa2a9a49a5a8390e553f4cf by pierre
MatShellGetScalingShifts: fix wrong order in parameter
The file was modified src/mat/impls/normal/normm.c (diff)
The file was modified doc/petsc.bib (diff)