Arndt,

First of all, Thank you very much for your reply.
 

> What do you mean by "average value" here? You probably just wnat to 
> compute the error in the L2-norm, isn't it?
>

I'm sorry this is not average, it is RMS value.
 
In deal.ii, from step7, L2 norm is calculated like this...
     L2_norm= sqrt (sum_i [error_i^2])

But What I want is 
    L2_norm = sqrt(sum_i [error_i^2]) / sqrt(the number of cells)

  
  So, I thought most values in the plot Error_fe1.png sholud be order of 
L2_norm (that is  sqrt(sum_i [error_i^2]) / sqrt(the number of cells)) 
Because summation of error^2 is divided by the number of cells

  But the result is not... 

  most values in Error_fe1.png are 10^3 times higher than L2_norm (in this 
case 4.7163e-07)

  Is it wrong....?

  Thank you.

   Kyusik. 

  
 

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

Reply via email to