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.
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
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
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
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
---