]> https://gitweb.dealii.org/ - dealii.git/commitdiff
New numbering for quadrature points and patches
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Fri, 3 Feb 2006 15:18:11 +0000 (15:18 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Fri, 3 Feb 2006 15:18:11 +0000 (15:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@12232 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/data_out_faces.cc

index ae578b042d422bedf23c1169cdb6fb0a20a738f3..dbd7e69189c1ff4d3ff9848b87c94dd798bc4bab 100644 (file)
@@ -64,8 +64,7 @@ void DataOutFaces<dim,DH>::build_some_patches (Data data)
       Assert (patch != this->patches.end(), ExcInternalError());
       
       for (unsigned int vertex=0; vertex<GeometryInfo<dim-1>::vertices_per_cell; ++vertex)
-       patch->vertices[vertex] = face.first->face(face.second)->vertex(
-         GeometryInfo<dim-1>::ucd_to_deal[vertex]);
+       patch->vertices[vertex] = face.first->face(face.second)->vertex(vertex);
       
       if (data.n_datasets > 0)
        {

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.