#include "petscviewerhdf5.h" PetscErrorCode PetscViewerHDF5SetSPOutput(PetscViewer viewer,PetscBool flg)Logically Collective on PetscViewer
viewer | - the PetscViewer; if it is not hdf5 then this command is ignored | |
flg | - if PETSC_TRUE the data will be written to disk with single precision |
-viewer_hdf5_sp_output | - turns on (true) or off (false) output in single precision |