Searched refs:local_section (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 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() [all …]
|