Home
last modified time | relevance | path

Searched refs:maxFPoints (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
8585 maxFPoints = numCPoints; in DMPlexMatSetClosureRefined()
8622 PetscCall(DMGetWorkArray(dmf, maxFPoints * 2 * numSubcells, MPIU_INT, &ftotpoints)); in DMPlexMatSetClosureRefined()
8728 …PetscInt numFields, numSubcells, maxFPoints, numFPoints, numCPoints, numFIndices, numCIndic… in DMPlexMatGetClosureIndicesRefined() local
8745 maxFPoints = numCPoints; in DMPlexMatGetClosureIndicesRefined()
8782 PetscCall(DMGetWorkArray(dmf, maxFPoints * 2 * numSubcells, MPIU_INT, &ftotpoints)); in DMPlexMatGetClosureIndicesRefined()