Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex42.c1430 FILE *vtk_fp = NULL; in DAView_3DVTK_StructuredGrid_appended() local
1448 vtk_fp = fopen(vtk_filename, "w"); in DAView_3DVTK_StructuredGrid_appended()
1449 PetscCheck(vtk_fp, PETSC_COMM_SELF, PETSC_ERR_SYS, "Cannot open file = %s ", vtk_filename); in DAView_3DVTK_StructuredGrid_appended()
1451 PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, "<?xml version=\"1.0\"?>\n")); in DAView_3DVTK_StructuredGrid_appended()
1457 …PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, "<VTKFile type=\"StructuredGrid\" version=\"0.1\" … in DAView_3DVTK_StructuredGrid_appended()
1458 …PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, " <StructuredGrid WholeExtent=\"%" PetscInt_FMT "… in DAView_3DVTK_StructuredGrid_appended()
1459 …PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, " <Piece Extent=\"%" PetscInt_FMT " %" PetscInt… in DAView_3DVTK_StructuredGrid_appended()
1463 PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, " <CellData></CellData>\n")); in DAView_3DVTK_StructuredGrid_appended()
1465 PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, " <Points>\n")); in DAView_3DVTK_StructuredGrid_appended()
1470 …PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, " <DataArray type=\"Float64\" NumberOfCompo… in DAView_3DVTK_StructuredGrid_appended()
[all …]