Home
last modified time | relevance | path

Searched refs:sectionA (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c2914 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()
[all …]
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMPlex.pyx3438 The `Viewer` that represents the on-disk section (``sectionA``).
3440 The `DM` into which the on-disk section (``sectionA``) is migrated.
3448 ``sectionA`` into a global `Vec` associated with the
3452 ``sectionA`` into a local `Vec` associated with the ``sectiondm``'s