| #
2286efdd
|
| 25-Sep-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-07-30/fix-matshellsetoperationarg' into 'main'
Complete usage of PetscVoidFn and PetscErrorCodeFn and introduce PetscFortranCallbackFn
See merge request petsc/petsc!8615
|
| #
57d50842
|
| 31-Jul-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Change use of void (*)(void) and void (**)(void) in the PETSc API to PetscVoidFn * and PetscVoidFn ** or PetscErrorCodeFn * or PetscErrorCodeFn **
|
| #
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
|
| #
b6555650
|
| 25-May-2025 |
Pierre Jolivet <pierre@joliv.et> |
Minor cleanup
|
| #
eefb368e
|
| 06-May-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
9b8bfe90
|
| 05-May-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-typos' into 'release'
Typos and ksp.md
See merge request petsc/petsc!8368
|
| #
46091a0e
|
| 02-May-2025 |
Pierre Jolivet <pierre@joliv.et> |
Fix typos
|
| #
c5e72636
|
| 17-Apr-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/housekeeping' into 'main'
Housekeeping
See merge request petsc/petsc!8326
|
| #
523895ee
|
| 16-Apr-2025 |
Pierre Jolivet <pierre@joliv.et> |
Remove unneeded variable and functions
|
| #
5753113e
|
| 04-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/obj-has-fcn' into 'main'
Add PetscObjectHasFunction
See merge request petsc/petsc!7917
|
| #
0cd8b6e2
|
| 02-Oct-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
Add PetscObjectHasFunction
|
| #
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
|
| #
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 ...
|
| #
7a8c93dd
|
| 02-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
f49e4a60
|
| 01-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-06-27/fix-periodic-dmdacoloring/release' into 'release'
Fix error checking in DMDA for periodic cases where it cannot handle periodic boundary conditions
See merge request
Merge branch 'barry/2024-06-27/fix-periodic-dmdacoloring/release' into 'release'
Fix error checking in DMDA for periodic cases where it cannot handle periodic boundary conditions
See merge request petsc/petsc!7653
show more ...
|
| #
cc85f647
|
| 27-Jun-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix error checking in DMDA for periodic cases where it cannot handle periodic boundary conditions
Also add error checking to MatFDColoring() to check for bad coloring input.
Also fix bug where call
Fix error checking in DMDA for periodic cases where it cannot handle periodic boundary conditions
Also add error checking to MatFDColoring() to check for bad coloring input.
Also fix bug where call to ISColoringGetIS() where the is already exists and the caller requests PETSC_OWN_POINTER
Reported-by: Richard Katz <richard.katz@earth.ox.ac.uk>
show more ...
|
| #
705a7f0e
|
| 21-Mar-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-03-19/docs-man-dmda' into 'main'
simple fixes for DMDA manual pages
See merge request petsc/petsc!7387
|
| #
72fd0fbd
|
| 21-Mar-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
simple fixes for DMDA manual pages
|
| #
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
|
| #
00045ab3
|
| 11-Feb-2024 |
Pierre Jolivet <pierre@joliv.et> |
Remove carriage return in Petsc(Assert|Check)()
git grep -l -E "Petsc(Assert|Check)\(.*\\\n\"[,)]" | xargs sed -r -i'' 's#Petsc(Assert|Check)\((.*)\\n"([,)])#Petsc\1\(\2\"\3#g'
Suggested-by: Stefan
Remove carriage return in Petsc(Assert|Check)()
git grep -l -E "Petsc(Assert|Check)\(.*\\\n\"[,)]" | xargs sed -r -i'' 's#Petsc(Assert|Check)\((.*)\\n"([,)])#Petsc\1\(\2\"\3#g'
Suggested-by: Stefano Zampini
show more ...
|
| #
4d86920d
|
| 10-Feb-2024 |
Pierre Jolivet <pierre@joliv.et> |
checkbadSource: rules for PetscFunctionBegin and derivatives
|
| #
2971ee68
|
| 26-Dec-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
cd671866
|
| 26-Dec-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-12-25/update-dmda-docs/release' into 'release'
Improve manual pages for DMDA
See merge request petsc/petsc!7144
|
| #
12b4a537
|
| 26-Dec-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Improve manual pages for DMDA
|
| #
de56e480
|
| 19-Dec-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|