reverting some changes to bilinear form infrastructure

This commit is contained in:
Victor DeCaria
2023-10-09 14:21:59 -06:00
parent 6cb689d6bd
commit 9d65c08c77
6 changed files with 2 additions and 39 deletions
+1 -1
View File
@@ -496,7 +496,7 @@ const DofToQuad &FiniteElement::GetDofToQuad(const IntegrationRule &ir,
DofToQuad::Mode mode,
const ElementDofOrdering ordering) const
{
MFEM_ABORT("method is not implemented for this element");
MFEM_VERIFY(ordering == ElementDofOrdering::NATIVE, "invalid mode requested");
return GetDofToQuad(ir, mode);
}