Searched refs:periodic_points (Results 1 – 3 of 3) sorted by relevance
1000 …_face_sfs, plex->periodic.face_sfs, &plex->periodic.composed_sf, &plex->periodic.periodic_points)); in DMGetIsoperiodicPointSF_Plex()1093 …PetscCheck(plex->periodic.periodic_points, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONGSTATE, "Isoperiodic… in DMPeriodicCoordinateSetUp_Internal()1103 IS is = plex->periodic.periodic_points[f]; in DMPeriodicCoordinateSetUp_Internal()
2867 if (mesh->periodic.periodic_points) { in DMDestroy_Plex()2868 … 0; i < mesh->periodic.num_face_sfs; i++) PetscCall(ISDestroy(&mesh->periodic.periodic_points[i])); in DMDestroy_Plex()2869 PetscCall(PetscFree(mesh->periodic.periodic_points)); in DMDestroy_Plex()
216 IS *periodic_points; member