History log of /petsc/src/snes/tests/ex1.py (Results 1 – 2 of 2)
Revision Date Author Comments
# 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 ...