Home
last modified time | relevance | path

Searched refs:PetscVTKType (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/classes/viewer/impls/vtk/
H A Dvtkvimpl.h28 typedef unsigned char PetscVTKType; typedef
/petsc/src/dm/impls/plex/
H A Dplexvtu.c51 …ol localized, PieceInfo *piece, PetscVTKInt **oconn, PetscVTKInt **ooffsets, PetscVTKType **otypes) in DMPlexGetVTKConnectivity()
55 PetscVTKType *types; in DMPlexGetVTKConnectivity()
111 types[countcell] = (PetscVTKType)celltype; in DMPlexGetVTKConnectivity()
517 PetscVTKType *types = NULL; in DMPlexVTKWriteAll_VTU()