Hello,
In my code, I have two DoFHandler objects one corresponding to a vector solution and another corresponding to a scalar solution. I need to find an active cell iterator that surrounds a given point for both DoFHandler objects. I am using the function GridTools::find_active_cell_around_point twice to find the cell iterator corresponding to each DofHandler. Now both iterators are pointing to the same cell but have to search twice. So is there any other way where to find an iterator, given a particular iterator that belongs to a different object? Similarly, if we have a traingulation::active_cell_iterator that points to a particular cell, is there any way to find the iterator which points to the same cell but belongs to a DofHandler class? Thank you.
Regards,
Narendra Nanal