Dear all In many cases, we use same nodes as support points for FE space and quadrature. In this case, FEValues.get_function_values can just read off the function values without performing a sum over all basis functions. Does FEValues actually recognise and make this optimization ? If not, is it possible to get this behaviour ?
In my codes, I write my own code to get function values in this case without doing a sum over all basis functions. But it would be great if FEValues.get_function_values could automatically do this. Best praveen -- 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.
