Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c2751 PetscInt numInRows = rowOffsets[f + 1] - rowOffsets[f]; in DMPlexComputeInterpolatorTree() local
2755 count += numCols * numInRows; in DMPlexComputeInterpolatorTree()
2766 PetscInt numInRows = rowOffsets[f + 1] - rowOffsets[f]; in DMPlexComputeInterpolatorTree() local
2769 …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() local
2785 …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()