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 -- 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/88c0b218-ddea-426e-be47-fc9e7b330ba9n%40googlegroups.com.
