]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fixed bug in test aniso/mesh_3d_21
authorheltai <heltai@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 15 Jan 2014 00:45:10 +0000 (00:45 +0000)
committerheltai <heltai@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 15 Jan 2014 00:45:10 +0000 (00:45 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@32210 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/fe/mapping_q.cc

index 6b46cd43b7a4c78ebf2af9dfaa08db53509c6808..13d5183a1ca4da0aa8d1d4cf60986049a7ca9c42 100644 (file)
@@ -932,7 +932,7 @@ add_quad_support_points(const Triangulation<3>::cell_iterator &cell,
              vertices.resize(4);
              for(unsigned int i=0;i<4; ++i)
                vertices[i] = face->vertex(i);
-              face->get_manifold().get_intermediate_points (vertices, quad_points);
+              face->get_manifold().get_intermediate_points (quad_points, vertices);
               // in 3D, the orientation, flip and rotation of the face might
               // not match what we expect here, namely the standard
               // orientation. thus reorder points accordingly. since a Mapping

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.