Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmfield.h61 PETSC_EXTERN PetscErrorCode DMFieldShellGetContext(DMField, PetscCtxRt);
/petsc/src/dm/field/tutorials/
H A Dex1.c167 PetscCall(DMFieldShellGetContext(field, &ctxVec)); in TestShellEvaluate()
214 PetscCall(DMFieldShellGetContext(field, &ctxVec)); in TestShellDestroy()
/petsc/src/dm/field/impls/shell/
H A Ddmfieldshell.c8 PetscErrorCode DMFieldShellGetContext(DMField field, PetscCtxRt ctx) in DMFieldShellGetContext() function