]> https://gitweb.dealii.org/ - dealii.git/commitdiff
new class FE_Q<dim>
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 18 Dec 2000 10:32:06 +0000 (10:32 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 18 Dec 2000 10:32:06 +0000 (10:32 +0000)
git-svn-id: https://svn.dealii.org/trunk@3547 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_tools.cc

index 63ad0ced20350f24e94585cbe798a398743818eb..98109ebee81ff0dce4ca7386255cd36f9674fc55 100644 (file)
@@ -38,7 +38,7 @@ void FETools::get_interpolation_matrix(const FiniteElement<dim> &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<dim> &fe1,
            interpolation_matrix(i,j)=0.;
        }  
     }
+*/
 }
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.