Home
last modified time | relevance | path

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

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-7/
H A Dstep-7.cc1025 std::string vtk_filename; in run() local
1029 vtk_filename = "solution-global"; in run()
1032 vtk_filename = "solution-adaptive"; in run()
1052 vtk_filename += "-q1"; in run()
1055 vtk_filename += "-q2"; in run()
1065 vtk_filename += ".vtk"; in run()
1066 std::ofstream output(vtk_filename); in run()
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/tutorials/
H A Dex42.c1291 char vtk_filename[PETSC_MAX_PATH_LEN]; in DAView_3DVTK_StructuredGrid_appended() local
1311 …ierr = PetscSNPrintf(vtk_filename,sizeof(vtk_filename),"subdomain-%s-p%1.4d.vts",file_prefix,rank)… in DAView_3DVTK_StructuredGrid_appended()
1314 vtk_fp = fopen(vtk_filename,"w"); in DAView_3DVTK_StructuredGrid_appended()
1315 if (!vtk_fp) SETERRQ1(PETSC_COMM_SELF,PETSC_ERR_SYS,"Cannot open file = %s \n",vtk_filename); in DAView_3DVTK_StructuredGrid_appended()
1506 char vtk_filename[PETSC_MAX_PATH_LEN]; in DAView_3DVTK_PStructuredGrid() local
1522 ierr = PetscSNPrintf(vtk_filename,sizeof(vtk_filename),"%s.pvts",file_prefix);CHKERRQ(ierr); in DAView_3DVTK_PStructuredGrid()
1523 vtk_fp = fopen(vtk_filename,"w"); in DAView_3DVTK_PStructuredGrid()
1524 if (!vtk_fp) SETERRQ1(PETSC_COMM_SELF,PETSC_ERR_SYS,"Cannot open file = %s \n",vtk_filename); in DAView_3DVTK_PStructuredGrid()