Lines Matching refs:ops
377 dm->ops->creatematrix = func; in DMShellSetCreateMatrix()
469 dm->ops->createglobalvector = func; in DMShellSetCreateGlobalVector()
534 dm->ops->createlocalvector = func; in DMShellSetCreateLocalVector()
560 dm->ops->globaltolocalbegin = begin; in DMShellSetGlobalToLocal()
561 dm->ops->globaltolocalend = end; in DMShellSetGlobalToLocal()
587 dm->ops->localtoglobalbegin = begin; in DMShellSetLocalToGlobal()
588 dm->ops->localtoglobalend = end; in DMShellSetLocalToGlobal()
614 dm->ops->localtolocalbegin = begin; in DMShellSetLocalToLocal()
615 dm->ops->localtolocalend = end; in DMShellSetLocalToLocal()
718 dm->ops->coarsen = coarsen; in DMShellSetCoarsen()
745 *coarsen = dm->ops->coarsen; in DMShellGetCoarsen()
770 dm->ops->refine = refine; in DMShellSetRefine()
797 *refine = dm->ops->refine; in DMShellGetRefine()
822 dm->ops->createinterpolation = interp; in DMShellSetCreateInterpolation()
849 *interp = dm->ops->createinterpolation; in DMShellGetCreateInterpolation()
874 dm->ops->createrestriction = restriction; in DMShellSetCreateRestriction()
901 *restriction = dm->ops->createrestriction; in DMShellGetCreateRestriction()
926 dm->ops->createinjection = inject; in DMShellSetCreateInjection()
953 *inject = dm->ops->createinjection; in DMShellGetCreateInjection()
978 dm->ops->createfielddecomposition = decomp; in DMShellSetCreateFieldDecomposition()
1003 dm->ops->createdomaindecomposition = decomp; in DMShellSetCreateDomainDecomposition()
1028 dm->ops->createddscatters = scatter; in DMShellSetCreateDomainDecompositionScatters()
1053 dm->ops->createsubdm = subdm; in DMShellSetCreateSubDM()
1080 *subdm = dm->ops->createsubdm; in DMShellGetCreateSubDM()
1136 dm->ops->destroy = DMDestroy_Shell; in DMCreate_Shell()
1137 dm->ops->createglobalvector = DMCreateGlobalVector_Shell; in DMCreate_Shell()
1138 dm->ops->createlocalvector = DMCreateLocalVector_Shell; in DMCreate_Shell()
1139 dm->ops->creatematrix = DMCreateMatrix_Shell; in DMCreate_Shell()
1140 dm->ops->view = DMView_Shell; in DMCreate_Shell()
1141 dm->ops->load = DMLoad_Shell; in DMCreate_Shell()
1142 dm->ops->globaltolocalbegin = DMGlobalToLocalBeginDefaultShell; in DMCreate_Shell()
1143 dm->ops->globaltolocalend = DMGlobalToLocalEndDefaultShell; in DMCreate_Shell()
1144 dm->ops->localtoglobalbegin = DMLocalToGlobalBeginDefaultShell; in DMCreate_Shell()
1145 dm->ops->localtoglobalend = DMLocalToGlobalEndDefaultShell; in DMCreate_Shell()
1146 dm->ops->localtolocalbegin = DMLocalToLocalBeginDefaultShell; in DMCreate_Shell()
1147 dm->ops->localtolocalend = DMLocalToLocalEndDefaultShell; in DMCreate_Shell()
1148 dm->ops->createsubdm = DMCreateSubDM_Shell; in DMCreate_Shell()