| #
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 ...
|
| #
3f5a071c
|
| 20-Jun-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'ksagiyam/fix_submesh_coordinates' into 'main'
Ksagiyam/fix submesh coordinates
See merge request petsc/petsc!8353
|
| #
4c712d99
|
| 27-Apr-2025 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
plexsubmesh: make submesh inherit CG/DG coordinate elements
|
| #
80f88c66
|
| 04-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jeremy/ceed-basis-update' into 'main'
ceed - use CEED_BASIS_NONE over CEED_BASIS_COLLOCATED
See merge request petsc/petsc!7125
|
| #
10ae67c6
|
| 18-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - use CEED_BASIS_NONE over CEED_BASIS_COLLOCATED
|
| #
f864ad58
|
| 04-Dec-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/libceed-i64-support' into 'main'
libceed: Add support for 64-bit indices
See merge request petsc/petsc!7076
|
| #
85f1dce8
|
| 01-Dec-2023 |
Jed Brown <jed@jedbrown.org> |
libceed: Add support for 64-bit indices
|
| #
15c913a0
|
| 26-Oct-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-plex-high-order-view' into 'main'
Plex: Enable high order viewing
See merge request petsc/petsc!6959
|
| #
e44f6aeb
|
| 26-Oct-2023 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Enable high order viewing - Refinement recreates affine coordinates - Default for draw viewer - Replace DMProjectCoordinates() with DMSetCoordinateDisc() - Add argument to DMPlexCreateCoordinat
Plex: Enable high order viewing - Refinement recreates affine coordinates - Default for draw viewer - Replace DMProjectCoordinates() with DMSetCoordinateDisc() - Add argument to DMPlexCreateCoordinateSpace()
show more ...
|
| #
fa8daf30
|
| 26-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/dmplexinterp' into 'main'
speed up DMPlexInterpolate
See merge request petsc/petsc!6563
|
| #
d778fca9
|
| 10-Jun-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlex ex42: fix ceed output
|
| #
51eee583
|
| 16-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-ceed-fv' into 'main'
PetscFV: Adding CEED support
See merge request petsc/petsc!6175
|
| #
52e7713a
|
| 15-Mar-2023 |
Matthew G. Knepley <knepley@gmail.com> |
PetscFV: Adding CEED support - Add DMPlexGetLocalOffsetsSupport()
|
| #
31d78bcd
|
| 02-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-12-10/petscerrorcode-nodiscard' into 'main'
Feature: Non-discardable PetscErrorCode
See merge request petsc/petsc!5923
|
| #
3ba16761
|
| 10-Dec-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Make PetscErrorCode a non-discardable enum
|
| #
6e67a01d
|
| 23-Dec-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/plex-coord-projection' into 'main'
DMPlex examples small fixes
See merge request petsc/petsc!4927
|
| #
f07be115
|
| 05-Mar-2022 |
Jed Brown <jed@jedbrown.org> |
DMPlex libCEED: selected backend depends how libCEED is configured
|
| #
786e2ac0
|
| 03-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-plex-extrude' into 'main'
DM: Rework options handling for coordinate DM
Closes #1275
See merge request petsc/petsc!5789
|
| #
dc431b0c
|
| 01-Nov-2022 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Create Plex coordinate space by cell type - Work around bug with tensor cells
|
| #
061e922f
|
| 22-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'
Feature: Bicycle Storage Facility 2
See merge request petsc/petsc!5661
|
| #
d71ae5a4
|
| 21-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
source code format changes due to .clang-format changes
|
| #
58d68138
|
| 23-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-08-21/clang-format-source' into 'main'
format repository with clang-format
See merge request petsc/petsc!5541
|
| #
9371c9d4
|
| 22-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
clang-format: convert PETSc sources to comply with clang-format
|
| #
5cab5458
|
| 26-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-07-23/add-petscbeginuser' into 'main'
Add PetscFunctionBeginUser to all PETSc C/C++ examples
See merge request petsc/petsc!5470
|