History log of /petsc/src/dm/tests/ex54f.F90 (Results 1 – 7 of 7)
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


# 01fa2b5a 10-Oct-2025 Martin Diehl <mail@martin-diehl.net>

cleanup suggestions by @BarrySmith

also noticed a few stray functions not marked as external and put them
into modules


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


# edb0e59d 23-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-07-01/format-fortran-source-fprettify' into 'main'

format fortran source with fprettify

See merge request petsc/petsc!8514


# 4820e4ea 23-Sep-2025 Barry Smith <bsmith@mcs.anl.gov>

Run fprettify


# 208f419d 09-Jul-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tapashree/dmshellsetcreatefielddecomposition' into 'main'

Add Fortran interface for DMShellSetCreateFieldDecomposition

Closes #165

See merge request petsc/petsc!8436


# 62212064 30-Mar-2025 Tapashree Pradhan <tapashreepradhan@Tapashrees-MacBook-Pro.local>

Adds Fortran interface for DMShellSetCreateFieldDecomposition

- Implemented the Fortran interface for the DMShellSetCreateFieldDecomposition function to enable Fortran users to utilize this function

Adds Fortran interface for DMShellSetCreateFieldDecomposition

- Implemented the Fortran interface for the DMShellSetCreateFieldDecomposition function to enable Fortran users to utilize this functionality.This involved adding a new callback field in the callback structure, creating a C wrapper for the Fortran callback, and providing a Fortran-callable function to register the callback.
- Add a simple test to verify the functionality
- Remove unused comments and variables
Fix issue #165.

Add test for DMShellSetCreateFieldDecomposition

Introduce a simple test for DMShellSetCreateFieldDecomposition fortran interface

Set ierr as intent(out) in fortran interface to avoid error

Consistent formatting of files

removed unnecessary comment in zdmshellf.c

TEST block fix for the new test case

remove unused variables in dm/tests/ex54f

remove dm_view unused option from test block

fix interface declaration for myFileDecomp

fix the ierr type errors

fix ierr type error

add newline at end of files

show more ...