| d47c99ef | 29-Jan-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'release' |
| 5dc3a7e5 | 29-Jan-2025 |
Satish Balay <balay@mcs.anl.gov> |
Increase patchlevel to 3.22.3 |
| 52c29a0d | 29-Jan-2025 |
Satish Balay <balay@mcs.anl.gov> |
petsc4py: use '-Wno-pedantic', '-Wno-extra-semi-stmt' to trim warning messages during build
Co-authored-by: Pierre Jolivet <pierre@joliv.et> Co-authored-by: Lisandro Dalcin <dalcinl@gmail.com> |
| 2b78b3bb | 22-Jan-2025 |
Matthew G. Knepley <knepley@gmail.com> |
Options+Python: Binding for PetscOptionsUsed() |
| 7766ff4b | 17-Jan-2025 |
Pierre Jolivet <pierre@joliv.et> |
Proper PETSc and Git capitalization |
| a982d554 | 16-Jan-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| a13600cd | 15-Jan-2025 |
Satish Balay <balay@mcs.anl.gov> |
petsc4py: update petsc citation |
| 330d3dba | 10-Jan-2025 |
Satish Balay <balay@mcs.anl.gov> |
docs: update LICENSE (year) |
| 4bcd95a3 | 11-Jan-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Convert some of the rst files to md with ./rst2myst convert --config config.yaml *.rst
Need to manually fix
(petsc-developers-communication-channels)= to (petsc_developers_communication_channels)
Convert some of the rst files to md with ./rst2myst convert --config config.yaml *.rst
Need to manually fix
(petsc-developers-communication-channels)= to (petsc_developers_communication_channels)=
[include/petscerror.h](/include/petscerror.h.html) to <a href="PETSC_DOC_OUT_ROOT_PLACEHOLDER/include/petscerror.h.html">include/petscerror.h</a>
and friends
show more ...
|
| 6e415bd2 | 06-Jan-2025 |
Nuno Nobre <nuno.nobre@stfc.ac.uk> |
Fix descriptions for PCHYPRESetDiscreteCurl, PCSetCoordinates and computeRHSJacobianP
Co-authored-by: Jose Roman <jroman@dsic.upv.es> |
| b9d635d7 | 23-Nov-2024 |
Jonas Heinzmann <jheinzmann@ethz.ch> |
SNESLineSearch: add bisection line search
Add new bisection line search for SNES, which proves to be useful for highly non-linear problems. The line search assumes that F(X) = grad G(X) and seeks to
SNESLineSearch: add bisection line search
Add new bisection line search for SNES, which proves to be useful for highly non-linear problems. The line search assumes that F(X) = grad G(X) and seeks to find the root in the directional derivative through bisection. (tested in snes/tutorials/ex99)
show more ...
|
| cf20722f | 29-Nov-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'release' |
| 2a89477b | 29-Nov-2024 |
Satish Balay <balay@mcs.anl.gov> |
Increase patchlevel to 3.22.2 |
| edd0873a | 07-Nov-2024 |
Scott MacLachlan <smaclachlan@mun.ca> |
Swarm+Python: Change getField() to return a properly shaped array |
| 7838239a | 07-Nov-2024 |
Matthew G. Knepley <knepley@gmail.com> |
PyVista: Refactor viewer and add Vec viewing |
| 8926a64e | 07-Nov-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Turn on Python viewer for Vecs - Fix 1D viz |
| ff16f08f | 21-Nov-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| fe5502e7 | 07-Nov-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Vec+Python: Fix reference counting in getDM() |
| 72c1e49e | 14-Nov-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| b98a7184 | 09-Nov-2024 |
James Wright <james@jameswright.xyz> |
DM: Deprecate DM{Get,Set}Section
They were already replaced by DM{Get,Set}LocalSection back in 3.12, but weren't deprecated for some reason |
| 5574ef43 | 08-Nov-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 2149b0ea | 07-Nov-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
petsc4py: fix creation of source distribution
PKG-INFO has an invalid pin on the numpy version used to create the source distribution |
| be928c2b | 06-Nov-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
petsc4py: clarify docs for Object.setFromOptions |
| 7af56e5c | 04-Nov-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
petsc4py: disable PetscDevice tests when cxx==0 |
| 27380327 | 04-Nov-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
petsc4py: test python viewer |