Searched refs:numCol (Results 1 – 1 of 1) sorted by relevance
2180 PetscInt numRow, numCol; in DMPlexComputeInterpolatorTree() local2183 numCol = newOffsets[f + 1] - newOffsets[f]; in DMPlexComputeInterpolatorTree()2184 matSize += numRow * numCol; in DMPlexComputeInterpolatorTree()