Searched refs:local_elems (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsfc.c | 1210 PetscInt local_elems = 0; in DMPlexCreateBoxMesh_Tensor_SFC_Internal() local 1219 local_elems++; in DMPlexCreateBoxMesh_Tensor_SFC_Internal() 1238 PetscCall(DMPlexSetChart(dm, 0, local_elems + local_verts)); in DMPlexCreateBoxMesh_Tensor_SFC_Internal() 1239 …for (PetscInt e = 0; e < local_elems; e++) PetscCall(DMPlexSetConeSize(dm, e, PetscPowInt(2, dim))… in DMPlexCreateBoxMesh_Tensor_SFC_Internal() 1256 cone[n] = local_elems + ci; in DMPlexCreateBoxMesh_Tensor_SFC_Internal() 1292 local_ghosts[i] = local_elems + owned_verts + i; in DMPlexCreateBoxMesh_Tensor_SFC_Internal() 1303 …PetscCall(PetscSFSetGraph(sf, local_elems + local_verts, num_ghosts, local_ghosts, PETSC_OWN_POINT… in DMPlexCreateBoxMesh_Tensor_SFC_Internal() 1316 PetscCall(PetscSectionSetChart(coord_section, local_elems, local_elems + local_verts)); in DMPlexCreateBoxMesh_Tensor_SFC_Internal() 1318 PetscInt point = local_elems + v; in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
|