Searched refs:jSize (Results 1 – 1 of 1) sorted by relevance
2412 PetscInt jSize = newOffsets[f + 1] - newOffsets[f]; in DMPlexComputeInterpolatorTree() local2413 …PetscCall(MatGetValues(cMat, iSize, &rowIndices[offsets[f]], jSize, &colIndices[newOffsets[f]], &p… in DMPlexComputeInterpolatorTree()2414 count += iSize * jSize; in DMPlexComputeInterpolatorTree()