Searched refs:isDepth (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexdistribute.c | 1280 PetscBool isDepth, lisOutput = PETSC_TRUE, isOutput; in DMPlexDistributeLabels() local 1287 PetscCall(PetscStrcmp(name, "depth", &isDepth)); in DMPlexDistributeLabels() 1289 isDepth = PETSC_FALSE; in DMPlexDistributeLabels() 1291 PetscCallMPI(MPI_Bcast(&isDepth, 1, MPI_C_BOOL, 0, comm)); in DMPlexDistributeLabels() 1292 if (isDepth && !sendDepth) continue; in DMPlexDistributeLabels() 1294 if (isDepth) { in DMPlexDistributeLabels()
|
| H A D | plexsubmesh.c | 768 PetscBool isDepth, isDim; in DMPlexShiftLabels_Internal() local 774 PetscCall(PetscStrcmp(lname, "depth", &isDepth)); in DMPlexShiftLabels_Internal() 775 if (isDepth) continue; in DMPlexShiftLabels_Internal() 1894 PetscBool isDepth; in DMPlexConstructCohesiveCells_Internal() local 1897 PetscCall(PetscStrcmp(lname, "depth", &isDepth)); in DMPlexConstructCohesiveCells_Internal() 1898 if (isDepth) continue; in DMPlexConstructCohesiveCells_Internal() 3328 PetscBool isDepth, isDim, isCelltype, isVTK; in DMPlexFilterLabels_Internal() local 3334 PetscCall(PetscStrcmp(lname, "depth", &isDepth)); in DMPlexFilterLabels_Internal() 3338 if (isDepth || isDim || isCelltype || isVTK) continue; in DMPlexFilterLabels_Internal()
|
| H A D | plexcreate.c | 7448 PetscBool isDepth, isCellType; in DMPlexCreateEphemeral() local 7451 PetscCall(PetscStrcmp(lname, "depth", &isDepth)); in DMPlexCreateEphemeral() 7452 if (isDepth) continue; in DMPlexCreateEphemeral()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 816 PetscBool isDepth, isGhost, isVTK, isDim, isCellType; in DMSetUp_pforest() local 823 PetscCall(PetscStrcmp(name, "depth", &isDepth)); in DMSetUp_pforest() 824 if (isDepth) continue; in DMSetUp_pforest() 974 PetscBool isDepth, isCellType, isGhost, isVTK; in DMSetUp_pforest() local 981 PetscCall(PetscStrcmp(name, "depth", &isDepth)); in DMSetUp_pforest() 982 if (isDepth) continue; in DMSetUp_pforest() 3118 PetscBool isDepth, isCellType, isGhost, isVTK, isSpmap; in DMPforestLabelsInitialize() local 3122 PetscCall(PetscStrcmp(name, "depth", &isDepth)); in DMPforestLabelsInitialize() 3123 if (isDepth) { in DMPforestLabelsInitialize() 3526 PetscBool isDepth, isCellType, isGhost, isVTK; in DMPforestLabelsFinalize() local [all …]
|
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 1937 PetscBool isDepth, isCellType; in DMPlexTransformCreateLabels() local 1940 PetscCall(PetscStrcmp(lname, "depth", &isDepth)); in DMPlexTransformCreateLabels() 1941 if (isDepth) continue; in DMPlexTransformCreateLabels()
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 1483 PetscBool isDepth, isCelltype, output; in DMPlexLabelsView_HDF5_Internal() local 1488 PetscCall(PetscStrncmp(name, "depth", 10, &isDepth)); in DMPlexLabelsView_HDF5_Internal() 1491 if (isDepth || (isCelltype && omitCelltypes) || !output) continue; in DMPlexLabelsView_HDF5_Internal()
|