| #
cc6b3d48
|
| 18-Jan-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jrwrigh/sfcoord_userinputs' into 'main'
sfcoord: Validate user input
See merge request petsc/petsc!8942
|
| #
9b6401ad
|
| 05-Jan-2026 |
James Wright <james@jameswright.xyz> |
sfcoord: Validate user input
|
| #
b5f0bcd6
|
| 29-Nov-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'release'
|
| #
56bfd075
|
| 25-Nov-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-11-23/fix-fortran-petscsfsetgraphlayout/release' into 'release'
The C definition of PetscSFSetGraphLayout does not properly represent arrays...
See merge request petsc/pets
Merge branch 'barry/2025-11-23/fix-fortran-petscsfsetgraphlayout/release' into 'release'
The C definition of PetscSFSetGraphLayout does not properly represent arrays...
See merge request petsc/petsc!8865
show more ...
|
| #
cf84bf9e
|
| 23-Nov-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
The C definition of PetscSFSetGraphLayout does not properly represent arrays with [] hence the Fortran interface constructed is incorrect.
Reported-by: Steven Dargaville
|
| #
d6682a24
|
| 17-Jan-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jrwrigh/kd_tree' into 'main'
Add PetscKDTree
See merge request petsc/petsc!7954
|
| #
c0713208
|
| 20-Oct-2024 |
James Wright <james@jameswright.xyz> |
sf: Use KDTree for PetscSFSetGraphFromCoordinates
|
| #
be37439e
|
| 21-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/useless-cast' into 'main'
Remove useless cast
See merge request petsc/petsc!7894
|
| #
835f2295
|
| 05-Oct-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
Brain dead fixes for useless casts
|
| #
d8e47b63
|
| 17-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-09-02/rebased-fix-conversion-warnings' into 'main'
Compiler finds (and forbid) casts from higher precision integers to lower
See merge request petsc/petsc!7806
|
| #
6497c311
|
| 25-Aug-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Add to CI compilers flags '-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-float-conversion']
Also fix the code to repository to compile cleanly with these flags in th
Add to CI compilers flags '-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-float-conversion']
Also fix the code to repository to compile cleanly with these flags in the CI
show more ...
|
| #
02477ebb
|
| 15-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-06-30/enable-doc-lint' into 'main'
Enable docs linting
See merge request petsc/petsc!6667
|
| #
38b5cf2d
|
| 12-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Lint apply: vec
|
| #
31d78bcd
|
| 02-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-12-10/petscerrorcode-nodiscard' into 'main'
Feature: Non-discardable PetscErrorCode
See merge request petsc/petsc!5923
|
| #
3ba16761
|
| 10-Dec-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Make PetscErrorCode a non-discardable enum
|
| #
d7ee6187
|
| 14-Jan-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/sf-from-coordinates' into 'main'
PetscSFSetGraphFromCoordinates: construct graph from fuzzy matching of coordinates
See merge request petsc/petsc!5460
|
| #
8b5d2d36
|
| 21-Jul-2022 |
Jed Brown <jed@jedbrown.org> |
PetscSFSetGraphFromCoordinates: construct graph from fuzzy matching of coordinates
|