]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Take over Anna's changes from the branch.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 11 Jun 2002 16:09:03 +0000 (16:09 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 11 Jun 2002 16:09:03 +0000 (16:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@6066 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_nedelec.cc
deal.II/deal.II/source/fe/fe_nedelec_2d.cc

index 638f60ab2644fd1cd0454e4671d2994b50b90e6c..0645bf21044f9576d28552de5df01fc3de836c34 100644 (file)
@@ -1,3 +1,4 @@
+
 //----------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
@@ -287,7 +288,7 @@ FE_Nedelec<dim>::shape_value_component (const unsigned int i,
                                               // only non-zero
                                               // component is
                                               // requested:
-//TODO[Anna]: check          
+//[Anna]:checked: OK         
              const double x = p(0),
                           y = p(1),
                           z = p(2);
@@ -365,7 +366,7 @@ FE_Nedelec<dim>::shape_grad_component (const unsigned int i,
                                               // component, thrid
                                               // index=component
                                               // within gradient
-//TODO[Anna]: check          
+//[Anna]: checked:OK         
              static const double unit_gradients[4][2][2]
                = { { {0.,-1.}, {0.,0.} },
                    { {0.,0.},  {1.,0.} },
index 80e5d8825410e47a3201b240497f624d57c82a4b..1b32e5b5f1c9ab9fc60a370bf2d453cb9950b907 100644 (file)
@@ -34,30 +34,27 @@ namespace FE_Nedelec_2d
 
   static const double q1_into_q1_refined_1[] =
   {
-       0
-//TODO[Anna]   
-//     13.5/27., 13.5/27., 0., 0.,
-//     0., 1., 0., 0.,
-//     0., 13.5/27., 13.5/27., 0.,
-//     6.75/27., 6.75/27., 6.75/27., 6.75/27.,
+//[Anna]:done  
+       1., 0., 0., 0.,
+       0., 1., 0., 0.,
+       0.5, 0., 0.5, 0.,
+        0., 0.5, 0., 0.5,
   };
 
   static const double q1_into_q1_refined_2[] =
   {
-       0
-//     6.75/27., 6.75/27., 6.75/27., 6.75/27.,
-//     0., 13.5/27., 13.5/27., 0.,
-//     0., 0., 1., 0.,
-//     0., 0., 13.5/27., 13.5/27.,
+       0.5, 0., 0.5, 0.,
+       0., 1., 0., 0.,
+       0., 0., 1., 0.,
+       0., 0.5, 0., 0.5,
   };
 
   static const double q1_into_q1_refined_3[] =
   {
-       0
-//     13.5/27., 0., 0., 13.5/27.,
-//     6.75/27., 6.75/27., 6.75/27., 6.75/27.,
-//     0., 0., 13.5/27., 13.5/27.,
-//     0., 0., 0., 1.,
+       0.5, 0., 0.5, 0.,
+       0., 0.5, 0., 0.5,
+       0., 0., 1., 0.,
+       0., 0., 0., 1.,
   };
 };  // namespace FE_Nedelec_2d
 

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.