#include "petscsys.h" PetscErrorCode PetscADIOSDataTypeToPetscDataType(enum ADIOS_DATATYPES htype, PetscDataType *ptype)Not collective
htype | - the ADIOS datatype (for example H5T_NATIVE_DOUBLE, ...) |
ptype | - the PETSc datatype name (for example PETSC_DOUBLE) |
Developer Notes: These have not been verified