| 2235c4e2 | 23-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'dalcinl/bt-byte' into 'main'
Implement PetscBT with new PetscByte datatype as unsigned char
See merge request petsc/petsc!9046 |
| 5a884c48 | 23-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| badd099f | 21-Feb-2026 |
Han Liu <liuhan3790@users.noreply.gitlab.com> |
Fix MPI_Comm_rank/size API mixups in helpers (#1865,#1866) |
| 5799e15a | 21-Feb-2026 |
Han Liu <liuhan3790@users.noreply.gitlab.com> |
Vec: fix VecNest local-vector validation assignment bug (#1864) |
| fc2fb351 | 21-Feb-2026 |
Pierre Jolivet <pierre@joliv.et> |
Switch some defined(PETSC_ to PetscDefined( |
| b5905446 | 20-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2026-02-09/docs-dm' into 'main'
Add a bit more discussion of DM and their commonalities to the docs
See merge request petsc/petsc!9018 |
| dac9a9d1 | 09-Feb-2026 |
Barry Smith <bsmith@mcs.anl.gov> |
Add a bit more discussion of DM and their commonalities to the docs |
| daba9d70 | 19-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2026-02-16/change-cpp-to-cxx' into 'main'
Change *.cpp to *.cxx
See merge request petsc/petsc!9043 |
| d52a580b | 19-Feb-2026 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Change *.cpp to *.cxx |
| ede9db93 | 19-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 5482091f | 03-Feb-2026 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Hypre: use PetscCall on PetscHYPREInitialize |
| 03047865 | 18-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2026-02-14/remove-last-of-source-horizontal-lines' into 'main'
Remove the last of the use of horizontal lines --- as seperators. With modern...
See merge request petsc/petsc!9039 |
| 73bc78fd | 17-Feb-2026 |
Lisandro Dalcin <dalcinl@gmail.com> |
Implement PetscBT with new PetscByte datatype as unsigned char |
| beceaeb6 | 15-Feb-2026 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix the inconsistent usage of #if [!]defined XXX compared to defined(XXX)
Thanks-to: Pierre Jolivet
An LLM Claude detected the incosnsitency it was not used to remove the inconsistency |
| 21789920 | 15-Feb-2026 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove the last of the use of horizontal lines --- as seperators. With modern code development systems they are not needed and just an eye-sore |
| 6c569305 | 13-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2026-02-05/improve-mpi-gpu-aware' into 'main'
Improve MPI GPU-aware configure and check
See merge request petsc/petsc!9005 |
| a8cf87e0 | 12-Feb-2026 |
Junchao Zhang <jczhang@anl.gov> |
Replace mpirun with mpiexec, as only the latter is in the standard |
| 83e31f1c | 20-Jan-2026 |
James Wright <james@jameswright.xyz> |
fix(layout): Set global size as limit of ranges rather than max size
This will allow layouts to start from a non-zero index |
| 2b45a7c7 | 03-Jan-2026 |
James Wright <james@jameswright.xyz> |
style(sf): Minor style change
Basically make clang-format work as expected |
| 74df5e01 | 04-Feb-2026 |
Junchao Zhang <jczhang@anl.gov> |
CUDA: replace cuda-memcheck with compute-sanitizer
cuda-memcheck was deprecated in favor of compute-sanitizer starting with cuda-11.5, and was removed from cuda-12.0 |
| 35409886 | 01-Feb-2026 |
Pierre Jolivet <pierre@joliv.et> |
PetscSFCreateStridedSF: fix when input is a VecScatter with bs != 0 |
| d47c0497 | 03-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'MarDiehl/argument-names-Fortran' into 'main'
speaking argument names for manual Fortran interfaces
See merge request petsc/petsc!8962 |
| 0da4d79b | 01-Feb-2026 |
Martin Diehl <mail@martin-diehl.net> |
speaking argument names for manual Fortran interfaces
Names are taken from the manual (following "Get" variant for Fortran-only "Restore")
- no code exists for DMPlexRestoreFullMeet, so removed it.
speaking argument names for manual Fortran interfaces
Names are taken from the manual (following "Get" variant for Fortran-only "Restore")
- no code exists for DMPlexRestoreFullMeet, so removed it. - removed a few remaining F90 suffixes. - removed 'tmp' argument from PetscViewerBinaryWrite. No idea what it was used for
show more ...
|
| 068e8aad | 02-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jrwrigh/petscsection_distribute_data' into 'main'
feat: Add PetscSectionMigrateData()
See merge request petsc/petsc!8963 |
| 6964b6c7 | 26-Dec-2025 |
James Wright <james@jameswright.xyz> |
feat(section): Add PetscSectionDistributeData()
This is a copy/paste of `DMPlexDistributeData()`, but brought up to the PetscSection interface because the routine is completely generic
Co-authored-
feat(section): Add PetscSectionDistributeData()
This is a copy/paste of `DMPlexDistributeData()`, but brought up to the PetscSection interface because the routine is completely generic
Co-authored-by: Barry Smith <bsmith@mcs.anl.gov>
show more ...
|