PetscDataType#

Used for handling different basic data types.

Synopsis#

Notes#

Use of this should be avoided if one can directly use MPI_Datatype instead.

PETSC_INT is the datatype for a PetscInt, regardless of whether it is 4 or 8 bytes. PETSC_REAL, PETSC_COMPLEX and PETSC_SCALAR are the datatypes for PetscReal, PetscComplex and PetscScalar, regardless of their sizes.

Developer Notes#

It would be nice if we could always just use MPI Datatypes, why can we not?

If you change any values in PetscDatatype make sure you update their usage in share/petsc/matlab/PetscBagRead.m and share/petsc/matlab/@PetscOpenSocket/read/write.m

TODO#

Remove use of improper PETSC_ENUM

See Also#

PetscBinaryRead(), PetscBinaryWrite(), PetscDataTypeToMPIDataType(), PetscDataTypeGetSize()

Level#

beginner

Location#

include/petscsystypes.h

Examples#

src/dm/field/tutorials/ex1.c
src/sys/tutorials/ex5.c
src/dm/impls/swarm/tutorials/ex1.c


Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages