| #
9b1dca08
|
| 22-Sep-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
324b3528
|
| 20-Sep-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-09-19/fix-ftn-matseqaijgetarray/release' into 'release'
Fix major bug in the Fortran stub for MatSeqAIJGetArray().
See merge request petsc/petsc!8713
|
| #
009de11b
|
| 19-Sep-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix major bug in the Fortran stub for MatSeqAIJGetArray().
Reported-by: Steven Dargaville
|
| #
834855d6
|
| 27-Aug-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/clang-format-21' into 'main'
clang-format-21
See merge request petsc/petsc!8202
|
| #
ac530a7e
|
| 03-Jun-2025 |
Pierre Jolivet <pierre@joliv.et> |
Remove unnecessary braces around one-liners
git grep -lE "[ ]*(if|for|while) \(.*\) {[^;]*;[^;]*}$" -- '*.c' '*.cxx' '*.cu' '*.h' '*.hpp' '*.cpp' | xargs sed -i '' -E 's#([ ]*)(if|for|while) \((.*)\
Remove unnecessary braces around one-liners
git grep -lE "[ ]*(if|for|while) \(.*\) {[^;]*;[^;]*}$" -- '*.c' '*.cxx' '*.cu' '*.h' '*.hpp' '*.cpp' | xargs sed -i '' -E 's#([ ]*)(if|for|while) \((.*)\) {([^;]*);([^;]*)}$#\1\2 \(\3\)\4;\5#'
show more ...
|
| #
6b20272b
|
| 27-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-03-24/fix-matrestorerow-fortan' into 'main'
Fix matrestorerow_() need to explicitly call MatRestoreRow() even in trivial case
See merge request petsc/petsc!8228
|
| #
281f9e90
|
| 24-Mar-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix matrestorerow_() need to explicitly call MatRestoreRow() even in trivial case
Reported-by: Steven Dargaville
|
| #
b0dcfd16
|
| 23-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-03-20/minor-fortran-cleanup' into 'main'
Minor cleanup of Fortran binding stuff to simplify future maintainance
See merge request petsc/petsc!8218
|
| #
f14a4c02
|
| 21-Mar-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Add Fortran support for MatGet/RestoreRow
Reported-by: Steven Dargaville
|
| #
6dd63270
|
| 20-Mar-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Minor cleanup of Fortran binding stuff to simplify future maintainance
There is no distinction between F90 and non-F90 code so combine ftn-custom and f90-custom directories and fortranimpl.h and f90
Minor cleanup of Fortran binding stuff to simplify future maintainance
There is no distinction between F90 and non-F90 code so combine ftn-custom and f90-custom directories and fortranimpl.h and f90impl.h files. Also move uses of f90 to ftn when simple
show more ...
|