Martin, 2016-05-20 9:38 GMT-04:00 Martin Kronbichler <[email protected]>:
> If I look at the current source code of SparsityPattern, I think there is > indeed a bug: We define the variable max_vec_len to be of type size_type (= > types::global_dof_index) whereas it actually should be std::size_t. We can > have 32 bit integers but still more than 4G entries. I think that could be a > problem here. Do you have time to have a look (I think one needs to check > all the functions in SparsityPattern and the interface to SparseMatrix > whether all types are correct)? yeah, I will look into it. Best, Bruno -- 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.
