We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c7f467 commit 99bb23dCopy full SHA for 99bb23d
src/geom/elem.C
@@ -2424,6 +2424,9 @@ bool Elem::has_invertible_map(Real /*tol*/) const
2424
FEMap fe_map;
2425
auto & jac = fe_map.get_jacobian();
2426
2427
+ // We have a separate check for is_singular_node() below, so in this
2428
+ // case its "OK" to do nodal quadrature on pyramids.
2429
+ qnodal.allow_nodal_pyramid_quadrature = true;
2430
qnodal.init(this->type());
2431
auto & qp = qnodal.get_points();
2432
libmesh_assert_equal_to(qp.size(), this->n_nodes());
0 commit comments