Home
last modified time | relevance | path

Searched refs:DMPlexReorderCell (Results 1 – 7 of 7) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexgenerate.c80 PetscErrorCode DMPlexReorderCell(DM dm, PetscInt cell, PetscInt cone[]) in DMPlexReorderCell() function
H A Dplexglvis.c689 PetscCall(DMPlexReorderCell(dm, cStart, vids)); in DMPlexView_GLVis_ASCII()
751 PetscCall(DMPlexReorderCell(dm, p, vids)); in DMPlexView_GLVis_ASCII()
H A Dplexvtu.c103 PetscCall(DMPlexReorderCell(dm, c, cone)); in DMPlexGetVTKConnectivity()
H A Dplexgmsh.c1774 PetscCall(DMPlexReorderCell(*dm, cell, cone)); in DMPlexCreateGmsh()
2119 PetscCall(DMPlexReorderCell(cdmCell, c, cone)); in DMPlexCreateGmsh()
/petsc/include/
H A Dpetscdmplex.h145 PETSC_EXTERN PetscErrorCode DMPlexReorderCell(DM, PetscInt, PetscInt[]);
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c595 PetscCall(DMPlexReorderCell(*dm, c, cone)); in DMPlexCreateCGNS_Internal_Serial()
606 PetscCall(DMPlexReorderCell(*dm, c, cone)); in DMPlexCreateCGNS_Internal_Serial()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c1160 PetscCall(DMPlexReorderCell(dm, cell, closure)); in CreateConesIS_Private()