]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Adjust to new interface of QProjector.
authorleicht <leicht@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 9 Feb 2007 09:10:32 +0000 (09:10 +0000)
committerleicht <leicht@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 9 Feb 2007 09:10:32 +0000 (09:10 +0000)
git-svn-id: https://svn.dealii.org/trunk@14454 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/rt_normal_02.cc

index 4241359eda76c72dff6277c59f348dad61583103..e5fa58fbcf65bae6ef0a339a888685b9f2600407 100644 (file)
@@ -106,7 +106,10 @@ void EvaluateNormal2 (DoFHandler<2> *dof_handler,
            {
                const QProjector<2>::DataSetDescriptor offset
                    = (QProjector<2>::DataSetDescriptor::
-                      face (f, cell->face_orientation(f),
+                      face (f,
+                            cell->face_orientation(f),
+                            cell->face_flip(f),
+                            cell->face_rotation(f),
                             quad.n_quadrature_points));
                fe_v_face.reinit (cell, f);
                
@@ -116,7 +119,10 @@ void EvaluateNormal2 (DoFHandler<2> *dof_handler,
 
                const QProjector<2>::DataSetDescriptor offset_n
                    = (QProjector<2>::DataSetDescriptor::
-                      face (neighbor, cell_n->face_orientation(neighbor),
+                      face (neighbor,
+                            cell_n->face_orientation(neighbor),
+                            cell_n->face_flip(neighbor),
+                            cell_n->face_rotation(neighbor),
                             quad.n_quadrature_points));
 
                // Get values from solution vector (For Trap.Rule)

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.