| #
4e8208cb
|
| 31-Jan-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2026-01-13/ftn-generation-for-context-functions' into 'main'
Fortran generation of interface definitions for functions that take and return context variables (void *ctx and PetC
Merge branch 'barry/2026-01-13/ftn-generation-for-context-functions' into 'main'
Fortran generation of interface definitions for functions that take and return context variables (void *ctx and PetCtx ctx)
See merge request petsc/petsc!8956
show more ...
|
| #
2a8381b2
|
| 13-Jan-2026 |
Barry Smith <bsmith@mcs.anl.gov> |
Add automatic generated fortran support for setting and returning contexts
Major cleanup of the code for setting and returning application (previously called user) contexts - PetscCtx ctx is now t
Add automatic generated fortran support for setting and returning contexts
Major cleanup of the code for setting and returning application (previously called user) contexts - PetscCtx ctx is now the standard for passing in contexts - PetscCtxRt ctx is the standard for passing out contexts, including context destroy routines based on PetscCtxDestroyFn
Both of these are typedef to void*
Also removed most use of user and userctx for context arguments now consistently named ctx
Improved documentation on PetscCtx and PetscCtxRt and on how to use contexts (including getting them) from Fortran
show more ...
|
| #
e1998897
|
| 29-Sep-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-09-28/fix-petscerrorcodefn-cxx' into 'main'
Fix the definition of PetscErrorCodeFn; this reverts API change in !8615
See merge request petsc/petsc!8745
|
| #
453a69bb
|
| 29-Sep-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix the definition of PetscErrorCodeFn; this reverts API change in !8615
Co-authored-by: Pierre Jolivet <pierre@joliv.et> Reported-by: Lisandro Dalcin <dalcinl@gmail.com>
|
| #
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 **
|
| #
18ea161e
|
| 25-Sep-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/fixes-before-release' into 'main'
small fixes before release
See merge request petsc/petsc!8717
|
| #
5d550117
|
| 22-Sep-2025 |
Stefano Zampini <stefano.zampini@gmail.com> |
DM: fix some docs
|
| #
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
|
| #
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
|
| #
966bd95a
|
| 25-May-2025 |
Pierre Jolivet <pierre@joliv.et> |
Convert some SETERRQ() to PetscCheck()
|
| #
3a7d0413
|
| 12-May-2025 |
Pierre Jolivet <pierre@joliv.et> |
One-liners from petsc/petsc!5344 and petsc/petsc!5557
Slightly reworked regular expression
git ls-files -z -- '*.c' '*.cxx' '*.cu' '*.h' '*.hpp' '*.cpp' | while IFS= read -r -d '' file; do cat
One-liners from petsc/petsc!5344 and petsc/petsc!5557
Slightly reworked regular expression
git ls-files -z -- '*.c' '*.cxx' '*.cu' '*.h' '*.hpp' '*.cpp' | while IFS= read -r -d '' file; do cat $file | tr '\n' '\r' | sed -E 's/\r([ ]*)(for|if|while|else) ([^\r]*)\{\r[ ]*Petsc([a-zA-Z]*)\(([^\r]*)\);\r[ ]*\}\r/\r\1\2 \3Petsc\4(\5);\r/g' | tr '\r' '\n' > ${file}.joe; mv ${file}.joe ${file} done
show more ...
|
| #
287d9e58
|
| 23-Jul-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-ts-landau-moments' into 'main'
TS Hamiltonian ex4: Preliminary moment equations
See merge request petsc/petsc!8573
|
| #
1898fd5c
|
| 22-Jul-2025 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Allow creation of a gradient matrix between spaces - This is like the mass matrix, but with a gradient on the continuous space - We use this for conservation laws in moments of particle systems -
DM: Allow creation of a gradient matrix between spaces - This is like the mass matrix, but with a gradient on the continuous space - We use this for conservation laws in moments of particle systems - Add projection to DMSwarm to implement this
show more ...
|
| #
17b1a781
|
| 20-Jun-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
3f2a77ba
|
| 20-Jun-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-dm-nullspace' into 'main'
DM: Malloc nullspace constructors
See merge request petsc/petsc!8486
|
| #
4758e3ce
|
| 19-Jun-2025 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Malloc nullspace constructors
|
| #
34d0854a
|
| 19-Jun-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley-release-patch-33a1' into 'release'
Doc: Add reference to function
See merge request petsc/petsc!8484
|
| #
29861759
|
| 19-Jun-2025 |
Matthew Knepley <knepley@gmail.com> |
Update file dm.c
|
| #
ac547700
|
| 16-Jun-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'fix-comments-DMAddBoundary' into 'release'
doc: clarify that DMAddBoundary() only adds a boundary condition for a field.
See merge request petsc/petsc!8476
|
| #
a1b2db74
|
| 16-Jun-2025 |
Albert Cowie <arcowie@buffalo.edu> |
doc: clarify that DMAddBoundary() only adds a boundary condition for a field.
|
| #
e8bd2884
|
| 02-Jun-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-draw-color' into 'main'
Plex: Allow changing the draw coloe
See merge request petsc/petsc!8457
|
| #
a36b0f0f
|
| 01-Jun-2025 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Allow changing the cell color in X drawing
|
| #
f02751c4
|
| 31-May-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/fix-dmboundaryconditiontypes/release' into 'main'
DMBoundaryConditionTypes: fix entries for LOWER_BOUND and UPPER_BOUND
See merge request petsc/petsc!8449
|