Searched refs:numLeafMatrices (Results 1 – 1 of 1) sorted by relevance
2460 PetscInt *remoteOffsetsIndices, *remoteOffsetsMatrices, numLeafIndices, numLeafMatrices; in DMPlexComputeInterpolatorTree() local2472 PetscCall(PetscSectionGetStorageSize(leafMatricesSec, &numLeafMatrices)); in DMPlexComputeInterpolatorTree()2473 PetscCall(PetscMalloc2(numLeafIndices, &leafIndices, numLeafMatrices, &leafMatrices)); in DMPlexComputeInterpolatorTree()