Lines Matching refs:local_section
1657 PetscSection local_section; in DMPlexCreateCGNS_Internal_Parallel() local
1668 PetscCall(DMGetLocalSection(*dm, &local_section)); in DMPlexCreateCGNS_Internal_Parallel()
1669 PetscCall(PetscSectionViewFromOptions(local_section, NULL, "-fe_natural_section_view")); in DMPlexCreateCGNS_Internal_Parallel()
1670 PetscCall(PetscSectionGetFieldComponents(local_section, 0, &num_comp)); in DMPlexCreateCGNS_Internal_Parallel()
1671 PetscCall(PetscSectionGetStorageSize(local_section, &nleaves)); in DMPlexCreateCGNS_Internal_Parallel()
1682 …PetscCall(DMPlexGetClosureIndices(*dm, local_section, local_section, cell, PETSC_FALSE, &num_closu… in DMPlexCreateCGNS_Internal_Parallel()
1694 …PetscCall(DMPlexRestoreClosureIndices(*dm, local_section, local_section, cell, PETSC_FALSE, &num_c… in DMPlexCreateCGNS_Internal_Parallel()
1937 PetscSection local_section; in DMPlexCreateNodeNumbering() local
1951 PetscCall(DMGetLocalSection(dm, &local_section)); in DMPlexCreateNodeNumbering()
1953 PetscCall(PetscSectionGetChart(local_section, &spStart, &spEnd)); in DMPlexCreateNodeNumbering()
1957 PetscCall(PetscSectionGetFieldComponents(local_section, field, &ncomp)); in DMPlexCreateNodeNumbering()
1962 PetscCall(PetscSectionGetFieldDof(local_section, p, field, &dof)); in DMPlexCreateNodeNumbering()
1981 PetscCall(PetscSectionGetFieldDof(local_section, p, field, &dof)); in DMPlexCreateNodeNumbering()
1982 PetscCall(PetscSectionGetFieldOffset(local_section, p, field, &offset)); in DMPlexCreateNodeNumbering()
1996 PetscCall(PetscSectionGetFieldDof(local_section, p, field, &dof)); in DMPlexCreateNodeNumbering()
1997 PetscCall(PetscSectionGetFieldOffset(local_section, p, field, &offset)); in DMPlexCreateNodeNumbering()