Searched refs:PetscVTKInt (Results 1 – 2 of 2) sorted by relevance
24 typedef int32_t PetscVTKInt; typedef26 typedef int PetscVTKInt; typedef49 static inline PetscErrorCode PetscVTKIntCast(PetscCount a, PetscVTKInt *b) in PetscVTKIntCast()54 *b = (PetscVTKInt)a; in PetscVTKIntCast()
51 …KConnectivity(DM dm, PetscBool localized, PieceInfo *piece, PetscVTKInt **oconn, PetscVTKInt **oof… in DMPlexGetVTKConnectivity()54 PetscVTKInt *conn, *offsets; in DMPlexGetVTKConnectivity()254 boffset += gpiece[r].nconn * sizeof(PetscVTKInt) + (gpiece[r].nconn ? sizeof(PetscInt64) : 0); in DMPlexVTKWriteAll_VTU()256 … boffset += gpiece[r].ncells * sizeof(PetscVTKInt) + (gpiece[r].ncells ? sizeof(PetscInt64) : 0); in DMPlexVTKWriteAll_VTU()266 … boffset += gpiece[r].ncells * sizeof(PetscVTKInt) + (gpiece[r].ncells ? sizeof(PetscInt64) : 0); in DMPlexVTKWriteAll_VTU()439 maxsize = PetscMax(maxsize, (PetscInt)(gpiece[r].nconn * sizeof(PetscVTKInt))); in DMPlexVTKWriteAll_VTU()516 PetscVTKInt *connectivity = NULL, *offsets = NULL; in DMPlexVTKWriteAll_VTU()525 PetscVTKInt *owners; in DMPlexVTKWriteAll_VTU()