Searched refs:transformDestroy (Results 1 – 3 of 3) sorted by relevance
299 PetscErrorCode (*transformDestroy)(DM, void *); member
761 if ((*dm)->transformDestroy) PetscCall((*(*dm)->transformDestroy)(*dm, (*dm)->transformCtx)); in DMDestroy()2740 newdm->transformDestroy = NULL; in DMCopyTransform()
882 dm->transformDestroy = DMPlexBasisTransformDestroy_Rotation_Internal; in DMPlexCreateBasisRotation()