Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c480 PetscCall(PetscSectionDestroy(&mesh->childSection)); in DMPlexTreeSymmetrize()
519 mesh->childSection = childSec; in DMPlexTreeSymmetrize()
1022 …rentSection, PetscInt *parents[], PetscInt *childIDs[], PetscSection *childSection, PetscInt *chil… in DMPlexGetTree() argument
1031 if (childSection) *childSection = mesh->childSection; in DMPlexGetTree()
1101 childSec = mesh->childSection; in DMPlexGetTreeChildren()
H A Dplexpartition.c1054 const PetscBool hasTree = (mesh->parentSection || mesh->childSection) ? PETSC_TRUE : PETSC_FALSE; in DMPlexClosurePoints_Private()
H A Dplex.c2877 PetscCall(PetscSectionDestroy(&mesh->childSection)); in DMDestroy_Plex()
/petsc/include/petsc/private/
H A Ddmpleximpl.h195 PetscSection childSection; /* inverse of parent section */ member