Lines Matching refs:PetscFPrintf
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()
1473 PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, " </Points>\n")); in DAView_3DVTK_StructuredGrid_appended()
1475 PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, " <PointData Scalars=\" ")); in DAView_3DVTK_StructuredGrid_appended()
1480 PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, "%s ", field_name)); in DAView_3DVTK_StructuredGrid_appended()
1482 PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, "\">\n")); in DAView_3DVTK_StructuredGrid_appended()
1488 …PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, " <DataArray type=\"Float64\" Name=\"%s\" f… in DAView_3DVTK_StructuredGrid_appended()
1492 PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, " </PointData>\n")); in DAView_3DVTK_StructuredGrid_appended()
1493 PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, " </Piece>\n")); in DAView_3DVTK_StructuredGrid_appended()
1494 PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, " </StructuredGrid>\n")); in DAView_3DVTK_StructuredGrid_appended()
1502 PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, " <AppendedData encoding=\"raw\">\n")); in DAView_3DVTK_StructuredGrid_appended()
1503 PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, "_")); in DAView_3DVTK_StructuredGrid_appended()
1525 PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, "\n </AppendedData>\n")); in DAView_3DVTK_StructuredGrid_appended()
1527 PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, "</VTKFile>\n")); in DAView_3DVTK_StructuredGrid_appended()
1613 … for (II = 0; II < indent_level; II++) PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, " ")); in DAViewVTK_write_PieceExtend()
1615 …PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, "<Piece Extent=\"%" PetscInt_FMT " %" PetscInt_FMT… in DAViewVTK_write_PieceExtend()
1655 PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, "<?xml version=\"1.0\"?>\n")); in DAView_3DVTK_PStructuredGrid()
1657 …PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, "<VTKFile type=\"PStructuredGrid\" version=\"0.1\"… in DAView_3DVTK_PStructuredGrid()
1662 …PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, " <PStructuredGrid GhostLevel=\"1\" WholeExtent=\… in DAView_3DVTK_PStructuredGrid()
1665 PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, " <PCellData>\n")); in DAView_3DVTK_PStructuredGrid()
1666 PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, " </PCellData>\n")); in DAView_3DVTK_PStructuredGrid()
1668 PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, " <PPoints>\n")); in DAView_3DVTK_PStructuredGrid()
1669 …PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, " <PDataArray type=\"Float64\" Name=\"Points\… in DAView_3DVTK_PStructuredGrid()
1670 PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, " </PPoints>\n")); in DAView_3DVTK_PStructuredGrid()
1672 PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, " <PPointData>\n")); in DAView_3DVTK_PStructuredGrid()
1676 …PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, " <PDataArray type=\"Float64\" Name=\"%s\" Nu… in DAView_3DVTK_PStructuredGrid()
1678 PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, " </PPointData>\n")); in DAView_3DVTK_PStructuredGrid()
1684 PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, " </PStructuredGrid>\n")); in DAView_3DVTK_PStructuredGrid()
1685 PetscCall(PetscFPrintf(PETSC_COMM_SELF, vtk_fp, "</VTKFile>\n")); in DAView_3DVTK_PStructuredGrid()