| #
ae1ee551
|
| 23-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/more-petscdefined' into 'main'
Minor housekeeping
See merge request petsc/petsc!9058
|
| #
f9337db5
|
| 21-Feb-2026 |
Pierre Jolivet <pierre@joliv.et> |
Remove unneeded file
|
| #
d9126033
|
| 13-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jrwrigh/cgns_bc_writing' into 'main'
Plex: CGNS files write and read boundary conditions and face label information
See merge request petsc/petsc!8934
|
| #
7d8e5ce9
|
| 01-Jan-2026 |
James Wright <james@jameswright.xyz> |
doc(plex): Minor fix to documentation
|
| #
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 ...
|
| #
62ed4282
|
| 09-Dec-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/oxford' into 'main'
Plex enhancement for firedrake
See merge request petsc/petsc!8876
|
| #
71f1c950
|
| 30-Nov-2025 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlexFilter: support local meshes
|
| #
15b083fc
|
| 07-Dec-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-gcc16-warnings' into 'main'
Fix -Wunused-but-set-variable
See merge request petsc/petsc!8887
|
| #
e60de12f
|
| 05-Dec-2025 |
Pierre Jolivet <pierre@joliv.et> |
Fix -Wunused-but-set-variable
src/dm/dt/fe/interface/fe.c:2420:41: warning: variable ‘g’ set but not used [-Wunused-but-set-variable=] 2420 | PetscInt dOffset = 0, fOffset = 0, f, g; |
Fix -Wunused-but-set-variable
src/dm/dt/fe/interface/fe.c:2420:41: warning: variable ‘g’ set but not used [-Wunused-but-set-variable=] 2420 | PetscInt dOffset = 0, fOffset = 0, f, g; | ^ src/dm/field/impls/da/dmfieldda.c:31:17: warning: variable ‘c’ set but not used [-Wunused-but-set-variable=] 31 | PetscInt i, c, dim; | ^ src/dm/impls/plex/plex.c:8007:28: warning: variable ‘newP’ set but not used [-Wunused-but-set-variable=] 8007 | for (PetscInt p = 0, newP = 0, o = fStart, oNew = fNewStart; p < numPoints; p++) { | ^~~~ src/ts/utils/dmplexlandau/plexland.c:351:39: warning: variable ‘loc_fdf_idx’ set but not used [-Wunused-but-set-variable=] 351 | for (PetscInt ei_r = 0, loc_fdf_idx = 0; ei_r < numCells[grid_r]; ++ei_r) { | ^~~~~~~~~~~
show more ...
|
| #
5d2a865b
|
| 21-Nov-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/safeguard-pchpddm-schur-ci' into 'main'
Housekeeping + more safeguards in PCHPDDM
See merge request petsc/petsc!8859
|
| #
418fb43b
|
| 18-Nov-2025 |
Pierre Jolivet <pierre@joliv.et> |
Housekeeping
|
| #
b836d7e4
|
| 06-Nov-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jrwrigh/vecclosureatdepth' into 'main'
feat(plex): Move DMPlexVecGetClosureAtDepth to public
See merge request petsc/petsc!8824
|
| #
44a422c4
|
| 04-Nov-2025 |
James Wright <james@jameswright.xyz> |
feat(plex): Move DMPlexVecGetClosureAtDepth to public
|
| #
8577b683
|
| 05-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
4ef57303
|
| 05-Oct-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'tmaon/fortran-add-dmplexgetrestoreclosureindices' into 'release'
Fix DMPlex[Get-Restore]ClosureIndices for Fortran
See merge request petsc/petsc!8540
|
| #
c3871b17
|
| 05-Oct-2025 |
Noam T <dontbugthedevs@proton.me> |
Fix DMPlex[Get-Restore]ClosureIndices for Fortran
Co-authored-by: Barry Smith <bsmith@petsc.dev>
|
| #
237137dc
|
| 27-Sep-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/multistage-partitioner' into 'main'
Multistage partitioner for DMPLEX
See merge request petsc/petsc!8730
|
| #
3b9d9b65
|
| 25-Sep-2025 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscPartitioner: add multistage partitioner
|
| #
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
|
| #
586b08f3
|
| 11-Sep-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'MarDiehl/use-MPIU' into 'main'
MPIU wrappers provide better debugging capabilities
See merge request petsc/petsc!8696
|
| #
458b0db5
|
| 09-Sep-2025 |
Martin Diehl <mail@martin-diehl.net> |
better debugging capabilities
using MPIU wrappers where available and PetscCallMPI for all MPI(U) functions
|
| #
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 ...
|