Searched refs:allcoords (Results 1 – 1 of 1) sorted by relevance
1508 PetscScalar *allcoords; in DAView_3DVTK_StructuredGrid_appended() local1511 PetscCall(VecGetArray(coords, &allcoords)); in DAView_3DVTK_StructuredGrid_appended()1512 fwrite(allcoords, sizeof(PetscScalar), 3 * N, vtk_fp); in DAView_3DVTK_StructuredGrid_appended()1513 PetscCall(VecRestoreArray(coords, &allcoords)); in DAView_3DVTK_StructuredGrid_appended()