Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h2270 static PetscErrorCode DMPforestGetCellSFNodes(DM dm, PetscInt numClosureIndices, PetscInt *numClosu… in DMPforestGetCellSFNodes() argument
2295 *numClosurePoints = numClosureIndices * (cEnd - cStart); in DMPforestGetCellSFNodes()
2302 for (i = 0; i < numClosureIndices; i++, count++) { in DMPforestGetCellSFNodes()
2338 PetscInt numClosureIndices; in DMPforestGetTransferSF_Point() local
2405 numClosureIndices = P4EST_INSUL; in DMPforestGetTransferSF_Point()
2410 PetscCallMPI(MPI_Type_contiguous(numClosureIndices * 2, MPIU_INT, &nodeClosureType)); in DMPforestGetTransferSF_Point()
2414 …PetscCall(DMPforestGetCellSFNodes(coarse, numClosureIndices, &numClosurePointsC, &closurePointsC, … in DMPforestGetTransferSF_Point()
2415 …PetscCall(DMPforestGetCellSFNodes(fine, numClosureIndices, &numClosurePointsF, &closurePointsF, PE… in DMPforestGetTransferSF_Point()
2448 PetscCall(PetscMalloc1(numClosureIndices * nleaves, &newClosurePointsC)); in DMPforestGetTransferSF_Point()
2567 …PetscInt p = closurePointsF[numClosureIndices * c + (P4EST_INSUL - P4EST_CHILDREN) + petsc… in DMPforestGetTransferSF_Point()
[all …]