| #
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-
|
| #
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
|
| #
2364c0ea
|
| 24-Jul-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/forbidden-empty-output-files' into 'main'
checkbadSource: forbid empty output_file not named output/empty.out
See merge request petsc/petsc!8588
|
| #
e0008cae
|
| 24-Jul-2025 |
Pierre Jolivet <pierre@joliv.et> |
checkbadSource: forbid empty output_file not named output/empty.out
|
| #
f73bfc44
|
| 15-Jul-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
2af505f2
|
| 11-Jul-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-07-01/fix-dmplex-compute-cell-geometry-fem/release' into 'release'
Fix DMPlexComputeCellGeometryFEM() manual page and argument list so that...
See merge request petsc/petsc
Merge branch 'barry/2025-07-01/fix-dmplex-compute-cell-geometry-fem/release' into 'release'
Fix DMPlexComputeCellGeometryFEM() manual page and argument list so that...
See merge request petsc/petsc!8512
show more ...
|
| #
243b716a
|
| 01-Jul-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix DMPlexComputeCellGeometryFEM() manual page and argument list so that correct Fortran bindings are generated.
Reported-by: Noam T
|