Lines Matching refs:cones
1882 sc_array_t *cones = sc_array_new(sizeof(p4est_locidx_t)); in P4estToPlex_Local() local
1892 …st, P4EST_CONNECT_FULL, 0, &first_local_quad, points_per_dim, cone_sizes, cones, cone_orientations… in P4estToPlex_Local()
1896 PetscCall(locidx_to_PetscInt(cones)); in P4estToPlex_Local()
1902 …scInt *)points_per_dim->array, (PetscInt *)cone_sizes->array, (PetscInt *)cones->array, (PetscInt … in P4estToPlex_Local()
1906 sc_array_destroy(cones); in P4estToPlex_Local()
4118 …sc_array_t *points_per_dim, *cone_sizes, *cones, *cone_orientations, *coords, *children, … in DMConvert_pforest_plex() local
4169 cones = sc_array_new(sizeof(p4est_locidx_t)); in DMConvert_pforest_plex()
4178 …(size > 1) ? overlap : 0), &first_local_quad, points_per_dim, cone_sizes, cones, cone_orientations… in DMConvert_pforest_plex()
4184 PetscCall(locidx_to_PetscInt(cones)); in DMConvert_pforest_plex()
4196 …scInt *)points_per_dim->array, (PetscInt *)cone_sizes->array, (PetscInt *)cones->array, (PetscInt … in DMConvert_pforest_plex()
4229 sc_array_destroy(cones); in DMConvert_pforest_plex()