Skip to content
Snippets Groups Projects
Commit b5bd7af9 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Add missing tests for degree 3 reconstruction

parent ce8df74e
Branches
No related tags found
1 merge request!205High-order polynomial reconstruction
...@@ -1243,6 +1243,7 @@ PolynomialReconstruction::_build( ...@@ -1243,6 +1243,7 @@ PolynomialReconstruction::_build(
} else if ((m_descriptor.integrationMethodType() == IntegrationMethodType::element) or } else if ((m_descriptor.integrationMethodType() == IntegrationMethodType::element) or
(m_descriptor.integrationMethodType() == IntegrationMethodType::boundary)) { (m_descriptor.integrationMethodType() == IntegrationMethodType::boundary)) {
#warning implement boundary based reconstruction for 1d and 3d
if ((m_descriptor.integrationMethodType() == IntegrationMethodType::boundary) and if ((m_descriptor.integrationMethodType() == IntegrationMethodType::boundary) and
(MeshType::Dimension == 2)) { (MeshType::Dimension == 2)) {
if constexpr (MeshType::Dimension == 2) { if constexpr (MeshType::Dimension == 2) {
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment