On Mon, 16 Aug 2010, David Knezevic wrote: > I was wondering, what's the process for building with complex number > support? My attempt was just to build PETSc with > --with-scalar-type=complex and then configure libmesh with > --enable-complex,
That's all we do for libMesh. For PETSc I'm using --with-scalar-type=complex --with-clanguage=C++ and the latter might be important since C and C++ have technically differing complex number types. However I don't have any idea how that would lead to your errors, unless the global std::complex is actually getting redefined somehow. --- Roy ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
