Searched refs:matSize (Results 1 – 1 of 1) sorted by relevance
2139 PetscInt dof, matSize = 0; in DMPlexComputeInterpolatorTree() local2176 matSize = 0; in DMPlexComputeInterpolatorTree()2178 matSize = 0; in DMPlexComputeInterpolatorTree()2184 matSize += numRow * numCol; in DMPlexComputeInterpolatorTree()2187 matSize = numRowIndices * numColIndices; in DMPlexComputeInterpolatorTree()2213 matSize = 0; in DMPlexComputeInterpolatorTree()2214 for (f = 0; f < numFields; f++) matSize += offsets[f + 1] * newOffsets[f + 1]; in DMPlexComputeInterpolatorTree()2216 matSize = numColIndices * dof; in DMPlexComputeInterpolatorTree()2220 matSize = 0; in DMPlexComputeInterpolatorTree()2225 PetscCall(PetscSectionSetDof(rootMatricesSec, p, matSize)); in DMPlexComputeInterpolatorTree()[all …]