Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c2073 PetscScalar *rootMatrices, *leafMatrices; in DMPlexComputeInterpolatorTree() local
2473 PetscCall(PetscMalloc2(numLeafIndices, &leafIndices, numLeafMatrices, &leafMatrices)); in DMPlexComputeInterpolatorTree()
2475 PetscCall(PetscSFBcastBegin(matricesSF, MPIU_SCALAR, rootMatrices, leafMatrices, MPI_REPLACE)); in DMPlexComputeInterpolatorTree()
2477 PetscCall(PetscSFBcastEnd(matricesSF, MPIU_SCALAR, rootMatrices, leafMatrices, MPI_REPLACE)); in DMPlexComputeInterpolatorTree()
2744 pMat = &leafMatrices[pMatOff]; in DMPlexComputeInterpolatorTree()
2806 PetscCall(PetscFree2(leafIndices, leafMatrices)); in DMPlexComputeInterpolatorTree()