]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make this thing compile; I forgot to work around access restrictions.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 14 Jan 1999 15:30:58 +0000 (15:30 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 14 Jan 1999 15:30:58 +0000 (15:30 +0000)
git-svn-id: https://svn.dealii.org/trunk@731 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_system.cc

index 440eb66eb6fd690abea744ea417a67e772baf26e..c845fba6340e9e3ea43631a9edd42edf335483e7 100644 (file)
@@ -30,15 +30,15 @@ void FESystem<dim>::initialize_matrices () {
            {
              restriction[child] (i*n_sub_elements + n,
                                  j*n_sub_elements + n)
-               = base_element->restriction[child](i,j);
+               = base_element->restrict(child)(i,j);
              prolongation[child] (i*n_sub_elements + n,
                                   j*n_sub_elements + n)
-               = base_element->prolongation[child](i,j);
+               = base_element->prolongate(child)(i,j);
            };
 
          interface_constraints (i*n_sub_elements + n,
                                 j*n_sub_elements + n)
-           = base_element->interface_constraints(i,j);
+           = base_element->constraints()(i,j);
        };
 };
 

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.