Searched refs:ghostLabel (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexfvm.c | 59 DMLabel ghostLabel; in DMPlexReconstructGradients_Internal() local 74 PetscCall(DMGetLabel(dm, "ghost", &ghostLabel)); in DMPlexReconstructGradients_Internal() 93 PetscCall(DMLabelGetValue(ghostLabel, face, &ghost)); in DMPlexReconstructGradients_Internal()
|
| H A D | plexgeometry.c | 2972 DMLabel ghostLabel; in DMPlexComputeGeometryFVM() local 3017 PetscCall(DMGetLabel(dm, "ghost", &ghostLabel)); in DMPlexComputeGeometryFVM() 3025 if (ghostLabel) PetscCall(DMLabelGetValue(ghostLabel, f, &ghost)); in DMPlexComputeGeometryFVM() 3205 DMLabel ghostLabel; in BuildGradientReconstruction_Internal() local 3216 PetscCall(DMGetLabel(dm, "ghost", &ghostLabel)); in BuildGradientReconstruction_Internal() 3226 PetscCall(DMLabelGetValue(ghostLabel, c, &ghost)); in BuildGradientReconstruction_Internal() 3239 PetscCall(DMLabelGetValue(ghostLabel, faces[f], &ghost)); in BuildGradientReconstruction_Internal() 3253 PetscCall(DMLabelGetValue(ghostLabel, faces[f], &ghost)); in BuildGradientReconstruction_Internal() 3266 DMLabel ghostLabel; in BuildGradientReconstruction_Internal_Tree() local 3281 PetscCall(DMGetLabel(dm, "ghost", &ghostLabel)); in BuildGradientReconstruction_Internal_Tree() [all …]
|
| H A D | plexfem.c | 4095 DMLabel ghostLabel; in DMPlexGetFaceFields() local 4129 PetscCall(DMGetLabel(dm, "ghost", &ghostLabel)); in DMPlexGetFaceFields() 4150 PetscCall(DMLabelGetValue(ghostLabel, face, &ghost)); in DMPlexGetFaceFields() 4284 DMLabel ghostLabel; in DMPlexGetFaceGeometry() local 4295 PetscCall(DMGetLabel(dm, "ghost", &ghostLabel)); in DMPlexGetFaceGeometry() 4310 PetscCall(DMLabelGetValue(ghostLabel, face, &ghost)); in DMPlexGetFaceGeometry() 4394 DMLabel ghostLabel = NULL; in DMPlexComputeResidual_Patch_Internal() local 4415 PetscCall(DMGetLabel(dm, "ghost", &ghostLabel)); in DMPlexComputeResidual_Patch_Internal() 4544 if (ghostLabel) { in DMPlexComputeResidual_Patch_Internal() 4547 PetscCall(DMLabelGetValue(ghostLabel, cell, &ghostVal)); in DMPlexComputeResidual_Patch_Internal() [all …]
|
| H A D | plexsubmesh.c | 811 DMLabel vtkLabel, ghostLabel = NULL; in DMPlexCreateVTKLabel_Internal() local 828 PetscCall(DMGetLabel(dmNew, "ghost", &ghostLabel)); in DMPlexCreateVTKLabel_Internal() 834 else if (ghostLabel) PetscCall(DMLabelSetValue(ghostLabel, c, 2)); in DMPlexCreateVTKLabel_Internal() 837 if (ghostLabel) { in DMPlexCreateVTKLabel_Internal() 844 PetscCall(DMLabelSetValue(ghostLabel, f, 1)); in DMPlexCreateVTKLabel_Internal() 852 if (vA != 1 && vB != 1) PetscCall(DMLabelSetValue(ghostLabel, f, 1)); in DMPlexCreateVTKLabel_Internal()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 3058 DMLabel ghostLabel; in DMPforestLabelsInitialize() local 3062 PetscCall(DMGetLabel(plex, pforest->ghostName, &ghostLabel)); in DMPforestLabelsInitialize() 3091 PetscCall(DMLabelSetValue(ghostLabel, cone[plexF], plexF + 1)); in DMPforestLabelsInitialize()
|