History log of /petsc/src/binding/petsc4py/src/petsc4py/lib/__init__.py (Results 1 – 12 of 12)
Revision Date Author Comments
# 0f6b61eb 15-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-plot' into 'main'

Plex+Viewer: PETSCVIEWERPYTHON and PyVista support for DMPLEX

See merge request petsc/petsc!7884


# 22d6dc08 19-Sep-2024 Stefano Zampini <stefano.zampini@gmail.com>

Plex+Viewer: Added Python and PyVista viewers
- Enable viewer filename interface for Python viewer
- Add -viewer_python_filename to set the output filename
- Add -dm_plex_transform_active_values to e

Plex+Viewer: Added Python and PyVista viewers
- Enable viewer filename interface for Python viewer
- Add -viewer_python_filename to set the output filename
- Add -dm_plex_transform_active_values to explicitly set values in the label
- Add -dm_plex_option_phases to control sequencing of setup from the command line

show more ...


# 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 ...


# 6612abce 23-Jun-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 5220d082 23-Jun-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/release/python-3.12' into 'release'

Fix for python-3.12: 'imp' module has been removed

See merge request petsc/petsc!6619


# 983a7392 23-Jun-2023 Jose E. Roman <jroman@dsic.upv.es>

Fix for python-3.12: 'imp' module has been removed


# 5a48edb9 16-Apr-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'dalcinl/petsc4py-docs' into 'main'

petsc4py documentation sprint (Faversham, England, 2023)

See merge request petsc/petsc!6313


# 55a74a43 12-Apr-2023 Lisandro Dalcin <dalcinl@gmail.com>

petsc4py documentation sprint (Faversham, England, 2023)

Co-authored-by: Jack Betteridge <j.betteridge@imperial.ac.uk>
Co-authored-by: Nathan Collier <nathaniel.collier@gmail.com>
Co-authored-by: Li

petsc4py documentation sprint (Faversham, England, 2023)

Co-authored-by: Jack Betteridge <j.betteridge@imperial.ac.uk>
Co-authored-by: Nathan Collier <nathaniel.collier@gmail.com>
Co-authored-by: Lisandro Dalcin <dalcinl@gmail.com>
Co-authored-by: Iglesia Dolci <daia.dolci@gmail.com>
Co-authored-by: David Ham <david.ham@imperial.ac.uk>
Co-authored-by: Marcin Rogowski <marcin.rogowski@gmail.com>
Co-authored-by: Koki Sagiyama <k.sagiyama@imperial.ac.uk>
Co-authored-by: Connor Ward <c.ward20@imperial.ac.uk>
Co-authored-by: Stefano Zampini <stefano.zampini@gmail.com>

show more ...


# a6ca03fe 10-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'dalcinl/petsc4py' into 'main'

petsc4py: Reorganize source tree

See merge request petsc/petsc!6147


# f46a955b 05-Mar-2023 Lisandro Dalcin <dalcinl@gmail.com>

petsc4py: Reorganize source tree to follow the src package layout

Co-authored-by: Jose Roman <jroman@dsic.upv.es>