Hi Stefano, > Since I need to solve very large problems, is there a way to configure deal > to be compiled in single precision and using 8 bytes representation for > integers?
Not with a simple configure, but you can use Vector<float> and SparseMatrix<float> for example. -- Timo Heister http://www.math.tamu.edu/~heister/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
