Dear Michal,
> for(unsigned int element=0; > element<VectorizedArray<Number>::n_array_elements ; ++element) Please use this->data->n_components_filled(cell) instead. It returns how many of the SIMD lanes are actually filled with real data. Best, Martin -- 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.
