Home
last modified time | relevance | path

Searched refs:isCellType (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h816 PetscBool isDepth, isGhost, isVTK, isDim, isCellType; in DMSetUp_pforest() local
827 PetscCall(PetscStrcmp(name, "celltype", &isCellType)); in DMSetUp_pforest()
828 if (isCellType) continue; in DMSetUp_pforest()
974 PetscBool isDepth, isCellType, isGhost, isVTK; in DMSetUp_pforest() local
983 PetscCall(PetscStrcmp(name, "celltype", &isCellType)); in DMSetUp_pforest()
984 if (isCellType) continue; in DMSetUp_pforest()
3118 PetscBool isDepth, isCellType, isGhost, isVTK, isSpmap; in DMPforestLabelsInitialize() local
3127 PetscCall(PetscStrcmp(name, "celltype", &isCellType)); in DMPforestLabelsInitialize()
3128 if (isCellType) { in DMPforestLabelsInitialize()
3526 PetscBool isDepth, isCellType, isGhost, isVTK; in DMPforestLabelsFinalize() local
[all …]
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c1937 PetscBool isDepth, isCellType; in DMPlexTransformCreateLabels() local
1942 PetscCall(PetscStrcmp(lname, "celltype", &isCellType)); in DMPlexTransformCreateLabels()
1943 if (isCellType) continue; in DMPlexTransformCreateLabels()
/petsc/src/dm/impls/plex/
H A Dplexcreate.c7448 PetscBool isDepth, isCellType; in DMPlexCreateEphemeral() local
7453 PetscCall(PetscStrcmp(lname, "celltype", &isCellType)); in DMPlexCreateEphemeral()
7454 if (isCellType) continue; in DMPlexCreateEphemeral()