Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c2073 PetscScalar *rootMatrices, *leafMatrices; in DMPlexComputeInterpolatorTree() local
2234 PetscCall(PetscMalloc2(numRootIndices, &rootIndices, numRootMatrices, &rootMatrices)); in DMPlexComputeInterpolatorTree()
2256 pMat = &rootMatrices[pMatOff]; 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()
2480 PetscCall(PetscFree2(rootIndices, rootMatrices)); in DMPlexComputeInterpolatorTree()