Home
last modified time | relevance | path

Searched refs:DMPlexComputeCellTypes (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetscdmplex.h143 PETSC_EXTERN PetscErrorCode DMPlexComputeCellTypes(DM);
/petsc/src/dm/impls/plex/
H A Dplex.c4787 PetscErrorCode DMPlexComputeCellTypes(DM dm) in DMPlexComputeCellTypes() function
5629 if (!dm->celltypeLabel) PetscCall(DMPlexComputeCellTypes(dm)); in DMPlexGetCellTypeLabel()
H A Dplexcreate.c1400 PetscCall(DMPlexComputeCellTypes(dm)); in DMPlexCreateSquareMesh_Simplex_CrissCross()