Lines Matching refs:sectionA

2914   PetscSection sectionA, sectionB;  in DMPlexSectionLoad_HDF5_Internal()  local
2933 PetscCall(PetscSectionCreate(comm, &sectionA)); in DMPlexSectionLoad_HDF5_Internal()
2935 if (has) PetscCall(PetscSectionLoad(sectionA, viewer)); in DMPlexSectionLoad_HDF5_Internal()
2943 PetscCall(PetscSectionSetNumFields(sectionA, Nf)); in DMPlexSectionLoad_HDF5_Internal()
2944 PetscCall(PetscSectionSetFieldName(sectionA, 0, "Cartesian")); in DMPlexSectionLoad_HDF5_Internal()
2945 PetscCall(PetscSectionSetFieldComponents(sectionA, 0, dim)); in DMPlexSectionLoad_HDF5_Internal()
2949 PetscCall(PetscSectionSetComponentName(sectionA, 0, c, &axis)); in DMPlexSectionLoad_HDF5_Internal()
2952 PetscCall(PetscSectionSetChart(sectionA, 0, nv)); in DMPlexSectionLoad_HDF5_Internal()
2954 PetscCall(PetscSectionSetDof(sectionA, p, dim)); in DMPlexSectionLoad_HDF5_Internal()
2955 PetscCall(PetscSectionSetFieldDof(sectionA, p, 0, dim)); in DMPlexSectionLoad_HDF5_Internal()
2957 PetscCall(PetscSectionSetUp(sectionA)); in DMPlexSectionLoad_HDF5_Internal()
2959 PetscCall(PetscSectionGetChart(sectionA, NULL, &n)); in DMPlexSectionLoad_HDF5_Internal()
3041 PetscCall(PetscSFDistributeSection(sfAB, sectionA, &offsetsA, sectionB)); in DMPlexSectionLoad_HDF5_Internal()
3042 PetscCall(PetscSectionGetIncludesConstraints(sectionA, &includesConstraintsA)); in DMPlexSectionLoad_HDF5_Internal()
3043 if (includesConstraintsA) PetscCall(PetscSectionGetStorageSize(sectionA, &m)); in DMPlexSectionLoad_HDF5_Internal()
3044 else PetscCall(PetscSectionGetConstrainedStorageSize(sectionA, &m)); in DMPlexSectionLoad_HDF5_Internal()
3052 …PetscCall(DMPlexSectionLoad_HDF5_Internal_CreateDataSF(sectionA, layout, offsetsA, sectionB, &lsfA… in DMPlexSectionLoad_HDF5_Internal()
3064 …PetscCall(DMPlexSectionLoad_HDF5_Internal_CreateDataSF(sectionA, layout, offsetsA, gsectionB, &gsf… in DMPlexSectionLoad_HDF5_Internal()
3071 PetscCall(PetscSFDistributeSection(sfAB, sectionA, NULL, sectionB)); in DMPlexSectionLoad_HDF5_Internal()
3074 PetscCall(PetscSectionDestroy(&sectionA)); in DMPlexSectionLoad_HDF5_Internal()