Searched refs:DMPlexSetVTKCellHeight (Results 1 – 3 of 3) sorted by relevance
412 PETSC_EXTERN PetscErrorCode DMPlexSetVTKCellHeight(DM, PetscInt);
3188 PetscCall(DMPlexSetVTKCellHeight(subdm, 1)); in DMPlexCreateSubmesh_Uninterpolated()3463 PetscCall(DMPlexSetVTKCellHeight(subdm, cellHeight)); in DMPlexCreateSubmeshGeneric_Interpolated()3982 PetscCall(DMPlexSetVTKCellHeight(subdm, 1)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
8899 PetscErrorCode DMPlexSetVTKCellHeight(DM dm, PetscInt cellHeight) in DMPlexSetVTKCellHeight() function