From: wolf Date: Thu, 8 May 2003 14:45:30 +0000 (+0000) Subject: get_interpolation_matrix: Instead of setting the matrix size to zero, throw an except... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0343232c98d8797f6aeef42defe7cc657bbcb4b5;p=dealii-svn.git get_interpolation_matrix: Instead of setting the matrix size to zero, throw an exception if we can't compute it. FETools::get_interpolation_matrix: use element-provided matrices if possible. Various elements: impleent get_interpolation_matrix. git-svn-id: https://svn.dealii.org/trunk@7607 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fe/Makefile b/tests/fe/Makefile index 21d95d4ae9..16b2535e5b 100644 --- a/tests/fe/Makefile +++ b/tests/fe/Makefile @@ -36,13 +36,16 @@ nedelec_3.exe : nedelec_3.g.$(OBJEXT) $(libraries) non_primitive_1.exe : non_primitive_1.g.$(OBJEXT) $(libraries) non_primitive_2.exe : non_primitive_2.g.$(OBJEXT) $(libraries) numbering.exe : numbering.g.$(OBJEXT) $(libraries) +dgq_1.exe : dgq_1.g.$(OBJEXT) $(libraries) q_1.exe : q_1.g.$(OBJEXT) $(libraries) q_2.exe : q_2.g.$(OBJEXT) $(libraries) q_3.exe : q_3.g.$(OBJEXT) $(libraries) +q_4.exe : q_4.g.$(OBJEXT) $(libraries) rt_1.exe : rt_1.g.$(OBJEXT) $(libraries) rt_2.exe : rt_2.g.$(OBJEXT) $(libraries) rt_3.exe : rt_3.g.$(OBJEXT) $(libraries) rt_4.exe : rt_4.g.$(OBJEXT) $(libraries) +system_1.exe : system_1.g.$(OBJEXT) $(libraries) shapes.exe : shapes.g.$(OBJEXT) $(libraries) transfer.exe : transfer.g.$(OBJEXT) $(libraries) up_and_down.exe : up_and_down.g.$(OBJEXT) $(libraries) @@ -50,7 +53,9 @@ up_and_down.exe : up_and_down.g.$(OBJEXT) $(libraries) tests = fe_data_test fe_traits fe_tools_test mapping \ mapping_c1 shapes derivatives numbering mapping_q1_eulerian \ transfer internals \ - q_1 q_2 q_3 \ + dgq_1 \ + q_1 q_2 q_3 q_4 \ + system_1 \ non_primitive_1 non_primitive_2 \ nedelec nedelec_2 nedelec_3 up_and_down