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
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