Lines Matching refs:vertexLabel

2466 static PetscErrorCode DMPlexMarkSubmesh_Uninterpolated(DM dm, DMLabel vertexLabel, PetscInt value, …  in DMPlexMarkSubmesh_Uninterpolated()  argument
2482 if (vertexLabel) PetscCall(DMLabelGetStratumIS(vertexLabel, value, &subvertexIS)); in DMPlexMarkSubmesh_Uninterpolated()
2513 PetscCall(DMLabelGetValue(vertexLabel, point, &vertexLoc)); in DMPlexMarkSubmesh_Uninterpolated()
2539 PetscErrorCode DMPlexMarkSubmesh_Interpolated(DM dm, DMLabel vertexLabel, PetscInt value, PetscBool… in DMPlexMarkSubmesh_Interpolated() argument
2551 if (vertexLabel) { in DMPlexMarkSubmesh_Interpolated()
2552 PetscCall(DMLabelGetStratumIS(vertexLabel, value, &subvertexIS)); in DMPlexMarkSubmesh_Interpolated()
2570 PetscCall(DMLabelGetValue(vertexLabel, point, &faceLoc)); in DMPlexMarkSubmesh_Interpolated()
2591 PetscCall(DMLabelGetValue(vertexLabel, point, &vertexLoc)); in DMPlexMarkSubmesh_Interpolated()
3168 static PetscErrorCode DMPlexCreateSubmesh_Uninterpolated(DM dm, DMLabel vertexLabel, PetscInt value… in DMPlexCreateSubmesh_Uninterpolated() argument
3183 …if (vertexLabel) PetscCall(DMPlexMarkSubmesh_Uninterpolated(dm, vertexLabel, value, subpointMap, &… in DMPlexCreateSubmesh_Uninterpolated()
3911 static PetscErrorCode DMPlexCreateSubmesh_Interpolated(DM dm, DMLabel vertexLabel, PetscInt value, … in DMPlexCreateSubmesh_Interpolated() argument
3914 …PetscCall(DMPlexCreateSubmeshGeneric_Interpolated(dm, vertexLabel, value, markedFaces, PETSC_FALSE… in DMPlexCreateSubmesh_Interpolated()
3937 PetscErrorCode DMPlexCreateSubmesh(DM dm, DMLabel vertexLabel, PetscInt value, PetscBool markedFace… in DMPlexCreateSubmesh() argument
3954 PetscCall(DMPlexCreateSubmesh_Interpolated(dm, vertexLabel, value, markedFaces, *subdm)); in DMPlexCreateSubmesh()
3956 PetscCall(DMPlexCreateSubmesh_Uninterpolated(dm, vertexLabel, value, *subdm)); in DMPlexCreateSubmesh()