Re: [Libmesh-devel] calculate_norm()

2010-06-18 Thread Tim Kroeger
On Fri, 18 Jun 2010, Roy Stogner wrote: > On Fri, 18 Jun 2010, Tim Kroeger wrote: > >> 2. Talking about the non-discrete norms, no other norms than L2, H1, H2, >> and H1_SEMINORM are implemented, and the others (for instance L1 and L_INF) >> just silently return 0. I added a call to libmesh_not

Re: [Libmesh-devel] calculate_norm()

2010-06-18 Thread Roy Stogner
On Fri, 18 Jun 2010, Tim Kroeger wrote: > 2. Talking about the non-discrete norms, no other norms than L2, H1, H2, and > H1_SEMINORM are implemented, and the others (for instance L1 and L_INF) just > silently return 0. I added a call to libmesh_not_implemented() for this > case. I think I pu