Hi Maxi, To the best of my knowledge, deal.II automatically picks up from PETSc's configuration that it is built with complex numbers enabled. You'd have to rebuild PETSc without complex number support (via the " --with-scalar-type='real'" flag <https://github.com/LLNL/spack/blob/develop/var/spack/repos/builtin/packages/petsc/package.py#L174>) and then link deal.II to this new installation of PETSc.
Regards, Jean-Paul On Tuesday, July 11, 2017 at 3:07:43 PM UTC+2, Maxi Miller wrote: > > That is interesting. I got exactly that output (did not know that I can do > that, btw.), but my PETSC-installation is configured with complex numbers. > How can I then tell dealII during the configuration process that that is > the case? > -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
