From: Guido Kanschat Date: Mon, 18 Dec 2000 10:32:06 +0000 (+0000) Subject: new class FE_Q X-Git-Tag: v8.0.0~19886 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc9f3e94a1ff980c771c7fd149e6558b8688a236;p=dealii.git new class FE_Q git-svn-id: https://svn.dealii.org/trunk@3547 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/fe_tools.cc b/deal.II/deal.II/source/fe/fe_tools.cc index 63ad0ced20..98109ebee8 100644 --- a/deal.II/deal.II/source/fe/fe_tools.cc +++ b/deal.II/deal.II/source/fe/fe_tools.cc @@ -38,7 +38,7 @@ void FETools::get_interpolation_matrix(const FiniteElement &fe1, interpolation_matrix.n(), fe2.dofs_per_cell, fe1.dofs_per_cell)); - +/* // Initialize FEValues for fe1 at // the unit support points of the // fe2 element. @@ -67,6 +67,7 @@ void FETools::get_interpolation_matrix(const FiniteElement &fe1, interpolation_matrix(i,j)=0.; } } +*/ }