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 PetscReal
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#
Examples#
src/sys/classes/random/tutorials/ex1.c.html
src/sys/classes/random/tutorials/ex2.c.html
src/sys/tutorials/ex3f90.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/swarm/tutorials/ex1.c.html
src/dm/impls/stag/tutorials/ex6.c.html
src/dm/tutorials/ex13f90.F90.html
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages