| #
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 ...
|
| #
38ce2c49
|
| 21-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'zach/plex-rigid-body-remove-zero-modes' into 'release'
This was previously merged into 'main' via !8188 at 42191257f8e2c756a3c2de51a94a851795625d0d
|
| #
19620d22
|
| 11-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
5698ff47
|
| 08-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/plex-smallfix' into 'release'
DMPlexComputeJacobian_Patch_Internal: fix dmAux dimension
See merge request petsc/petsc!8771
|
| #
2358c221
|
| 29-Sep-2025 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlexComputeJacobian_Patch_Internal: fix dmAux dimension
|
| #
42191257
|
| 05-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'zach/plex-rigid-body-remove-zero-modes' into 'main'
DMPlex: Automatically remove zero modes from MatNullSpace when creating via DMPlexCreateRigidBody
See merge request petsc/petsc!8188
|
| #
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 **
|
| #
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
|
| #
9c9054df
|
| 11-Mar-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
DMPlex: Automatically remove zero modes from MatNullSpace when creating via DMPlexCreateRigidBody
|
| #
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 ...
|
| #
966bd95a
|
| 25-May-2025 |
Pierre Jolivet <pierre@joliv.et> |
Convert some SETERRQ() to PetscCheck()
|
| #
38c49edf
|
| 11-Aug-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'zach/extern-plex-vec-get-oriented-closure' into 'main'
plex: Make DMPlexVecGetOrientedClosure externally visible
See merge request petsc/petsc!8637
|
| #
48162695
|
| 08-Aug-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
plex: Make DMPlexVecGetOrientedClosure externally visible
|
| #
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
|
| #
4561e6c9
|
| 22-Jul-2025 |
Matthew G. Knepley <knepley@gmail.com> |
FE: Changed signature of PetscFEIntegrateJacobian() to allow rectangular operators
|
| #
85df088b
|
| 16-Jun-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-orient-sf' into 'main'
Plex: Fix handling of NULL locals in PlexOrient
See merge request petsc/petsc!8443
|
| #
b4ec2976
|
| 04-Jun-2025 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix interpolator for empty mesh
|
| #
997bf629
|
| 04-Jun-2025 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix interface for boundary integration - Change argument order for `DMPlexComputeBdResidualSingle()` and `DMPlexComputeBdJacobianSingle()` to match domain functions - Add `DMPlexComputeBdResidu
Plex: Fix interface for boundary integration - Change argument order for `DMPlexComputeBdResidualSingle()` and `DMPlexComputeBdJacobianSingle()` to match domain functions - Add `DMPlexComputeBdResidualSingleByKey()` and `DMPlexComputeBdJacobianSingleByLabel()`
show more ...
|
| #
1bafe4bb
|
| 20-May-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-05-15/fix-func-typedef-names' into 'main'
All typedef for functions are of the form (XXXXFn)(...) not (*XXXXyyyy)(....)
See merge request petsc/petsc!8408
|
| #
2192575e
|
| 15-May-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
All typedef for functions are of the form (XXXXFn)(...) not (*XXXXyyyy)(....)
|
| #
022ab154
|
| 12-May-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-dm-bounds' into 'main'
Plex: Now allow variable bounds along boundaries
See merge request petsc/petsc!8402
|