Searched refs:isVTK (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 816 PetscBool isDepth, isGhost, isVTK, isDim, isCellType; in DMSetUp_pforest() local 831 PetscCall(PetscStrcmp(name, "vtk", &isVTK)); in DMSetUp_pforest() 832 if (isVTK) continue; in DMSetUp_pforest() 974 PetscBool isDepth, isCellType, isGhost, isVTK; in DMSetUp_pforest() local 987 PetscCall(PetscStrcmp(name, "vtk", &isVTK)); in DMSetUp_pforest() 988 if (isVTK) continue; in DMSetUp_pforest() 3118 PetscBool isDepth, isCellType, isGhost, isVTK, isSpmap; in DMPforestLabelsInitialize() local 3137 PetscCall(PetscStrcmp(name, "vtk", &isVTK)); in DMPforestLabelsInitialize() 3138 if (isVTK) { in DMPforestLabelsInitialize() 3526 PetscBool isDepth, isCellType, isGhost, isVTK; in DMPforestLabelsFinalize() local [all …]
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 3328 PetscBool isDepth, isDim, isCelltype, isVTK; in DMPlexFilterLabels_Internal() local 3337 PetscCall(PetscStrcmp(lname, "vtk", &isVTK)); in DMPlexFilterLabels_Internal() 3338 if (isDepth || isDim || isCelltype || isVTK) continue; in DMPlexFilterLabels_Internal()
|