Home
last modified time | relevance | path

Searched refs:DMFieldShellSetDestroy (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetscdmfield.h60 PETSC_EXTERN PetscErrorCode DMFieldShellSetDestroy(DMField, PetscErrorCode (*)(DMField));
/petsc/src/dm/field/impls/shell/
H A Ddmfieldshell.c177 PetscErrorCode DMFieldShellSetDestroy(DMField field, PetscErrorCode (*destroy)(DMField)) in DMFieldShellSetDestroy() function
/petsc/src/dm/field/tutorials/
H A Dex1.c290 PetscCall(DMFieldShellSetDestroy(field, TestShellDestroy)); in main()