Home
last modified time | relevance | path

Searched refs:edgeSets (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/plex/ !
H A Dplexgmsh.c1579 …DMLabel cellSets = NULL, faceSets = NULL, edgeSets = NULL, vertSets = NULL, marker = NULL, *r… in DMPlexCreateGmsh() local
1863 if (generic) PetscCall(DMSetLabelValue_Fast(*dm, &edgeSets, "Edge Sets", join[0], tag)); in DMPlexCreateGmsh()
1920 flag[2] = edgeSets ? PETSC_TRUE : PETSC_FALSE; in DMPlexCreateGmsh()
H A Dplexcreate.c3837 PetscInt (*edges)[2] = NULL, *edgeSets = NULL; in DMPlexCreateTPSMesh_Internal() local
3865 PetscCall(PetscMalloc1(Ncuts * 4, &edgeSets)); in DMPlexCreateTPSMesh_Internal()
3942 edgeSets[numEdges] = dir * 2 + 1; in DMPlexCreateTPSMesh_Internal()
3948 edgeSets[numEdges] = dir * 2 + 2; in DMPlexCreateTPSMesh_Internal()
4238 PetscCall(PetscMalloc1(numEdges, &edgeSets)); in DMPlexCreateTPSMesh_Internal()
4249 edgeSets[edge++] = 2 * d; in DMPlexCreateTPSMesh_Internal()
4254 edgeSets[edge++] = 2 * d + 1; in DMPlexCreateTPSMesh_Internal()
4286 PetscCall(DMLabelSetValue(label, join[0], edgeSets[e])); in DMPlexCreateTPSMesh_Internal()
4290 PetscCall(PetscFree(edgeSets)); in DMPlexCreateTPSMesh_Internal()