petsc-3.14.6 2021-03-30
Report Typos and Errors

PetscReal

PETSc type that represents a real number version of PetscScalar

Notes

For MPI calls that require datatypes, use MPIU_REAL as the datatype for PetscScalar and MPIU_SUM, MPIU_MAX, etc. for operations. They will automatically work correctly regardless of the size of PetscReal.

See PetscScalar for details on how to ./configure the size of PetscReal.

See Also

PetscScalar, PetscComplex, PetscInt, MPIU_REAL, MPIU_SCALAR, MPIU_COMPLEX, MPIU_INT

Level

beginner

Location

include/petscsystypes.h

Examples

src/sys/classes/random/tutorials/ex1.c.html
src/sys/classes/random/tutorials/ex2.c.html
src/sys/logging/tutorials/ex1f.F90.html
src/sys/tutorials/ex5f90.F90.html
src/vec/vec/tutorials/ex1.c.html
src/vec/vec/tutorials/ex3.c.html
src/mat/tutorials/ex16.c.html
src/dm/impls/plex/tutorials/ex3f90.F90.html
src/dm/impls/stag/tutorials/ex6.c.html
src/dm/tutorials/ex20.c.html
src/dm/tutorials/swarm_ex1.c.html

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