Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c757 …ic PetscErrorCode DMPlexGetTrueSupportSize(DM dm, PetscInt p, PetscInt *dof, PetscInt *numTrueSupp) in DMPlexGetTrueSupportSize() argument
760 if (numTrueSupp[p] == -1) { in DMPlexGetTrueSupportSize()
778 numTrueSupp[p] = count; in DMPlexGetTrueSupportSize()
780 *dof = numTrueSupp[p]; in DMPlexGetTrueSupportSize()
789 PetscInt *numTrueSupp; in DMPlexTreeExchangeSupports() local
800 PetscCall(PetscMalloc1(pEnd, &numTrueSupp)); in DMPlexTreeExchangeSupports()
801 for (p = 0; p < pEnd; p++) numTrueSupp[p] = -1; in DMPlexTreeExchangeSupports()
809 PetscCall(DMPlexGetTrueSupportSize(dm, p, &dof, numTrueSupp)); in DMPlexTreeExchangeSupports()
816 PetscCall(DMPlexGetTrueSupportSize(dm, q, &qdof, numTrueSupp)); in DMPlexTreeExchangeSupports()
888 PetscCall(PetscFree(numTrueSupp)); in DMPlexTreeExchangeSupports()