Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c2460 PetscInt *remoteOffsetsIndices, *remoteOffsetsMatrices, numLeafIndices, numLeafMatrices; in DMPlexComputeInterpolatorTree() local
2472 PetscCall(PetscSectionGetStorageSize(leafMatricesSec, &numLeafMatrices)); in DMPlexComputeInterpolatorTree()
2473 PetscCall(PetscMalloc2(numLeafIndices, &leafIndices, numLeafMatrices, &leafMatrices)); in DMPlexComputeInterpolatorTree()