| #
901f9382
|
| 02-Jan-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'release'
|
| #
986a18b8
|
| 25-Dec-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-12-23/fix-pc-factor-memory-leak-reuse-ordering/release' into 'release'
Fix memory when reuse reordering is used with matrices with different nonzero patterns.
See merge req
Merge branch 'barry/2025-12-23/fix-pc-factor-memory-leak-reuse-ordering/release' into 'release'
Fix memory when reuse reordering is used with matrices with different nonzero patterns.
See merge request petsc/petsc!8913
show more ...
|
| #
da34b7cd
|
| 23-Dec-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix memory when reuse reordering is used with matrices with different nonzero patterns.
Reported-by: Markus Breit
|
| #
834855d6
|
| 27-Aug-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/clang-format-21' into 'main'
clang-format-21
See merge request petsc/petsc!8202
|
| #
ac530a7e
|
| 03-Jun-2025 |
Pierre Jolivet <pierre@joliv.et> |
Remove unnecessary braces around one-liners
git grep -lE "[ ]*(if|for|while) \(.*\) {[^;]*;[^;]*}$" -- '*.c' '*.cxx' '*.cu' '*.h' '*.hpp' '*.cpp' | xargs sed -i '' -E 's#([ ]*)(if|for|while) \((.*)\
Remove unnecessary braces around one-liners
git grep -lE "[ ]*(if|for|while) \(.*\) {[^;]*;[^;]*}$" -- '*.c' '*.cxx' '*.cu' '*.h' '*.hpp' '*.cpp' | xargs sed -i '' -E 's#([ ]*)(if|for|while) \((.*)\) {([^;]*);([^;]*)}$#\1\2 \(\3\)\4;\5#'
show more ...
|
| #
2d401794
|
| 21-Aug-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'release-revert-7777'
|
| #
c313d2b8
|
| 16-Aug-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-docs' into 'release'
Docs: remove non-existing API
See merge request petsc/petsc!7767
|
| #
ef959800
|
| 16-Aug-2024 |
Pierre Jolivet <pierre@joliv.et> |
Docs: remove non-existing API
|
| #
a623e290
|
| 12-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-05-29/minor-fortran-stub-cleanup' into 'main'
More improvements to Fortran stubs and interfaces
See merge request petsc/petsc!7598
|
| #
5d83a8b1
|
| 30-May-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
This requires some changes to user FORTRAN code
Pass PETSC_NULL_XXX_ARRAY when passing a NULL as an argument that is expecting an array Pass PETSC_NULL_ENUM when argument returns an enum instead of
This requires some changes to user FORTRAN code
Pass PETSC_NULL_XXX_ARRAY when passing a NULL as an argument that is expecting an array Pass PETSC_NULL_ENUM when argument returns an enum instead of PETSC_NULL_INTEGER Pass arrays (and not scalar values) when the argument is expecting an array; this means replace, for example, the argument v with [v] Use PetscObjectIsNull(obj) to check if the object is NULL, instead of obj == PETSC_NULL_XXX
The compiler will now automatically prevent you from using the wrong argument type for the first three bullets above This will also require an update sowing with the new sowing branch this MR is using.
show more ...
|
| #
2fd2f86a
|
| 20-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
ce08df8d
|
| 20-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-docs' into 'release'
Docs: fix double backticks in seealso
See merge request petsc/petsc!7560
|
| #
a94f484e
|
| 19-May-2024 |
Pierre Jolivet <pierre@joliv.et> |
Docs: fix double backticks in seealso
|
| #
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
|
| #
613ce9fe
|
| 17-Dec-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
3667ccc5
|
| 17-Dec-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-12-11/doc-factor-solver-order/release' into 'release'
Add to manual pages the order at which matrix factorization solvers are selected
See merge request petsc/petsc!7108
|
| #
998e4596
|
| 17-Dec-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Add to manual pages the order at which matrix factorization solvers are selected
Reported-by: Alex Lindsay
|
| #
cbb74892
|
| 02-Dec-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
c87f018d
|
| 01-Dec-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-11-24/fix-ksp-manpages/release' into 'release'
Fix manual pages in KSP
See merge request petsc/petsc!7055
|
| #
562efe2e
|
| 01-Dec-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix manual pages in KSP
|
| #
16ce926e
|
| 11-Nov-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
ae60e8fe
|
| 10-Nov-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-then' into 'release'
Docs: fix wrong occurences of then instead of than
See merge request petsc/petsc!7007
|
| #
467446fb
|
| 10-Nov-2023 |
Pierre Jolivet <pierre@joliv.et> |
Docs: fix wrong occurences of then instead of than
|
| #
e8e8640d
|
| 26-Sep-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/rm-first-empty-line' into 'main'
Remove first and last empty lines
See merge request petsc/petsc!6892
|