Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c3757 PetscScalar *rootValues, *leafValues; in DMPlexTransferVecTree_Interpolate() local
3886 PetscCall(PetscMalloc1(numRootValues, &rootValues)); in DMPlexTransferVecTree_Interpolate()
3897 pVal = &rootValues[pValOff]; in DMPlexTransferVecTree_Interpolate()
3936 PetscCall(PetscSFBcastBegin(valuesSF, MPIU_SCALAR, rootValues, leafValues, MPI_REPLACE)); in DMPlexTransferVecTree_Interpolate()
3937 PetscCall(PetscSFBcastEnd(valuesSF, MPIU_SCALAR, rootValues, leafValues, MPI_REPLACE)); in DMPlexTransferVecTree_Interpolate()
3939 PetscCall(PetscFree(rootValues)); in DMPlexTransferVecTree_Interpolate()
4067 PetscScalar *rootValues, *parentValues; in DMPlexTransferVecTree_Inject() local
4099 …arseToFine, cids, vecFine, numFields, offsets, &multiRootSec, &rootIndicesSec, NULL, &rootValues)); in DMPlexTransferVecTree_Inject()
4148 childId = (PetscInt)PetscRealPart(rootValues[offset++]); in DMPlexTransferVecTree_Inject()
4149 childValues = &rootValues[offset]; in DMPlexTransferVecTree_Inject()
[all …]