Searched refs:coneSizeNew (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 3484 PetscInt coneSizeNew, c, val; in DMPlexCreateSubmeshGeneric_Interpolated() local 3487 for (c = 0, coneSizeNew = 0; c < coneSize; ++c) { in DMPlexCreateSubmeshGeneric_Interpolated() 3489 if (val >= 0) coneSizeNew++; in DMPlexCreateSubmeshGeneric_Interpolated() 3491 PetscCall(DMPlexSetConeSize(subdm, subpoint, coneSizeNew)); in DMPlexCreateSubmeshGeneric_Interpolated() 3512 PetscInt coneSize, subconeSize, coneSizeNew, c, subc, fornt = 0; in DMPlexCreateSubmeshGeneric_Interpolated() local 3546 for (c = 0, coneSizeNew = 0; c < coneSize; ++c) { in DMPlexCreateSubmeshGeneric_Interpolated() 3549 coneNew[coneSizeNew] = firstSubPoint[d - 1] + subc; in DMPlexCreateSubmeshGeneric_Interpolated() 3550 orntNew[coneSizeNew] = ornt[c]; in DMPlexCreateSubmeshGeneric_Interpolated() 3551 ++coneSizeNew; in DMPlexCreateSubmeshGeneric_Interpolated() 3554 …coneSizeNew == subconeSize, comm, PETSC_ERR_PLIB, "Number of cone points located %" PetscInt_FMT "… in DMPlexCreateSubmeshGeneric_Interpolated()
|