Searched refs:childids (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 1887 sc_array_t *childids = sc_array_new(sizeof(p4est_locidx_t)); in P4estToPlex_Local() local 1892 …r_dim, cone_sizes, cones, cone_orientations, coords, children, parents, childids, leaves, remotes)… in P4estToPlex_Local() 1911 sc_array_destroy(childids); in P4estToPlex_Local() 4118 …*cone_sizes, *cones, *cone_orientations, *coords, *children, *parents, *childids, *leaves, *remote… in DMConvert_pforest_plex() local 4174 childids = sc_array_new(sizeof(p4est_locidx_t)); in DMConvert_pforest_plex() 4178 …r_dim, cone_sizes, cones, cone_orientations, coords, children, parents, childids, leaves, remotes,… in DMConvert_pforest_plex() 4189 PetscCall(locidx_to_PetscInt(childids)); in DMConvert_pforest_plex() 4210 …ll(DMPlexSetTree(newPlex, parentSection, (PetscInt *)parents->array, (PetscInt *)childids->array)); in DMConvert_pforest_plex() 4234 sc_array_destroy(childids); in DMConvert_pforest_plex()
|