]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Merge pull request #1382 from bangerth/further-FEValues-cleanups-19
authorMatthias Maier <tamiko@43-1.org>
Thu, 20 Aug 2015 21:01:42 +0000 (16:01 -0500)
committerMatthias Maier <tamiko@43-1.org>
Thu, 20 Aug 2015 21:01:42 +0000 (16:01 -0500)
Documentation update of MappingCartesian.

1  2 
source/fe/mapping_cartesian.cc

index 53903d10b747627204ab4ba694e84d79da0a7c2d,c4c4ec1cc6fd5e5c018c67e83739dfefaa005b08..6b192da404673745604deec858795d68ba7c1f04
@@@ -829,10 -838,9 +838,10 @@@ MappingCartesian<dim,spacedim>::transfo
              for (unsigned int k=0; k<spacedim; ++k)
                {
  
-                 output[q][i][j][k] = input[q][i][j][k] / data.length[j] / data.length[k];
+                 output[q][i][j][k] = input[q][i][j][k] / data.cell_extents[j] / data.cell_extents[k];
  
                }
 +      return;
      }
      default:
        Assert(false, ExcNotImplemented());

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.