>From Line 5279 of vectors.templates.h (svn At revision 25195)
in function do_compute_difference there is this code:

case W1infty_seminorm:
case W1infty_norm:
Assert(false, ExcNotImplemented()); //// <--- throws exception!
std::fill_n (psi_scalar.begin(), n_q_points, 0.0);
[...]
break;

I'm not sure if the code for this norm case is not working 
correct or if the assertion is wrong, cause I'm not familiar 
with the W-Norms.

Note: in deal.II 7.1.0 is the same code in this function, 
I think someone forget to remove the assertion or the 
not working code...

Best
UK

-- 
Dipl.-Ing. Uwe Köcher

Hamburg, Helmut Schmidt University
University of the German Federal Armed Forces

Email: [email protected]
Web:   http://www.hsu-hh.de/mb-mathe


_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to