From: Wolfgang Bangerth Date: Wed, 9 Oct 2024 00:31:08 +0000 (-0600) Subject: Error out for situations clearly not implemented. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea4e9d57d67b8d677cfd101db0041da920bf88fc;p=dealii.git Error out for situations clearly not implemented. --- diff --git a/source/fe/fe_system.cc b/source/fe/fe_system.cc index 13d6869bba..80872c440d 100644 --- a/source/fe/fe_system.cc +++ b/source/fe/fe_system.cc @@ -1572,6 +1572,10 @@ FESystem::build_interface_constraints() case 3: { + Assert(this->reference_cell() == + ReferenceCells::get_hypercube(), + ExcNotImplemented()); + // same way as above, although a little more complicated... // the indices m=0..5*d_v-1 are from the center and the four