Home
last modified time | relevance | path

Searched refs:createrestriction (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/impls/shell/
H A Ddmshell.c874 dm->ops->createrestriction = restriction; in DMShellSetCreateRestriction()
901 *restriction = dm->ops->createrestriction; in DMShellGetCreateRestriction()
/petsc/include/petsc/private/
H A Ddmimpl.h56 PetscErrorCode (*createrestriction)(DM, DM, Mat *); member
/petsc/src/dm/impls/stag/
H A Dstag.c986 dm->ops->createrestriction = DMCreateRestriction_Stag; in DMCreate_Stag()
/petsc/src/dm/interface/
H A Ddm.c1322 PetscUseTypeMethod(dmc, createrestriction, dmf, mat); in DMCreateRestriction()
3964 *flg = (dm->ops->createrestriction) ? PETSC_TRUE : PETSC_FALSE; in DMHasCreateRestriction()