Searched refs:sectionB (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 2914 PetscSection sectionA, sectionB; in DMPlexSectionLoad_HDF5_Internal() local 3034 PetscCall(DMGetLocalSection(sectiondm, §ionB)); in DMPlexSectionLoad_HDF5_Internal() 3041 PetscCall(PetscSFDistributeSection(sfAB, sectionA, &offsetsA, sectionB)); in DMPlexSectionLoad_HDF5_Internal() 3052 …PetscCall(DMPlexSectionLoad_HDF5_Internal_CreateDataSF(sectionA, layout, offsetsA, sectionB, &lsfA… in DMPlexSectionLoad_HDF5_Internal() 3063 …PetscCall(PetscSectionCreateGlobalSection(sectionB, pointsf, PETSC_TRUE, includesConstraintsB, PET… in DMPlexSectionLoad_HDF5_Internal() 3071 PetscCall(PetscSFDistributeSection(sfAB, sectionA, NULL, sectionB)); in DMPlexSectionLoad_HDF5_Internal()
|