| #
19620d22
|
| 11-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
90b3abdd
|
| 10-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jrwrigh/isoperiodic_plex_mat_fix' into 'release'
fix(plex): Correct the adjancency leaf/root pair helper function
See merge request petsc/petsc!8772
|
| #
9262ad6e
|
| 08-Oct-2025 |
James Wright <james@jameswright.xyz> |
fix(plex): Correct the adjancency leaf/root pair helper function
This now handles the case where a local root matches with multiple leaves.
|
| #
f0b52e9e
|
| 08-Oct-2025 |
James Wright <james@jameswright.xyz> |
plex: Improve preallocate debug output
|
| #
8577b683
|
| 05-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
fe1fb33a
|
| 01-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/typos' into 'release'
Fix typos
See merge request petsc/petsc!8753
|
| #
8c5add6a
|
| 01-Oct-2025 |
Pierre Jolivet <pierre@joliv.et> |
Fix typos
|
| #
76dbdf7a
|
| 26-Sep-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jrwrigh/isoperiodic_plex_mat_preallocate' into 'main'
fix(Plex): Fix Mat preallocation when isoperiodic is used
See merge request petsc/petsc!8712
|
| #
a38eeca9
|
| 25-Sep-2025 |
James Wright <james@jameswright.xyz> |
plex: Correct Mat preallocation for isoperiodic grids
Requires: - Using isoperiodic SF instead of the (purely topological) pointSF - Force the use of the isoperiodic SF even if in serial - Handle th
plex: Correct Mat preallocation for isoperiodic grids
Requires: - Using isoperiodic SF instead of the (purely topological) pointSF - Force the use of the isoperiodic SF even if in serial - Handle the case of an isoperiodic SF leaf-root pair a) being on the same rank and b) both being present in the same adjancency
show more ...
|
| #
6a1a2f7b
|
| 25-Sep-2025 |
James Wright <james@jameswright.xyz> |
plex: Improve output of `-dm_view_preallocation`
Mostly, use `PetscSectionArrayView()` to view the adjacency indices
|
| #
8112c1cb
|
| 22-Sep-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-09-04/deprecate-mpiu-bool' into 'main'
Deprecate MPIU_BOOL which used to be for PETSc's enum Bool but now is just MPI_C_BOOL
See merge request petsc/petsc!8691
|
| #
5440e5dc
|
| 04-Sep-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Deprecate MPIU_BOOL which used to be for PETSc' enum Bool but now is just MPI_C_BOOL so no longer needs its own name
|
| #
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
|
| #
462c564d
|
| 14-Sep-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix MPIU_* routines to always return MPI error codes and thus be usable with PetscCallMPI()
Introduce MPIU_Count to be used when MPI_Count is not available
|
| #
1ed6e3ff
|
| 25-Apr-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-04-13/fix-sowing-strings' into 'main'
Update PETSc to use sowing bfort that handles string arguments and PETSC_NULL_INT
See merge request petsc/petsc!7480
|
| #
cc4c1da9
|
| 14-Apr-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Update source code removing all unneeded /*@C and associated manual stubs and interfaces
|
| #
942d34d0
|
| 03-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-ubsan' into 'main'
Pacify UBSan
See merge request petsc/petsc!7158
|
| #
8e3a54c0
|
| 24-Dec-2023 |
Pierre Jolivet <pierre@joliv.et> |
Sys: add PetscSafePointerPlusOffset() to pacify UBSan
|
| #
2bb3e1ad
|
| 25-Aug-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-ubsan' into 'main'
Lazy fixing of UBSan
See merge request petsc/petsc!6836
|
| #
5c0db29a
|
| 24-Aug-2023 |
Pierre Jolivet <pierre@joliv.et> |
Minor fixes
|
| #
3c9c10a1
|
| 01-Aug-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-typo' into 'main'
Fix typos
See merge request petsc/petsc!6771
|
| #
145b44c9
|
| 31-Jul-2023 |
Pierre Jolivet <pierre@joliv.et> |
Fix typos
|
| #
cfd92c66
|
| 22-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'tisaac/feature-type-generic-petsc-valid-pointer' into 'main'
Implement a type generic PetscValidPointer
See merge request petsc/petsc!6693
|
| #
4f572ea9
|
| 18-Jul-2023 |
Toby Isaac <toby.isaac@gmail.com> |
Rename PetscValidPointer -> PetscAssertPointer
|
| #
7a2f837d
|
| 06-Jul-2023 |
Toby Isaac <toby.isaac@gmail.com> |
Deploy new PetscValidPointer, remove PetscValidXXXPointer
|