| #
9d47de49
|
| 18-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2026-02-14/fix-defined-missing-braces' into 'main'
Fix the inconsistent usage of #if defined XXX compared to defined(XXX)
See merge request petsc/petsc!9040
|
| #
beceaeb6
|
| 15-Feb-2026 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix the inconsistent usage of #if [!]defined XXX compared to defined(XXX)
Thanks-to: Pierre Jolivet
An LLM Claude detected the incosnsitency it was not used to remove the inconsistency
|
| #
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 ...
|
| #
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
|
| #
b859f8c0
|
| 07-Mar-2025 |
Pierre Jolivet <pierre@joliv.et> |
clang-format: update to v21 (and update CI)
|
| #
966bd95a
|
| 25-May-2025 |
Pierre Jolivet <pierre@joliv.et> |
Convert some SETERRQ() to PetscCheck()
|
| #
e26dfb6b
|
| 09-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/landau-paper-fixes' into 'main'
DMPlexLandau: diagnostics and (small) bug in Kokkos kernel
See merge request petsc/petsc!7655
|
| #
b3d9744d
|
| 09-Jul-2024 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
DMPlexLandau: diagnostics and (small) bug in Kokkos kernel
|
| #
14e7b07e
|
| 21-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
577be609
|
| 21-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2024-06-18/fix-some-minor-issues' into 'release'
Fix some minor issues found on Sunspot
See merge request petsc/petsc!7636
|
| #
bd4f7539
|
| 18-Jun-2024 |
Junchao Zhang <jczhang@anl.gov> |
Revert "Landau: temporarily disable it for SYCL due to link errors with Intel OneAPI"
This reverts commit c36a59bee2e66f2e80e3e9e7603aedea4197893c.
|
| #
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
|
| #
fbccb6d4
|
| 18-Nov-2023 |
Pierre Jolivet <pierre@joliv.et> |
CI: update to clang-format-18
|
| #
f45b553c
|
| 10-Feb-2024 |
Pierre Jolivet <pierre@joliv.et> |
Minor housekeeping
|
| #
8579a77e
|
| 14-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/landau-launch-bound-opt' into 'main'
optimized launch bounds with AMD data, similar to old CUDA optimization
See merge request petsc/petsc!6590
|
| #
71fb2364
|
| 14-Jun-2023 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
optimized launch bounds with AMD data, similar to old CUDA optimization
|
| #
62ca40b6
|
| 25-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/fix-landau-arg-mismatch' into 'main'
Landau: fix parameter mismatch between declartions and definitions
See merge request petsc/petsc!6503
|
| #
e2f4a6cd
|
| 24-May-2023 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Landau: fix parameter mismatch between declartions and definitions
|
| #
7030ffd8
|
| 22-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/landau-file-ho-simplex' into 'main'
added support for reading mesh file into Landau and HO simplex support
See merge request petsc/petsc!6390
|
| #
91fdbe66
|
| 06-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/disable-landau-with-sycl' into 'main'
Temporarily disable Landau with SYCL due to link errors with Intel OneAPI
See merge request petsc/petsc!6412
|
| #
c36a59be
|
| 05-May-2023 |
Junchao Zhang <jczhang@anl.gov> |
Landau: temporarily disable it for SYCL due to link errors with Intel OneAPI
|
| #
f44ea33c
|
| 28-Apr-2023 |
markadams4 <mfadams@lbl.gov> |
added support for reading mesh file into Landau
|
| #
47fdb817
|
| 05-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
3ce9df01
|
| 05-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/fix-landau-typo' into 'release'
Fix a typo in landau
See merge request petsc/petsc!6417
|