Searched refs:childIndices (Results 1 – 1 of 1) sorted by relevance
3589 const PetscInt *childIndices; in DMPlexComputeInjectorTree() local3594 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() local3698 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()