]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Renaming default MappingQ1 from mapping to more intuitive name mapping_q1.
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Tue, 27 Mar 2001 11:47:33 +0000 (11:47 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Tue, 27 Mar 2001 11:47:33 +0000 (11:47 +0000)
git-svn-id: https://svn.dealii.org/trunk@4297 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/matrices.cc

index 2a87dc2568a1c04c9392e49085d916c45fce422d..d0f4c1abd8f076661775d7d5bd9e37dde454723e 100644 (file)
@@ -42,7 +42,7 @@ using namespace std;
 
 
 //TODO: Comment?? Use proper mapping!
-static const MappingQ1<deal_II_dimension> mapping;
+static const MappingQ1<deal_II_dimension> mapping_q1;
 
 
 
@@ -169,7 +169,7 @@ void MatrixCreator<dim>::create_boundary_mass_matrix (const DoFHandler<dim>
   UpdateFlags update_flags = UpdateFlags (update_values     |
                                          update_JxW_values |
                                          update_q_points);
-  FEFaceValues<dim> fe_values (mapping, fe, q, update_flags);
+  FEFaceValues<dim> fe_values (mapping_q1, fe, q, update_flags);
 
                                   // two variables for the coefficient,
                                   // one for the two cases indicated in

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.