Oops, this is in the FAQ:

https://github.com/dealii/dealii/wiki/Frequently-Asked-Questions#can-i-convert-triangulation-cell-iterators-to-dofhandler-cell-iterators

My bad!

- Lucas

On Thursday, February 2, 2023 at 3:53:07 PM UTC-6 Lucas Myers wrote:

> 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 dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/6d225f85-75e2-4892-8e12-7519a0302141n%40googlegroups.com.

Reply via email to