Searched refs:numInRows (Results 1 – 1 of 1) sorted by relevance
2751 PetscInt numInRows = rowOffsets[f + 1] - rowOffsets[f]; in DMPlexComputeInterpolatorTree() local2755 count += numCols * numInRows; in DMPlexComputeInterpolatorTree()2766 PetscInt numInRows = rowOffsets[f + 1] - rowOffsets[f]; in DMPlexComputeInterpolatorTree() local2769 …PetscCheck(refPointFieldN[childId - pRefStart][f] == numInRows, PETSC_COMM_SELF, PETSC_ERR_PLIB, "… in DMPlexComputeInterpolatorTree()2773 …for (k = 0; k < numInRows; k++) val += refPointFieldMats[childId - pRefStart][f][i * numInRows + k… in DMPlexComputeInterpolatorTree()2778 count += numCols * numInRows; in DMPlexComputeInterpolatorTree()2783 PetscInt numInRows = matSize / numColIndices; in DMPlexComputeInterpolatorTree() local2785 …PetscCheck(refPointFieldN[childId - pRefStart][0] == numInRows, PETSC_COMM_SELF, PETSC_ERR_PLIB, "… in DMPlexComputeInterpolatorTree()2789 …for (k = 0; k < numInRows; k++) val += refPointFieldMats[childId - pRefStart][0][i * numInRows + k… in DMPlexComputeInterpolatorTree()