| #
8aa39e1b
|
| 30-Jun-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'release'
|
| #
7cbcdb4f
|
| 27-Jun-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/petsc4py-snes' into 'release'
petsc4py: add bindings for SNESLineSearch and SNESNEWTONAL
See merge request petsc/petsc!8467
|
| #
0f621c1c
|
| 10-Jun-2025 |
Stefano Zampini <stefano.zampini@gmail.com> |
petsc4py: add bindings for SNESNEWTONAL
|
| #
bc7287b7
|
| 10-Jun-2025 |
Stefano Zampini <stefano.zampini@gmail.com> |
petsc4py: add bindings for SNESLineSearch
|
| #
9f55a80c
|
| 26-Aug-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/tr-api' into 'main'
API for SNESNewtonTR tolerances and parameters
See merge request petsc/petsc!7689
|
| #
3201ab8d
|
| 12-Jul-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
SNES: trust region API
deprecate old SNESSetTrustRegionTolerance
|
| #
ec42381f
|
| 20-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-06-15/deprecate-petsc-current' into 'main'
Deprecate the use of PETSC_DEFAULT with PETSC_CURRENT since PETSC_DEFAULT is a...
See merge request petsc/petsc!7634
|
| #
77e5a1f9
|
| 16-Jun-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Update SNESSetTolerances() to accept PETSC_DETERMINE an PETSC_DECIDE
|
| #
0c572711
|
| 25-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
81b794be
|
| 24-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/cgobj-python' into 'release'
petsc4py: expose KSPCGGetObjFcn, option handlers, and SNES usesksp
See merge request petsc/petsc!7637
|
| #
cfba373d
|
| 19-Jun-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
petsc4py: expose snes usesksp
|
| #
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
|
| #
e5cd489f
|
| 10-Jun-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
SNES: expose Divergence tolerance API to petsc4py
align C API to the PETSc convention when using PETSC_DEFAULT
|
| #
b60afdd0
|
| 10-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/unify-update' into 'main'
SNES and TAO update: clarify usage
See merge request petsc/petsc!7616
|
| #
9ae6e6bb
|
| 06-Jun-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
petsc4py: add update tests
|
| #
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 ...
|
| #
c1cbe4c9
|
| 23-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/swap-monitor-convergence' into 'main'
Swap monitor/convergence test in SNES
See merge request petsc/petsc!6492
|
| #
c78242ee
|
| 22-May-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
Update petsc4py
rename converged properties since now converged is a method
|
| #
9313a6b9
|
| 25-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/snes-kspcg' into 'main'
Updates on SNESNEWTONTR
See merge request petsc/petsc!6216
|
| #
9be84c52
|
| 24-Mar-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
SNES: support Application context in python code
We keep a global registry for contexts set via Python and cast to object only if SNESGetApplicationContext returns a void* in the set Otherwise, we r
SNES: support Application context in python code
We keep a global registry for contexts set via Python and cast to object only if SNESGetApplicationContext returns a void* in the set Otherwise, we return the address
show more ...
|
| #
2695622a
|
| 16-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/snes' into 'main'
Improve Trust-Region support in SNES
See merge request petsc/petsc!6150
|
| #
4a221d59
|
| 15-Mar-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
SNESNEWTONTR: add dogleg and Cauchy fallbacks from NTRDC
|