| #
5d3bc7be
|
| 21-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/clang-format-20' into 'main'
clang-format-20
See merge request petsc/petsc!7849
|
| #
87fca844
|
| 27-Jul-2024 |
Pierre Jolivet <pierre@joliv.et> |
Update to clang-format-20
|
| #
fcb342c8
|
| 27-Dec-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-interpolate-tensor' into 'main'
Plex: FIx tensor interpolation
See merge request petsc/petsc!8057
|
| #
5e2c5519
|
| 17-Dec-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Add flag to prefer tensor ordering in interpolation
|
| #
12277a38
|
| 04-Nov-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-fluent-cas' into 'main'
Plex+Fluent: Fixed CAS reader for 2D
See merge request petsc/petsc!7958
|
| #
9fbdc704
|
| 31-Oct-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Make DMPlexInterpolateFaces_Internal() visible internally
|
| #
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
|
| #
e4a561a4
|
| 07-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
6827d6b3
|
| 07-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/asan' into 'release'
address sanitizer fixes
See merge request petsc/petsc!7927
|
| #
d9dd0fdc
|
| 05-Oct-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlexInterpolatePointSF: fix asan warnings
runtime error: signed integer overflow: 2147483647 + 2147483647 cannot be represented in type 'int'
|
| #
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
|
| #
1690c2ae
|
| 10-Sep-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Change from deprecated PETSC_MAX/MIN_INT to PETSC_INT_MAX/MIN
Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example Funded
Change from deprecated PETSC_MAX/MIN_INT to PETSC_INT_MAX/MIN
Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example Funded-by: Project: Time: hours Reported-by: Thanks-to: Development Tools: Vim, Emacs, Eclipse
show more ...
|
| #
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 ...
|
| #
d7d777e0
|
| 13-Apr-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-nonmanifold' into 'main'
Plex ex66: Possible test
See merge request petsc/petsc!7454
|
| #
1afe9b7d
|
| 27-Mar-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix determination of stratum to interpolate for non-manifold
|
| #
662b337f
|
| 24-Mar-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-nonmanifold' into 'main'
Knepley/fix plex nonmanifold
See merge request petsc/petsc!7403
|
| #
5c2c0cec
|
| 23-Mar-2024 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix nonmanifold interpolation
|
| #
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
|
| #
61c18f64
|
| 01-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-nonmanifold' into 'main'
Knepley/feature plex nonmanifold
See merge request petsc/petsc!7154
|
| #
6f5c9017
|
| 20-Nov-2023 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Try to allow interpolation of nonmanifold meshes
|
| #
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
|