Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c2144 PetscInt numColIndices = 0; in DMPlexComputeInterpolatorTree() local
2172 … localCoarse, closureSize, numRowIndices, closure, NULL, NULL, NULL, &numColIndices, NULL, NULL, n… in DMPlexComputeInterpolatorTree()
2174 …if (!numColIndices) { /* there are no hanging constraint modifications, so the matrix is just the … in DMPlexComputeInterpolatorTree()
2175 numColIndices = numRowIndices; in DMPlexComputeInterpolatorTree()
2187 matSize = numRowIndices * numColIndices; in DMPlexComputeInterpolatorTree()
2204 numColIndices += aLocalDof; in DMPlexComputeInterpolatorTree()
2216 matSize = numColIndices * dof; in DMPlexComputeInterpolatorTree()
2219 numColIndices = dof; in DMPlexComputeInterpolatorTree()
2224 …PetscCall(PetscSectionSetDof(rootIndicesSec, p, numColIndices ? numColIndices + 2 * numFields : 0)… in DMPlexComputeInterpolatorTree()
2236 PetscInt numRowIndices = 0, numColIndices, matSize, dof; in DMPlexComputeInterpolatorTree() local
[all …]