Home
last modified time | relevance | path

Searched refs:numSubcells (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplex.c8564 …PetscInt numFields, numSubcells, maxFPoints, numFPoints, numCPoints, numFIndices, numCIndic… in DMPlexMatSetClosureRefined() local
8619 numSubcells = rsize[Nt - 1]; in DMPlexMatSetClosureRefined()
8622 PetscCall(DMGetWorkArray(dmf, maxFPoints * 2 * numSubcells, MPIU_INT, &ftotpoints)); in DMPlexMatSetClosureRefined()
8623 for (r = 0, q = 0; r < numSubcells; ++r) { in DMPlexMatSetClosureRefined()
8625 …PetscCall(DMPlexGetTransitiveClosure(dmf, point * numSubcells + r, PETSC_TRUE, &numFPoints, &fpoin… in DMPlexMatSetClosureRefined()
8728 …PetscInt numFields, numSubcells, maxFPoints, numFPoints, numCPoints, numFIndices, numCIndic… in DMPlexMatGetClosureIndicesRefined() local
8779 numSubcells = rsize[Nt - 1]; in DMPlexMatGetClosureIndicesRefined()
8782 PetscCall(DMGetWorkArray(dmf, maxFPoints * 2 * numSubcells, MPIU_INT, &ftotpoints)); in DMPlexMatGetClosureIndicesRefined()
8783 for (r = 0, q = 0; r < numSubcells; ++r) { in DMPlexMatGetClosureIndicesRefined()
8785 …PetscCall(DMPlexGetTransitiveClosure(dmf, point * numSubcells + r, PETSC_TRUE, &numFPoints, &fpoin… in DMPlexMatGetClosureIndicesRefined()