Searched refs:createlocalsection (Results 1 – 6 of 6) sorted by relevance
42 PetscErrorCode (*createlocalsection)(DM); member
1460 dm->ops->createlocalsection = NULL; in DMInitialize_Moab()
2699 sw->ops->createlocalsection = NULL; in DMInitialize_Swarm()
4356 if (!dm->localSection && dm->ops->createlocalsection) { in DMGetLocalSection()4377 PetscUseTypeMethod(dm, createlocalsection); in DMGetLocalSection()
5140 dm->ops->createlocalsection = DMCreatelocalsection_pforest; in DMInitialize_pforest()
5714 dm->ops->createlocalsection = DMCreateLocalSection_Plex; in DMInitialize_Plex()