From: Martin Kronbichler Date: Mon, 25 Nov 2024 13:35:24 +0000 (+0100) Subject: Portable MatrixFree: Export variable for n_q_points X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17888%2Fhead;p=dealii.git Portable MatrixFree: Export variable for n_q_points --- diff --git a/include/deal.II/matrix_free/tools.h b/include/deal.II/matrix_free/tools.h index 597bbb2f71..bf4a9cb361 100644 --- a/include/deal.II/matrix_free/tools.h +++ b/include/deal.II/matrix_free/tools.h @@ -1459,6 +1459,7 @@ namespace MatrixFreeTools }; static constexpr unsigned int n_local_dofs = QuadOperation::n_local_dofs; + static constexpr unsigned int n_q_points = QuadOperation::n_q_points; private: mutable QuadOperation m_quad_operation;