<div dir="ltr"><div class="gmail_extra">On Tue, Jan 15, 2013 at 4:52 PM, Karl Rupp <span dir="ltr"><<a href="mailto:rupp@mcs.anl.gov" target="_blank">rupp@mcs.anl.gov</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div id=":93f">At least for PetscScalar and PetscReal this is unfortunately not the case:<br>
<br>
include/petscmath.h"<br>
<br>
#if defined(PETSC_USE_COMPLEX)<br>
typedef PetscComplex PetscScalar;<br>
 ....<br>
#else /* PETSC_USE_COMPLEX */<br>
typedef PetscReal PetscScalar;<br>
#define MPIU_SCALAR MPIU_REAL</div></blockquote></div><br>They really are documented:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><a href="http://www.mcs.anl.gov/petsc/petsc-dev/docs/manualpages/Sys/PetscScalar.html">http://www.mcs.anl.gov/petsc/petsc-dev/docs/manualpages/Sys/PetscScalar.html</a><br>
</div></div>