Dear Denis,
p.s. the mapping is the same for both cases.
On Monday, January 29, 2018 at 4:16:48 PM UTC+1, Denis Davydov wrote:Dear all,
I am playing around with something in the following setup:1. I have a single p::d::Tria2. two different DoFHandler's using scalar FE_Q<dim> of different degrees3. The same quadrature rule (QGauss) used for both cases4. Two different MatrixFree objects
I am not 100% sure, but it looks like the iteration over SIMD chunks of cells via two different matrix-freeobjects actually leads to the different sequence of cells. I see that when I try to calculate some integral quantitiesof my quadrature point data.