On 3/14/19 1:28 AM, Phạm Ngọc Kiên wrote:
> 
> So for the first function 
> VectorTools::point_value(dof_handler,solution,point,values);
> I can specify the observed point in real coordiante, solution vector and 
> dof_handler to get the values, right?

Correct.


> For the second one, assuming that I am using QGauss for solving the 
> system, does it mean that if the point is on the edge of the cell then I 
> cannot get the solution at that point?

Yes. It can be any quadrature formula defined on the reference cell. It 
doesn't matter where the points are located.

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