Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddmimpl.h299 PetscErrorCode (*transformDestroy)(DM, void *); member
/petsc/src/dm/interface/
H A Ddm.c761 if ((*dm)->transformDestroy) PetscCall((*(*dm)->transformDestroy)(*dm, (*dm)->transformCtx)); in DMDestroy()
2740 newdm->transformDestroy = NULL; in DMCopyTransform()
/petsc/src/dm/impls/plex/
H A Dplexfem.c882 dm->transformDestroy = DMPlexBasisTransformDestroy_Rotation_Internal; in DMPlexCreateBasisRotation()