petsc-3.9.4 2018-09-11
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/petscsys.h

Examples

src/sys/classes/random/examples/tutorials/ex1.c.html
src/sys/classes/random/examples/tutorials/ex2.c.html
src/sys/logging/examples/tutorials/ex1f.F90.html
src/sys/examples/tutorials/ex5f90.F90.html
src/vec/vec/examples/tutorials/ex1.c.html
src/vec/vec/examples/tutorials/ex3.c.html
src/mat/examples/tutorials/ex16.c.html
src/dm/examples/tutorials/ex20.c.html
src/dm/examples/tutorials/swarm_ex1.c.html
src/dm/examples/tutorials/swarm_ex3.c.html
src/dm/examples/tutorials/ex13f90aux.F90.html

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