Searched refs:cMax (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex5.c | 1139 PetscInt dim, Nf, cMax, cEnd, id; in TestAssembly() local 1146 PetscCall(DMPlexGetSimplexOrBoxCells(dm, 0, NULL, &cMax)); in TestAssembly() 1148 PetscCall(ISCreateStride(PETSC_COMM_SELF, cEnd - cMax, cMax, 1, &cohesiveCells)); in TestAssembly() 1203 PetscCall(DMGetCellDS(dm, cMax, &probh, NULL)); in TestAssembly() 1242 if (cMax < cEnd) { in TestAssembly() 1250 PetscCall(DMPlexGetCone(dm, cMax, &cone)); in TestAssembly() 1251 PetscCall(DMGetCellDS(dm, cMax, &ds, NULL)); in TestAssembly()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 2628 PetscInt dim, cMax, cEnd, c, subc = 0, p, coneSize = -1; in DMPlexMarkCohesiveSubmesh_Uninterpolated() local 2636 PetscCall(DMPlexGetTensorPrismBounds_Internal(dm, dim, &cMax, &cEnd)); in DMPlexMarkCohesiveSubmesh_Uninterpolated() 2637 if (cMax < 0) PetscFunctionReturn(PETSC_SUCCESS); in DMPlexMarkCohesiveSubmesh_Uninterpolated() 2639 for (c = cMax; c < cEnd; ++c) { in DMPlexMarkCohesiveSubmesh_Uninterpolated() 2649 *numFaces = cEnd - cMax; in DMPlexMarkCohesiveSubmesh_Uninterpolated() 2650 PetscCall(DMPlexGetConeSize(dm, cMax, &coneSize)); in DMPlexMarkCohesiveSubmesh_Uninterpolated() 2655 for (c = cMax; c < cEnd; ++c) { in DMPlexMarkCohesiveSubmesh_Uninterpolated() 2684 PetscInt dim, cMax, cEnd, c, d; in DMPlexMarkCohesiveSubmesh_Interpolated() local 2688 PetscCall(DMPlexGetTensorPrismBounds_Internal(dm, dim, &cMax, &cEnd)); in DMPlexMarkCohesiveSubmesh_Interpolated() 2689 if (cMax < 0) PetscFunctionReturn(PETSC_SUCCESS); in DMPlexMarkCohesiveSubmesh_Interpolated() [all …]
|