Lines Matching refs:layout
1959 PetscLayout layout; in DMPlexDistributionLoad_HDF5_Private() local
1997 PetscCall(PetscLayoutCreate(comm, &layout)); in DMPlexDistributionLoad_HDF5_Private()
1999 PetscCall(PetscLayoutSetLocalSize(layout, lsize)); in DMPlexDistributionLoad_HDF5_Private()
2000 PetscCall(PetscLayoutSetBlockSize(layout, 1)); in DMPlexDistributionLoad_HDF5_Private()
2001 PetscCall(PetscLayoutSetUp(layout)); in DMPlexDistributionLoad_HDF5_Private()
2002 PetscCall(PetscSFSetGraphLayout(*distsf, layout, *chartSize, NULL, PETSC_OWN_POINTER, gpoints)); in DMPlexDistributionLoad_HDF5_Private()
2003 PetscCall(PetscLayoutDestroy(&layout)); in DMPlexDistributionLoad_HDF5_Private()
2193 PetscLayout layout; in DMPlexTopologyLoad_HDF5_Legacy_Private() local
2199 PetscCall(PetscLayoutCreate(comm, &layout)); in DMPlexTopologyLoad_HDF5_Legacy_Private()
2200 PetscCall(PetscLayoutSetSize(layout, Np)); in DMPlexTopologyLoad_HDF5_Legacy_Private()
2201 PetscCall(PetscLayoutSetBlockSize(layout, 1)); in DMPlexTopologyLoad_HDF5_Legacy_Private()
2202 PetscCall(PetscLayoutSetUp(layout)); in DMPlexTopologyLoad_HDF5_Legacy_Private()
2205 PetscCall(PetscSFSetGraphLayout(*sf, layout, pEnd, NULL, PETSC_OWN_POINTER, globalIndices)); in DMPlexTopologyLoad_HDF5_Legacy_Private()
2206 PetscCall(PetscLayoutDestroy(&layout)); in DMPlexTopologyLoad_HDF5_Legacy_Private()
2858 …ionLoad_HDF5_Internal_CreateDataSF(PetscSection rootSection, PetscLayout layout, PetscInt globalOf… in DMPlexSectionLoad_HDF5_Internal_CreateDataSF() argument
2903 PetscCall(PetscSFSetGraphLayout(*sectionSF, layout, m, ilocal, PETSC_OWN_POINTER, goffs)); in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()
2974 PetscLayout layout; in DMPlexSectionLoad_HDF5_Internal() local
2985 PetscCall(PetscLayoutCreate(comm, &layout)); in DMPlexSectionLoad_HDF5_Internal()
2987 PetscCall(PetscLayoutSetLocalSize(layout, nX)); in DMPlexSectionLoad_HDF5_Internal()
2988 PetscCall(PetscLayoutSetBlockSize(layout, 1)); in DMPlexSectionLoad_HDF5_Internal()
2989 PetscCall(PetscLayoutSetUp(layout)); in DMPlexSectionLoad_HDF5_Internal()
2992 PetscCall(PetscSFSetGraphLayout(sfXA, layout, n, NULL, PETSC_OWN_POINTER, gpoints)); in DMPlexSectionLoad_HDF5_Internal()
2995 PetscCall(PetscLayoutDestroy(&layout)); in DMPlexSectionLoad_HDF5_Internal()
3036 PetscLayout layout; in DMPlexSectionLoad_HDF5_Internal() local
3046 PetscCall(PetscLayoutCreate(comm, &layout)); in DMPlexSectionLoad_HDF5_Internal()
3047 PetscCall(PetscLayoutSetSize(layout, M)); in DMPlexSectionLoad_HDF5_Internal()
3048 PetscCall(PetscLayoutSetUp(layout)); 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()
3068 PetscCall(PetscLayoutDestroy(&layout)); in DMPlexSectionLoad_HDF5_Internal()