Home
last modified time | relevance | path

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

/petsc/src/sys/classes/viewer/impls/vtk/
H A Dvtkvimpl.h49 static inline PetscErrorCode PetscVTKIntCast(PetscCount a, PetscVTKInt *b) in PetscVTKIntCast() function
/petsc/src/dm/impls/plex/
H A Dplexvtu.c90 if (!localized) PetscCall(PetscVTKIntCast(closure[v] - vStart, &conn[countconn++])); in DMPlexGetVTKConnectivity()
91 else PetscCall(PetscVTKIntCast(startoffset + nC, &conn[countconn++])); in DMPlexGetVTKConnectivity()
97 …for (nC = 0; nC < dof / dim; nC++) PetscCall(PetscVTKIntCast(startoffset + nC, &conn[countconn++])… in DMPlexGetVTKConnectivity()
104 for (i = 0; i < n; ++i) PetscCall(PetscVTKIntCast(cone[i], &conn[s + i])); in DMPlexGetVTKConnectivity()
106 PetscCall(PetscVTKIntCast(countconn, &offsets[countcell])); in DMPlexGetVTKConnectivity()