Searched refs:createrestriction (Results 1 – 4 of 4) sorted by relevance
874 dm->ops->createrestriction = restriction; in DMShellSetCreateRestriction()901 *restriction = dm->ops->createrestriction; in DMShellGetCreateRestriction()
56 PetscErrorCode (*createrestriction)(DM, DM, Mat *); member
986 dm->ops->createrestriction = DMCreateRestriction_Stag; in DMCreate_Stag()
1322 PetscUseTypeMethod(dmc, createrestriction, dmf, mat); in DMCreateRestriction()3964 *flg = (dm->ops->createrestriction) ? PETSC_TRUE : PETSC_FALSE; in DMHasCreateRestriction()