Home
last modified time | relevance | path

Searched refs:PetscViewerFileSetName (Results 1 – 25 of 37) sorted by relevance

12

/petsc/src/dm/tutorials/
H A Dex21.c145 PetscCall(PetscViewerFileSetName(viewer, "ic_dmda.vts")); in pic_advect()
149 PetscCall(PetscViewerFileSetName(viewer, "ic_dmplex.vtk")); in pic_advect()
222 PetscCall(PetscViewerFileSetName(viewer, fname)); in pic_advect()
227 PetscCall(PetscViewerFileSetName(viewer, fname)); in pic_advect()
H A Dex20.c175 PetscCall(PetscViewerFileSetName(viewer, "ex20plex.vtk")); in pic_insert_DMPLEX_with_cell_list()
244 PetscCall(PetscViewerFileSetName(viewer, "ex20plex.vtk")); in pic_insert_DMPLEX()
H A Dex15.c29 PetscCall(PetscViewerFileSetName(viewer, fname)); in MyVecDump()
56 PetscCall(PetscViewerFileSetName(viewer, fname)); in MyVecLoad()
/petsc/src/sys/classes/viewer/tutorials/
H A Dex1.c15 PetscCall(PetscViewerFileSetName(viewer, "test.txt")); in main()
/petsc/src/sys/classes/viewer/impls/ascii/
H A Dvcreatea.c83 PetscCall(PetscViewerFileSetName(*viewer, "stderr")); in PetscViewerASCIIGetStderr()
224 PetscCall(PetscViewerFileSetName(*viewer, name)); in PetscViewerASCIIOpen()
H A Dfilev.c664 PetscCall(PetscViewerFileSetName(*viewer, "stdout")); in PetscViewerASCIIGetStdout()
761 PetscErrorCode PetscViewerFileSetName(PetscViewer viewer, const char name[]) in PetscViewerFileSetName() function
/petsc/src/sys/tests/
H A Dex80f.F9027 PetscCallA(PetscViewerFileSetName(viewer, "ex80f.hdf5", ierr))
/petsc/src/ts/trajectory/impls/singlefile/
H A Dsinglefile.c18 PetscCall(PetscViewerFileSetName(sf->viewer, filename)); in TSTrajectorySet_Singlefile()
/petsc/src/dm/impls/swarm/
H A Dswarmpic_view.c15 PetscCall(PetscViewerFileSetName(viewer, filename)); in private_PetscViewerCreate_XDMF()
127 PetscCall(PetscViewerFileSetName(fviewer, datafile)); in private_DMSwarmView_XDMF()
219 PetscCall(PetscViewerFileSetName(fviewer, datafile)); in private_VecView_Swarm_XDMF()
283 PetscCall(PetscViewerFileSetName(fviewer, datafile)); in private_ISView_Swarm_XDMF()
/petsc/src/mat/tutorials/
H A Dex10.c40 PetscCall(PetscViewerFileSetName(fd, file)); in main()
/petsc/src/dm/impls/plex/
H A Dplexexodusii.c102 PetscCall(PetscViewerFileSetName(*exo, name)); in PetscViewerExodusIIOpen()
H A Dplexply.c35 PetscCall(PetscViewerFileSetName(viewer, filename)); in DMPlexCreatePLYFromFile()
/petsc/src/vec/vec/tests/
H A Dex46.c23 PetscCall(PetscViewerFileSetName(viewer, fname)); in MyVecDump()
50 PetscCall(PetscViewerFileSetName(viewer, fname)); in MyVecLoad()
/petsc/src/ts/trajectory/impls/visualization/
H A Dtrajvisualization.c9 PetscCall(PetscViewerFileSetName(*viewer, filename)); in OutputBIN()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DViewer.pyx235 CHKERR(PetscViewerFileSetName(self.vwr, cname))
305 CHKERR(PetscViewerFileSetName(self.vwr, cname))
341 CHKERR(PetscViewerFileSetName(self.vwr, cname))
377 CHKERR(PetscViewerFileSetName(self.vwr, cname))
854 getFileName, petsc.PetscViewerFileSetName
859 CHKERR(PetscViewerFileSetName(self.vwr, cval))
1077 CHKERR(PetscViewerFileSetName(self.vwr, cname))
H A Dpetscvwr.pxi111 PetscErrorCode PetscViewerFileSetName(PetscViewer, char[])
/petsc/src/sys/classes/viewer/impls/adios/
H A Dadios.c153 PetscCall(PetscViewerFileSetName(*adiosv, name)); in PetscViewerADIOSOpen()
/petsc/src/dm/impls/plex/tutorials/
H A Dex1f90.F9087 PetscCallA(PetscViewerFileSetName(viewer, 'sol.vtu', ierr))
/petsc/src/sys/classes/viewer/impls/matlab/
H A Dvmatlab.c237 PetscCall(PetscViewerFileSetName(*binv, name)); in PetscViewerMatlabOpen()
/petsc/src/ts/trajectory/impls/basic/
H A Dtrajbasic.c19 …PetscCall(PetscViewerFileSetName(tjbasic->viewer, filename)); /* this triggers PetscViewer to be s… in TSTrajectorySet_Basic()
/petsc/src/ts/tutorials/eimex/
H A Dct_vdp_imex.c151 PetscCall(PetscViewerFileSetName(viewer, "eimex_nonstiff_vdp.txt")); in main()
/petsc/src/sys/classes/viewer/impls/vtk/
H A Dvtkv.c265 PetscCall(PetscViewerFileSetName(*vtk, name)); in PetscViewerVTKOpen()
/petsc/include/
H A Dpetscviewer.h282 PETSC_EXTERN PetscErrorCode PetscViewerFileSetName(PetscViewer, const char[]);
/petsc/src/ts/tutorials/advection-diffusion-reaction/
H A Dex5opt_ic.c57 PetscCall(PetscViewerFileSetName(*viewer, filename)); in OutputBIN()
/petsc/src/sys/classes/viewer/interface/
H A Dviewreg.c286 PetscCall(PetscViewerFileSetName(*viewer, loc1_fname)); in PetscOptionsCreateViewers_Single()

12