Global vs. Local Operation Error in P0Function
Hi,
implementation of dotGlobal
and dotLocal
seems to mix up delegation, i.e. P0Function::dotGlobal()
calls DGFunction::dotLocal()
while
P0Function::dotLocal()
calls DGFunction::dotGlocal()
. Seems dubious, at least no POLA
If it's really wrong, we need to have a parallel test, as the pipeline does not catch it.
Cheers
Marcus