On Tue, Jan 15, 2013 at 4:52 PM, Karl Rupp <rupp at mcs.anl.gov> wrote:
> At least for PetscScalar and PetscReal this is unfortunately not the case: > > include/petscmath.h" > > #if defined(PETSC_USE_COMPLEX) > typedef PetscComplex PetscScalar; > .... > #else /* PETSC_USE_COMPLEX */ > typedef PetscReal PetscScalar; > #define MPIU_SCALAR MPIU_REAL > They really are documented: http://www.mcs.anl.gov/petsc/petsc-dev/docs/manualpages/Sys/PetscScalar.html -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20130115/b26a683a/attachment.html>
