From: guido Date: Mon, 18 Dec 2000 10:32:06 +0000 (+0000) Subject: new class FE_Q X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb538120f1de8a2a78688039ed6247e955116750;p=dealii-svn.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.; } } +*/ }