Missing (block_sparse_matrix)

30 views
Skip to first unread message

Ahmed Galal

unread,
Oct 22, 2021, 4:29:50 AM10/22/21
to deal.II User Group
I am trying to compile a deal.ii code but it failed because of missing <deal.II/lac/block_matrix_array.h>.

I do not know how to include it in the recent dealii version. I found it available deal.ii 8.5.0.

Thanks in advance!


Daniel Arndt

unread,
Oct 22, 2021, 9:37:08 AM10/22/21
to dea...@googlegroups.com
Ahmed,

The file and the respective classes were deleted in https://github.com/dealii/dealii/pull/9761 and deprecated in https://github.com/dealii/dealii/pull/5352.
If you need to replace BlockMatrixArray, you should have a look at the documentation in the latter pull request to use BlockLinearOperator(https://www.dealii.org/current/doxygen/deal.II/classBlockLinearOperator.html) instead.

Best,
Daniel

--
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 dealii+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/442d1ff2-fa5d-4d09-bbd1-c188f0d467bbn%40googlegroups.com.

Ahmed Galal

unread,
Oct 23, 2021, 2:50:02 PM10/23/21
to deal.II User Group

Thanks Daniel, for the suggestion! 
Ahmed
Reply all
Reply to author
Forward
0 new messages