[deal.II] Dividing up IteratorRange into chunks

2022-06-10 Thread Kaushik Das
Hi all, I want to divide an IteratorRange into smaller chunks and then run some tasks on those smaller ItegratorRanges. I tried to do this as follows: const auto LargeRangeOfCells = filter_iterators(m_triangulation.active_cell_iterators(),

Re: [deal.II] Facing problem while installation deal.ii

2022-06-10 Thread Simon Sticko
Hi, Just to elaborate slightly on what Chen said: If your installation stops at 52%, it is NOT because of "dependencies not satisfied". This is not an error. Can you post the error you get from calling make in the terminal? E.g. copy the output you get from cmake and "make" to a txt-file and

Re: [deal.II] Facing problem while installation deal.ii

2022-06-10 Thread 陈敏
Dear Abhishek Nath Thakur These are many examples showing how to use deal.ii, these are corresponding documents on the official website . But some of these need external packages

[deal.II] Facing problem while installation deal.ii

2022-06-10 Thread Abhishek Nath Thakur
Dear deal.ii users, I tried to install deal.ii 9.2.0 several times but every time i'm getting "dependencies not satisfied" (*image attached below*) due to which my installation stops at 52% everytime. I'm not sure if its an error or something else. So any help is appreciated Thank you in