]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove comments after checking for correctness.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 5 Nov 1999 12:50:59 +0000 (12:50 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 5 Nov 1999 12:50:59 +0000 (12:50 +0000)
git-svn-id: https://svn.dealii.org/trunk@1836 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/matrices.cc

index c1fd12114753231d2bb2e0c84544abeca5597776..2a583fd8fb3541799813fbe51a72e5eb20ffb04f 100644 (file)
@@ -993,7 +993,7 @@ void LaplaceMatrix<dim>::assemble (Vector<double>      &rhs,
                weights[point];
 };
 
-//TODO: check correctness of this function and use FEValues
+
 
 template<int dim>
 void
@@ -1016,16 +1016,12 @@ MatrixCreator<dim>::create_interpolation_matrix(const FiniteElement<dim> &high,
 
   FEValues<dim> fe(high, low_points, UpdateFlags(0));
   
-//TODO: This could be less inefficient by going component by component
-//TODO: Does it work for multi-component?
-
   for (unsigned int i=0; i<low.total_dofs; ++i)
     for (unsigned int j=0; j<high.total_dofs; ++j)
                                       // shape functions need to belong
                                       // to the same component
       if (low.system_to_component_index(i).first ==
          high.system_to_component_index(j).first)
-// This is Id at the moment
        result(i,j) = fe.shape_value(j,i);
 }
 

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.