| #
7f031e8b
|
| 15-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/pacify-gcc' into 'main'
Fix (erroneous) -Wmaybe-uninitialized (#1847)
See merge request petsc/petsc!9036
|
| #
31a765c4
|
| 14-Feb-2026 |
Pierre Jolivet <pierre@joliv.et> |
Fix style of 6497c311e7b976d467be1503c1effce92a60525c
|
| #
bd89dbf2
|
| 07-Jan-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-12-24/improve-snes-domain-error-handling' into 'main'
Improve the propagation of function domain error handling in SNES, especially...
See merge request petsc/petsc!8914
|
| #
76c63389
|
| 24-Dec-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Improve the propagation of function domain error handling in SNES, especially in the line search routines.
Due to the object layering of SNESLineSearch under SNES there is some code duplication incl
Improve the propagation of function domain error handling in SNES, especially in the line search routines.
Due to the object layering of SNESLineSearch under SNES there is some code duplication include both SNESLineSearchReason and SNESConvergedReason and SNESCheckFunctionNorm() and SNESLineSearchCheckFunctionNorm() and Jacobian friends
Reported-by: david.knezevic@akselos.com
show more ...
|
| #
586b7217
|
| 21-Feb-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2025-02-20/cuda-12.8-update' into 'main'
cuda-12.8.0 update
See merge request petsc/petsc!8152
|
| #
130d4ca2
|
| 21-Feb-2025 |
Jed Brown <jed@jedbrown.org> |
CUPM: remove const to fix error: expression must be a modifiable lvalue
Suggested-by: Jacob Faibussowitsch <jacob.fai@gmail.com>
|
| #
970231d2
|
| 07-Mar-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/clang-format-18' into 'main'
clang-format version 18
See merge request petsc/petsc!6902
|
| #
e2fbb1ba
|
| 15-Jan-2024 |
Pierre Jolivet <pierre@joliv.et> |
Minor formatting fixes
|
| #
9dd11ecf
|
| 25-Aug-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-08-17/header-guard-check' into 'main'
Check header guards
See merge request petsc/petsc!6822
|
| #
a4963045
|
| 18-Aug-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Convert all header guards to pragma once
|
| #
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
|
| #
d3904c29
|
| 09-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-02-08/remove-redundant-petsc-nodiscard' into 'main'
Remove redundant uses of `PETSC_NODISCARD` from functions returning a PetscErrorCode
See merge request petsc/petsc!6036
|
| #
089fb57c
|
| 08-Feb-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Remove redundant uses of PETSC_NODISCARD from functions returning a PetscErrorCode
|
| #
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
|
| #
2fdf829d
|
| 12-Jan-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-11-30/consolidate-cxx-pool-allocators' into 'main'
Consolidate C++ Pool Allocators And Add ASAN Poison Support
See merge request petsc/petsc!5891
|
| #
146a86eb
|
| 09-Dec-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Consolidate various C++ pool allocators into single implementation
|
| #
1ea65430
|
| 04-Jan-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
a41402af
|
| 04-Jan-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-typo' into 'release'
Winter cleaning
See merge request petsc/petsc!5948
|
| #
35cb6cd3
|
| 30-Dec-2022 |
Pierre Jolivet <pierre@joliv.et> |
Fix some typos
|
| #
87ee0c24
|
| 09-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-11-03/fix-default-member-init-nested-class/release' into 'release'
Implement workaround for clang and gcc bug for nested class default initializers
See merge request petsc
Merge branch 'jacobf/2022-11-03/fix-default-member-init-nested-class/release' into 'release'
Implement workaround for clang and gcc bug for nested class default initializers
See merge request petsc/petsc!5799
show more ...
|
| #
503aa7ef
|
| 25-Oct-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
GCC 4.8.5- does not correctly handle default arguments preceeding template parameter pack, don't use it for now
|
| #
89ae8e72
|
| 04-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-10-25/register-finalize-ancient-gcc-fix' into 'main'
Ancient GCC RegisterFinalize() fix
See merge request petsc/petsc!5772
|
| #
426fc5ad
|
| 25-Oct-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
GCC 4.8.5- does not correctly handle default arguments preceeding template parameter pack, don't use it for now
|