Searched refs:childSection (Results 1 – 4 of 4) sorted by relevance
480 PetscCall(PetscSectionDestroy(&mesh->childSection)); in DMPlexTreeSymmetrize()519 mesh->childSection = childSec; in DMPlexTreeSymmetrize()1022 …rentSection, PetscInt *parents[], PetscInt *childIDs[], PetscSection *childSection, PetscInt *chil… in DMPlexGetTree() argument1031 if (childSection) *childSection = mesh->childSection; in DMPlexGetTree()1101 childSec = mesh->childSection; in DMPlexGetTreeChildren()
1054 const PetscBool hasTree = (mesh->parentSection || mesh->childSection) ? PETSC_TRUE : PETSC_FALSE; in DMPlexClosurePoints_Private()
2877 PetscCall(PetscSectionDestroy(&mesh->childSection)); in DMDestroy_Plex()
195 PetscSection childSection; /* inverse of parent section */ member