Searched refs:PetscVTKIntCast (Results 1 – 2 of 2) sorted by relevance
49 static inline PetscErrorCode PetscVTKIntCast(PetscCount a, PetscVTKInt *b) in PetscVTKIntCast() function
90 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()