Searched refs:steps_int (Results 1 – 1 of 1) sorted by relevance
67 int *steps_int; in PetscViewerFileClose_CGNS() local68 PetscCall(PetscMalloc1(size, &steps_int)); in PetscViewerFileClose_CGNS()69 for (PetscCount i = 0; i < size; i++) PetscCall(PetscCIntCast(steps[i], &steps_int[i])); in PetscViewerFileClose_CGNS()70 …Write(cg_array_write("IterationValues", CGNS_ENUMV(Integer), 1, &num_times, steps_int), viewer, 0); in PetscViewerFileClose_CGNS()71 PetscCall(PetscFree(steps_int)); in PetscViewerFileClose_CGNS()