Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c3589 const PetscInt *childIndices; in DMPlexComputeInjectorTree() local
3594 childIndices = &rootIndices[offset]; in DMPlexComputeInjectorTree()
3601 PetscInt colIndex = childIndices[i]; in DMPlexComputeInjectorTree()
3639 PetscInt colIndex = childIndices[i]; in DMPlexComputeInjectorTree()
3693 const PetscInt *childIndices; in DMPlexComputeInjectorTree() local
3698 childIndices = &rootIndices[offset]; in DMPlexComputeInjectorTree()
3704 …for (i = 0; i < numIndices; i++) PetscCall(MatSetValue(mat, parentIndices[i], childIndices[i], 1.,… in DMPlexComputeInjectorTree()
3730 const PetscInt *colIndices = &childIndices[offsets[f]]; in DMPlexComputeInjectorTree()