(this->cell_type > internal::MatrixFreeFunctions::affine))
evaluation_flag_actual |= EvaluationFlags::values;
- if (fe_degree > -1)
+ if constexpr (fe_degree > -1)
{
SelectEvaluator<dim, fe_degree, n_q_points_1d, VectorizedArrayType>::
evaluate(n_components, evaluation_flag_actual, values_array, *this);
}
}
- if (fe_degree > -1)
+ if constexpr (fe_degree > -1)
{
SelectEvaluator<dim, fe_degree, n_q_points_1d, VectorizedArrayType>::
integrate(n_components,
(this->cell_type > internal::MatrixFreeFunctions::affine))
evaluation_flag_actual |= EvaluationFlags::values;
- if (fe_degree > -1)
+ if constexpr (fe_degree > -1)
internal::FEFaceEvaluationImplEvaluateSelector<dim, VectorizedArrayType>::
template run<fe_degree, n_q_points_1d>(n_components,
evaluation_flag_actual,
}
}
- if (fe_degree > -1)
+ if constexpr (fe_degree > -1)
internal::FEFaceEvaluationImplIntegrateSelector<dim, VectorizedArrayType>::
template run<fe_degree, n_q_points_1d>(n_components,
integration_flag_actual,
this->dof_info->index_storage_variants[this->dof_access_index]
[this->cell]))
{
- if (fe_degree > -1)
+ if constexpr (fe_degree > -1)
{
internal::FEFaceEvaluationImplGatherEvaluateSelector<
dim,
this->dof_info->index_storage_variants[this->dof_access_index]
[this->cell]))
{
- if (fe_degree > -1)
+ if constexpr (fe_degree > -1)
{
internal::FEFaceEvaluationImplIntegrateScatterSelector<
dim,