Re: [Libmesh-users] Using complex DenseMatrix with Real compiled libmesh library

2009-01-12 Thread Roy Stogner
On Mon, 12 Jan 2009, Mathias Nenning wrote: > To get my code compiled, due to the complex instantiation of class > DenseMatrix, I have to uncomment in file "dense_matric.C", in method By "uncomment" I assume you mean "comment out"? > "DenseMatrix::_cholesky_decompose ()" the part > > #ifndef US

[Libmesh-users] Using complex DenseMatrix with Real compiled libmesh library

2009-01-12 Thread Mathias Nenning
Hello! Since my system matrices are "Real" valued I'm using a real compiled libmesh library. But on element level I need complex matrices. For this reason I made explicit instantiations of the class DenseMatrix ( This is only done when using the preprocessor directive "#ifdef USE_COMPLEX_NUMBE