Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmplex.h412 PETSC_EXTERN PetscErrorCode DMPlexSetVTKCellHeight(DM, PetscInt);
/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c3188 PetscCall(DMPlexSetVTKCellHeight(subdm, 1)); in DMPlexCreateSubmesh_Uninterpolated()
3463 PetscCall(DMPlexSetVTKCellHeight(subdm, cellHeight)); in DMPlexCreateSubmeshGeneric_Interpolated()
3982 PetscCall(DMPlexSetVTKCellHeight(subdm, 1)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
H A Dplex.c8899 PetscErrorCode DMPlexSetVTKCellHeight(DM dm, PetscInt cellHeight) in DMPlexSetVTKCellHeight() function