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 Am Fr., 22. Okt. 2021 um 04:29 Uhr schrieb Ahmed Galal < [email protected]>: > 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! > > > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/dealii/442d1ff2-fa5d-4d09-bbd1-c188f0d467bbn%40googlegroups.com > <https://groups.google.com/d/msgid/dealii/442d1ff2-fa5d-4d09-bbd1-c188f0d467bbn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/CAOYDWbKPxE8sPVUWHX_bjuJNztsYSBxzdwfDTu0rL2aLoDHxYQ%40mail.gmail.com.
