| #
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
|
| #
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
|
| #
d0a38d53
|
| 09-Jul-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-07-04/improve-fortran-error-check-matcreatenest' into 'main'
Add clearer error check for Fortran MatCreateNest() and proper Fortran stub...
See merge request petsc/petsc!85
Merge branch 'barry/2025-07-04/improve-fortran-error-check-matcreatenest' into 'main'
Add clearer error check for Fortran MatCreateNest() and proper Fortran stub...
See merge request petsc/petsc!8526
show more ...
|
| #
58ad77e8
|
| 05-Jul-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Add clearer error check for Fortran MatCreateNest() and proper Fortran stub for MatNestSetSubMats().
Reported-by: Randall Mackie
|
| #
eefb368e
|
| 06-May-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
826b844d
|
| 06-May-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/release/fix-matcopy-nest' into 'release'
Mat: fix MatCopy_Nest() in case of empty blocks
See merge request petsc/petsc!8375
|
| #
819cf653
|
| 05-May-2025 |
Jose E. Roman <jroman@dsic.upv.es> |
Mat: fix MatCopy_Nest() in case of empty blocks
|
| #
c9df829d
|
| 14-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
b7eaf322
|
| 12-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/release/ftn-custom-matnest' into 'release'
Add custom fortran stub for MatCreateNest()
See merge request petsc/petsc!8310
|
| #
8bad1e52
|
| 12-Apr-2025 |
Jose E. Roman <jroman@dsic.upv.es> |
Add custom fortran stub for MatCreateNest()
Otherwise PETSC_NULL_IS_ARRAY cannot be used for is_row, is_col
|