PETSc version 3.15.5
VecRealPart
Replaces a complex vector with its real part 
Synopsis
#include "petscvec.h" 
PetscErrorCode  VecRealPart(Vec v)
Collective on Vec
Input Parameter
See Also
 VecNorm(), VecImaginaryPart()
Level
beginner
Location
src/vec/vec/utils/vinv.c
Examples
src/ksp/ksp/tutorials/ex71.c.html
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages