History log of /petsc/lib/petsc/bin/generatefortranbindings.py (Results 1 – 15 of 15)
Revision Date Author Comments
# d47c0497 03-Feb-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'MarDiehl/argument-names-Fortran' into 'main'

speaking argument names for manual Fortran interfaces

See merge request petsc/petsc!8962


# 3588d0fb 01-Feb-2026 Martin Diehl <mail@martin-diehl.net>

ierr is always set

marking it as intent(out) should help to reject invalid code, i.e. when
a literal or parameter is passed in


# 4e8208cb 31-Jan-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2026-01-13/ftn-generation-for-context-functions' into 'main'

Fortran generation of interface definitions for functions that take and return context variables (void *ctx and PetC

Merge branch 'barry/2026-01-13/ftn-generation-for-context-functions' into 'main'

Fortran generation of interface definitions for functions that take and return context variables (void *ctx and PetCtx ctx)

See merge request petsc/petsc!8956

show more ...


# 2a8381b2 13-Jan-2026 Barry Smith <bsmith@mcs.anl.gov>

Add automatic generated fortran support for setting and returning contexts

Major cleanup of the code for setting and returning application (previously called user) contexts
- PetscCtx ctx is now t

Add automatic generated fortran support for setting and returning contexts

Major cleanup of the code for setting and returning application (previously called user) contexts
- PetscCtx ctx is now the standard for passing in contexts
- PetscCtxRt ctx is the standard for passing out contexts, including context destroy routines based on PetscCtxDestroyFn

Both of these are typedef to void*

Also removed most use of user and userctx for context arguments now consistently named ctx

Improved documentation on PetscCtx and PetscCtxRt and on how to use contexts (including getting them) from Fortran

show more ...


# 9fc2013d 13-Jan-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2026-01-06/ftn-add-argument-names' into 'main'

Use function argument names in generated Fortran interface and stub code

See merge request petsc/petsc!8944


# aed7e6eb 07-Jan-2026 Barry Smith <bsmith@mcs.anl.gov>

Generated Fortran interfaces and stubs use argument names


# 214548ce 10-Jan-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/fortranbindings-remove-symbol' into 'main'

generatefortranbindings.py: remove SLEPc symbol that is no longer needed

See merge request petsc/petsc!8939


# f14a7c29 08-Jan-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-12-27/ftn-rm-funname-interface-definition' into 'main'

Remove the function name from generated Fortran interface definitions.

Closes #1838

See merge request petsc/petsc!89

Merge branch 'barry/2025-12-27/ftn-rm-funname-interface-definition' into 'main'

Remove the function name from generated Fortran interface definitions.

Closes #1838

See merge request petsc/petsc!8921

show more ...


# eab68832 05-Jan-2026 Jose E. Roman <jroman@dsic.upv.es>

generatefortranbindings.py: remove SLEPc symbol that is no longer needed


# c9eebc7e 02-Jan-2026 Martin Diehl <mail@martin-diehl.net>

print_function not needed for Python 3.x

+ some small readability improvements for generatefortranbindings.py


# 6ca371c8 28-Dec-2025 Barry Smith <bsmith@mcs.anl.gov>

Remove the function name from generated Fortran interface definitions.

Except for polymorphic functions PetscObjectXXX and PetscBarrier

Reported-by: Martin Diehl


# 749c190b 25-Dec-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-12-04/fix-use-mpi-f08' into 'main'

Replace -with-mpi-f90module-visibility with -with-mpi-ftn-module=mpi_f08

See merge request petsc/petsc!8885


# b06eb4cd 04-Dec-2025 Barry Smith <bsmith@mcs.anl.gov>

Replace -with-mpi-f90module-visibility with -with-mpi-f90module=mpi_f08

Add PETSC_INT_KIND and PETSC_MPIINT_KIND

Reported-by: M.Weiland@epcc.ed.ac.uk


# 5649ee32 13-Dec-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/generatefortranbindings-petscslepc' into 'main'

PETSc/SLEPc must share universal getAPI.py and generatefortranbindings.py

See merge request petsc/petsc!8891


# 4cc8716d 08-Dec-2025 Jose E. Roman <jroman@dsic.upv.es>

Use the same getAPI.py and generatefortranbindings.py scripts for both PETSc and SLEPc

Includes some cleanup of the scripts