Home
last modified time | relevance | path

Searched defs:faultLabel (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex4.c140 DMLabel faultLabel, hybridLabel; in CreateSimplexHybrid_2D() local
239 DMLabel faultLabel, hybridLabel; in CreateTensorProductHybrid_2D() local
376 DMLabel faultLabel, hybridLabel; in CreateSimplexHybrid_3D() local
483 DMLabel faultLabel; in CreateTensorProductHybrid_3D() local
H A Dex5.c837 DMLabel faultLabel, faultBdLabel, hybridLabel, splitLabel; in CreateMesh() local
854 DMLabel faultLabel, faultBdLabel, hybridLabel; in CreateMesh() local
995 DMLabel faultLabel, faultBdLabel, hybridLabel; in CreateMesh() local
/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c1179 static PetscErrorCode DMPlexLabelFaultHalo(DM dm, DMLabel faultLabel) in DMPlexLabelFaultHalo()