if (!(evaluate_values + evaluate_gradients))
return;
- const unsigned int static_dofs_per_face =
+ constexpr unsigned int static_dofs_per_face =
fe_degree > -1 ? Utilities::pow(fe_degree + 1, dim - 1) :
numbers::invalid_unsigned_int;
const unsigned int dofs_per_face =
if (this->face_orientation)
adjust_for_face_orientation(true, integrate_values, integrate_gradients);
- const unsigned int static_dofs_per_face =
+ constexpr unsigned int static_dofs_per_face =
fe_degree > -1 ? Utilities::pow(fe_degree + 1, dim - 1) :
numbers::invalid_unsigned_int;
const unsigned int dofs_per_face =
{
const unsigned int side = this->face_no % 2;
- const unsigned int static_dofs_per_face =
+ constexpr unsigned int static_dofs_per_face =
fe_degree > -1 ? Utilities::pow(fe_degree + 1, dim - 1) :
numbers::invalid_unsigned_int;
const unsigned int dofs_per_face =