| e6aa7a3b | 24-Oct-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
The goal of all the commits in this MR is to unify the destruction of "application" contexts.
This will help with supporting language bindings. For example, for Fortran the application context would
The goal of all the commits in this MR is to unify the destruction of "application" contexts.
This will help with supporting language bindings. For example, for Fortran the application context would be a user derived type
Fix prototype of DMShellSetDestroyCtx function argument to use PETSc standard way of doing it with PetscCtxDestroyF.
Also fix PetscViewerGLVisSetFields prototype of destroy function
These two locations were missed when PetscCtxDestroyFn was introduced as the universal function prototype for context destruction in 3.23
Reported-by: Victor Eijkhout
show more ...
|