Hi everyone,

I'm trying to use the `distributed_compute_point_locations` functions to 
compute a finite element function's values at specific points. However, the 
cells that this function returns are of type Triangulation::cell_iterator, 
and in order to use the `FEValues::get_function_values` function I need to 
call `reinit` with a cell that is of type `DoFHandler::cell_iterator`. I 
have a DoFHandler handy and it's linked with the Triangulation, but is 
there any easy way to use those combination of things to get the 
corresponding `DoFHandler::cell_iterator`?

- Lucas

-- 
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/b90df7c3-850d-454e-b94b-ecfecf5e04a5n%40googlegroups.com.

Reply via email to