| #
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 ...
|
| #
e4a561a4
|
| 07-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
6827d6b3
|
| 07-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/asan' into 'release'
address sanitizer fixes
See merge request petsc/petsc!7927
|
| #
0ef292d3
|
| 05-Oct-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
configure: detect GNU address sanitizer
disable PetscCheckPointer when using a sanitizer
|
| #
732aec7a
|
| 22-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/remove-cast' into 'main'
Use NULL or nullptr instead of casted 0
See merge request petsc/petsc!7857
|
| #
c8025a54
|
| 21-Sep-2024 |
Pierre Jolivet <pierre@joliv.et> |
Use NULL or nullptr instead of casted 0
|
| #
44277090
|
| 03-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/winter-housekeeping' into 'main'
Package updates
See merge request petsc/petsc!7143
|
| #
ef333426
|
| 28-Dec-2023 |
Pierre Jolivet <pierre@joliv.et> |
Revert 41751ff936f2543999449f2cc826710c93affeac and e062e8b5c69bd8f5e0f7bcfa9dba51a49804e758
|
| #
59d2de5a
|
| 03-Nov-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/update-openmpi' into 'main'
configure: OpenMPI 5.0.0
See merge request petsc/petsc!6971
|
| #
e062e8b5
|
| 31-Oct-2023 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Tests: don't test petsc error handler for a bug in openmpi
|
| #
28328812
|
| 17-Aug-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/ts-dirk' into 'main'
Diagonally Implicit Runge Kutta
See merge request petsc/petsc!6774
|
| #
d27334e2
|
| 23-Jul-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
TSDIRK: Diagonally Implicit Runge Kutta
Reuse ARKIMEX code add additive boolean to the struct improve code readibility tweak requirements for identity mass matrix in additive methods Fix bug in not
TSDIRK: Diagonally Implicit Runge Kutta
Reuse ARKIMEX code add additive boolean to the struct improve code readibility tweak requirements for identity mass matrix in additive methods Fix bug in not copying last Ydot from previous step in ARKIMEX
show more ...
|
| #
479160d7
|
| 12-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-07-02/nice-error-message-when-first-error-is-not-properly-handled' into 'main'
When the user does not properly handle a returned error code and another error...
See merge r
Merge branch 'barry/2023-07-02/nice-error-message-when-first-error-is-not-properly-handled' into 'main'
When the user does not properly handle a returned error code and another error...
See merge request petsc/petsc!6655
show more ...
|
| #
e9a33e21
|
| 09-Jul-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Need to have test harness remove -options_left to tests that test handling of errors in tests
Commit-type: testing
|
| #
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
|
| #
ff1b2eb0
|
| 23-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-egrep' into 'main'
Switch from egrep to grep -E
See merge request petsc/petsc!5674
|
| #
f53b81b6
|
| 22-Sep-2022 |
Pierre Jolivet <pierre@joliv.et> |
Switch from egrep to grep -E
|
| #
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
|
| #
fb664f9e
|
| 10-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-08-29/petscdevicecontext-backend-update' into 'main'
Update PetscDevice and PetscDeviceContext backends
See merge request petsc/petsc!5566
|
| #
36f0be53
|
| 30-Aug-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Fix MPI_Comm_attr keyval reference counting, one should be able to free the keyval before deleting communicators
|
| #
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
|