Re: [Libmesh-users] System::calculate_norm() and FEVectorBase

2016-05-02 Thread Cody Permann
On Mon, May 2, 2016 at 10:26 AM Roy Stogner wrote: > > On Mon, 2 May 2016, Salazar De Troya, Miguel wrote: > > > I have noticed that System::calculate_norm() does not accept vector > variables. > > I'm afraid there's still a lot in libMesh that's not yet upgraded to > work with vector variables.

Re: [Libmesh-users] System::calculate_norm() and FEVectorBase

2016-05-02 Thread Roy Stogner
On Mon, 2 May 2016, Salazar De Troya, Miguel wrote: I have noticed that System::calculate_norm() does not accept vector variables. I'm afraid there's still a lot in libMesh that's not yet upgraded to work with vector variables. IIRC Paul did enough work (i.e. a lot!) to get vector variables

[Libmesh-users] System::calculate_norm() and FEVectorBase

2016-05-02 Thread Salazar De Troya, Miguel
Hello I have noticed that System::calculate_norm() does not accept vector variables. It loops over the variables and uses FEBase always. Is there any way to calculate the norms for vector variables? Wouldn’t it make sense to call a templated routine inside the loop over the system’s variables i

Re: [Libmesh-users] System::calculate_norm

2013-11-09 Thread Roy Stogner
On Sat, 9 Nov 2013, Manav Bhatia wrote: >I was looking through the code for System::calculate_norm, and >wanted to see if it makes sense to use the >System::extra_quadrature_order for the qrule in calculating >norms. Currently it seems to be ignored. Hmm... when we're calculating

[Libmesh-users] System::calculate_norm

2013-11-09 Thread Manav Bhatia
Hi, I was looking through the code for System::calculate_norm, and wanted to see if it makes sense to use the System::extra_quadrature_order for the qrule in calculating norms. Currently it seems to be ignored. Thanks, Manav ---