Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex42.c1427 char vtk_filename[PETSC_MAX_PATH_LEN]; in DAView_3DVTK_StructuredGrid_appended() local
1445 …PetscCall(PetscSNPrintf(vtk_filename, sizeof(vtk_filename), "subdomain-%s-p%1.4d.vts", file_prefix… in DAView_3DVTK_StructuredGrid_appended()
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()
1635 char vtk_filename[PETSC_MAX_PATH_LEN]; in DAView_3DVTK_PStructuredGrid() local
1650 PetscCall(PetscSNPrintf(vtk_filename, sizeof(vtk_filename), "%s.pvts", file_prefix)); in DAView_3DVTK_PStructuredGrid()
1651 vtk_fp = fopen(vtk_filename, "w"); in DAView_3DVTK_PStructuredGrid()
1652 PetscCheck(vtk_fp, PETSC_COMM_SELF, PETSC_ERR_SYS, "Cannot open file = %s ", vtk_filename); in DAView_3DVTK_PStructuredGrid()