Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/
H A Dplextree.c2922 PetscInt numInRows = rowOffsets[f+1]-rowOffsets[f]; in DMPlexComputeInterpolatorTree() local
2926 count += numCols * numInRows; in DMPlexComputeInterpolatorTree()
2939 PetscInt numInRows = rowOffsets[f+1]-rowOffsets[f]; in DMPlexComputeInterpolatorTree() local
2942 …if (refPointFieldN[childId - pRefStart][f] != numInRows) SETERRQ(PETSC_COMM_SELF,PETSC_ERR_PLIB,"P… in DMPlexComputeInterpolatorTree()
2946 for (k = 0; k < numInRows; k++) { in DMPlexComputeInterpolatorTree()
2947 … val += refPointFieldMats[childId - pRefStart][f][i * numInRows + k] * inMat[k * numCols + j]; in DMPlexComputeInterpolatorTree()
2953 count += numCols * numInRows; in DMPlexComputeInterpolatorTree()
2959 PetscInt numInRows = matSize / numColIndices; in DMPlexComputeInterpolatorTree() local
2961 …if (refPointFieldN[childId - pRefStart][0] != numInRows) SETERRQ(PETSC_COMM_SELF,PETSC_ERR_PLIB,"P… in DMPlexComputeInterpolatorTree()
2965 for (k = 0; k < numInRows; k++) { in DMPlexComputeInterpolatorTree()
[all …]