Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexceed.c319 if (!dm->ceedERestrict) { in DMPlexGetCeedRestriction()
332 dm->ceedERestrict = elem_restr; in DMPlexGetCeedRestriction()
334 *ERestrict = dm->ceedERestrict; in DMPlexGetCeedRestriction()
/petsc/include/petsc/private/
H A Ddmimpl.h330 CeedElemRestriction ceedERestrict; // Map from the local vector (Lvector) to the cells (Evector) member
/petsc/src/dm/interface/
H A Ddm.c779 PetscCallCEED(CeedElemRestrictionDestroy(&(*dm)->ceedERestrict)); in DMDestroy()