From bc9f3e94a1ff980c771c7fd149e6558b8688a236 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Mon, 18 Dec 2000 10:32:06 +0000 Subject: [PATCH] new class FE_Q git-svn-id: https://svn.dealii.org/trunk@3547 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/fe/fe_tools.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.; } } +*/ } -- 2.39.5