On 3/18/19 4:14 AM, Daniel Arndt wrote:
> 
> VectorTools::point_value() does more or less the same you are doing above 
> manually, i.e. calling GridTools::find_active_cell_around_point() and then 
> initializing a FEValues object for evaluating the given finite element 
> vector. 

Specifically, you can take a look here:
https://github.com/dealii/dealii/blob/master/include/deal.II/numerics/vector_tools.templates.h#L8633

Best
  W.


-- 
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                            www: http://www.math.colostate.edu/~bangerth/

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to