#include "petscviewer.h" PetscErrorCode PetscViewerVTKFWrite(PetscViewer viewer,FILE *fp,const void *data,PetscInt n,PetscDataType dtype)Logically collective on PetscViewer Many br
| viewer | - logically collective viewer, data written from rank 0 Many br | |
| fp | - file pointer valid on rank 0 Many br | |
| data | - data pointer valid on rank 0 Many br | |
| n | - number of data items Many br | |
| dtype | - data type Many br |
Many br
Notes: If PetscScalar is __float128 then the binary files are written in double precision Many br
Level:developer
Location:src/sys/classes/viewer/impls/vtk/vtkv.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages