On 10/05/2017 07:45 AM, Anna Avdeeva wrote:
I do compute the solution at many points along the profile, and while Ex and Ey 
look reasonable, the Ez does not. Is it possible that there is a problem in 
point_value function for z component for Nedelec elements?

It's possible (any software has bugs) but I think that's not the likeliest of explanations. Lots of people use that function, so it would surprise me.

You can test this by just writing "something" like that function yourself. For example, you could just have a loop over all cells and output the solution at the quadrature points on that cell using an FEValues object -- in the simplest case, just use QMidpoint and then use FEValues::get_function_values() to obtain the value of the solution at the midpoint of the cell.

Compare that with what you get in the viz output and what you currently get.

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