Lines Matching refs:child
2865 PetscInt child = children[i]; in DMPlexComputeInjectorReferenceTree() local
2868 PetscCall(PetscSectionGetDof(section, child, &dof)); in DMPlexComputeInjectorReferenceTree()
2878 PetscInt child = children[i]; in DMPlexComputeInjectorReferenceTree() local
2881 PetscCall(PetscSectionGetFieldDof(section, child, f, &dof)); in DMPlexComputeInjectorReferenceTree()
2909 PetscInt child = children[i]; in DMPlexComputeInjectorReferenceTree() local
2912 PetscCall(PetscSectionGetDof(section, child, &dof)); in DMPlexComputeInjectorReferenceTree()
2932 PetscInt child = children[i]; in DMPlexComputeInjectorReferenceTree() local
2935 PetscCall(PetscSectionGetFieldDof(section, child, f, &dof)); in DMPlexComputeInjectorReferenceTree()
3003 PetscInt child = children[i]; in DMPlexComputeInjectorReferenceTree() local
3007 PetscCall(PetscSectionGetFieldDof(cSection, child, f, &dof)); in DMPlexComputeInjectorReferenceTree()
3008 PetscCall(PetscSectionGetFieldOffset(cSection, child, f, &off)); in DMPlexComputeInjectorReferenceTree()
3010 PetscCall(PetscSectionGetDof(cSection, child, &dof)); in DMPlexComputeInjectorReferenceTree()
3011 PetscCall(PetscSectionGetOffset(cSection, child, &off)); in DMPlexComputeInjectorReferenceTree()
3063 PetscInt child = children[k]; in DMPlexComputeInjectorReferenceTree() local
3067 PetscCall(DMPlexGetTransitiveClosure(refTree, child, PETSC_FALSE, &numStar, &star)); in DMPlexComputeInjectorReferenceTree()
3075 … PetscCall(DMPlexRestoreTransitiveClosure(refTree, child, PETSC_FALSE, &numStar, &star)); in DMPlexComputeInjectorReferenceTree()
3087 PetscInt child = children[k], childDepth, childDof, childO = PETSC_INT_MIN; in DMPlexComputeInjectorReferenceTree() local
3091 PetscCall(DMLabelGetValue(depth, child, &childDepth)); in DMPlexComputeInjectorReferenceTree()
3098 if (point == child) { in DMPlexComputeInjectorReferenceTree()
3134 PetscInt child = children[i], j; in DMPlexComputeInjectorReferenceTree() local
3137 if (child < cStart || child >= cEnd) continue; in DMPlexComputeInjectorReferenceTree()
3138 PetscCall(DMPlexComputeCellGeometryFVM(refTree, child, &childVol, NULL, NULL)); in DMPlexComputeInjectorReferenceTree()