Searched refs:totSubPoints (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 3381 PetscInt totSubPoints = 0, maxConeSize, dim, sdim, cdim, p, d, coordinate_type; in DMPlexCreateSubmeshGeneric_Interpolated() local 3446 totSubPoints += numSubPoints[d]; in DMPlexCreateSubmeshGeneric_Interpolated() 3462 PetscCall(DMPlexSetChart(subdm, 0, totSubPoints)); in DMPlexCreateSubmeshGeneric_Interpolated() 3569 …PetscInt bs, numComp, coordSize, firstP, lastP, firstSubP = totSubPoints, lastSubP = -1, numFi… in DMPlexCreateSubmeshGeneric_Interpolated() 3642 if (firstSubP == totSubPoints) { in DMPlexCreateSubmeshGeneric_Interpolated()
|