From 240ad72d518fdae3566eef06d8d06c90b052ce4f Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 10 Nov 2010 12:34:38 +0000 Subject: [PATCH] Add documentation. Simplify. git-svn-id: https://svn.dealii.org/trunk@22664 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fe/nedelec_crash_01.cc | 25 +++++-------------------- 1 file changed, 5 insertions(+), 20 deletions(-) diff --git a/tests/fe/nedelec_crash_01.cc b/tests/fe/nedelec_crash_01.cc index aa23f672f0..da81c54a4e 100644 --- a/tests/fe/nedelec_crash_01.cc +++ b/tests/fe/nedelec_crash_01.cc @@ -10,36 +10,18 @@ // //-------------------------------------------------------------------- -// Test, whether differential operators produce a cochain complex on -// the standard Hilbert space sequence +// A test extracted from integrators/cochain_01 that crashed with the +// FE_Nedelec at the time #include "../tests.h" #include "../lib/test_grids.h" #include -#include -#include -#include -#include -#include -#include - #include -#include #include -#include #include -#include -#include -#include -#include -#include - -#include -#include -#include int main() @@ -50,6 +32,9 @@ int main() deallog.depth_console(0); deallog.threshold_double(1.e-10); + // generate a version of the + // Nedelec element but force it to + // use the old-style constraints struct MyFE : FE_Nedelec<3> { MyFE () : FE_Nedelec<3>(0) {}; virtual bool hp_constraints_are_implemented () const -- 2.39.5