History log of /petsc/src/dm/impls/plex/tutorials/dmplexgetrestoreclosureindices.F90 (Results 1 – 6 of 6)
Revision Date Author Comments
# 9b88ac22 29-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'MarDiehl/improve-Fortran-examples' into 'main'

Improve Fortran examples

See merge request petsc/petsc!8698


# 02c639af 14-Oct-2025 Martin Diehl <mail@martin-diehl.net>

Fortran: enforce lower case keywords and operators

also fixed occasional capitals in used modules with the help of @prj-


# c5e229c2 29-Sep-2025 Martin Diehl <mail@martin-diehl.net>

place all the include statements at the top

Repeated inclusion in multiple location, e.g. at the start of a
module or function is not needed. This becomes clear if all includes are
outside of the ac

place all the include statements at the top

Repeated inclusion in multiple location, e.g. at the start of a
module or function is not needed. This becomes clear if all includes are
outside of the actual Fortran code.
Added regex to check that with the help of @sbalay

show more ...


# 8577b683 05-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 4ef57303 05-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tmaon/fortran-add-dmplexgetrestoreclosureindices' into 'release'

Fix DMPlex[Get-Restore]ClosureIndices for Fortran

See merge request petsc/petsc!8540


# c3871b17 05-Oct-2025 Noam T <dontbugthedevs@proton.me>

Fix DMPlex[Get-Restore]ClosureIndices for Fortran

Co-authored-by: Barry Smith <bsmith@petsc.dev>