| #
b69d2765
|
| 04-Sep-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
2274c5da
|
| 02-Sep-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/python3.14' into 'release'
petsc4py: fix tests
See merge request petsc/petsc!8680
|
| #
4468a054
|
| 02-Sep-2025 |
Stefano Zampini <stefano.zampini@gmail.com> |
petsc4py: fix leaks in test
|
| #
39933f97
|
| 01-Sep-2025 |
Stefano Zampini <stefano.zampini@gmail.com> |
petsc4py: fix tests for python3.14 failures with getrefcount
|
| #
a47f5240
|
| 31-Aug-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
c8b05697
|
| 31-Aug-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/petsc4py-matduplicate' into 'release'
petsc4py: explicitly support duplicate options in Mat.duplicate()
See merge request petsc/petsc!8674
|
| #
ead56519
|
| 30-Aug-2025 |
Stefano Zampini <stefano.zampini@gmail.com> |
petsc4py: explicitly support duplicate options in Mat.duplicate()
|
| #
14e7b07e
|
| 21-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
fa1d25a6
|
| 18-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/snes-release' into 'release'
petsc4py missing API and minor SNES optimizations
See merge request petsc/petsc!7626
|
| #
f575958e
|
| 12-Jun-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
ruff format
|
| #
dce0f0b7
|
| 04-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
99a8d4ba
|
| 02-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/minors' into 'release'
petsc4py: do not call MatSetUp if context is None
See merge request petsc/petsc!7520
|
| #
b2584804
|
| 01-May-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
petsc4py: do not call MatSetUp if context if None
fix issue #1587
Clarify docs
|
| #
552edb63
|
| 18-Apr-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
10fdf553
|
| 18-Apr-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/fix-petsc4py' into 'release'
petsc4py: finalize docstrings and linting
See merge request petsc/petsc!7467
|
| #
6f336411
|
| 09-Apr-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
petsc4py: finalize docstring and linting
default options values should have the correct type fix tests conform oarray to PETSc convention wrap Py_InitializeEx and PyImport_ImportModule with stack ca
petsc4py: finalize docstring and linting
default options values should have the correct type fix tests conform oarray to PETSc convention wrap Py_InitializeEx and PyImport_ImportModule with stack calls update makefile for docs and linting rules add petsc4py tests to linux-pkgs-dbg modify documentation
show more ...
|
| #
f957c0e6
|
| 18-Oct-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
a450aa7e
|
| 18-Oct-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/add-python-bindings' into 'release'
petsc4py: add some missing bindings
See merge request petsc/petsc!6941
|
| #
9e7eb791
|
| 17-Oct-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
petsc4py: add some missing bindings
|
| #
b047e4b5
|
| 17-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-09-12/fix-mat-preallocation' into 'main'
try to build efficient hash table allocation directly into Mat
See merge request petsc/petsc!5621
|
| #
26cec326
|
| 08-Dec-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Add support for Mat to allow skipping preallocation by having the first round of MatSetValues use hash
* MATPREALLOCATOR can be deprecated as well as possibly some other preallocation macros/routine
Add support for Mat to allow skipping preallocation by having the first round of MatSetValues use hash
* MATPREALLOCATOR can be deprecated as well as possibly some other preallocation macros/routines * Optimizations such as direct support for MatSetValuesBlocked() for *BAIJ can be added in the future
Commit-type: feature /spend 25h
show more ...
|
| #
dcdbcfb0
|
| 30-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'JDBetteridge/petsc4py_gc_fix' into 'main'
Add memory cleanup operations suitable for managed languages, and corresponding calls to petsc4py
See merge request petsc/petsc!4619
|
| #
62e5d2d2
|
| 30-Sep-2022 |
JDBetteridge <j.betteridge@imperial.ac.uk> |
Add memory cleanup operations suitable for managed languages, and corresponding calls to petsc4py
|
| #
d5d36105
|
| 05-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/objpython-gettype' into 'main'
petsc4py: implement getters for python type
See merge request petsc/petsc!5417
|
| #
ebead697
|
| 11-Jul-2022 |
Stefano Zampini <stefano.zampini@gmail.com> |
petsc4py: implement getters for python type
|