From: Ralf Hartmann Date: Tue, 27 Mar 2001 11:47:33 +0000 (+0000) Subject: Renaming default MappingQ1 from mapping to more intuitive name mapping_q1. X-Git-Tag: v8.0.0~19483 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37121fbd94df04f8c5940e1141f4b16a25fb8337;p=dealii.git Renaming default MappingQ1 from mapping to more intuitive name mapping_q1. git-svn-id: https://svn.dealii.org/trunk@4297 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/numerics/matrices.cc b/deal.II/deal.II/source/numerics/matrices.cc index 2a87dc2568..d0f4c1abd8 100644 --- a/deal.II/deal.II/source/numerics/matrices.cc +++ b/deal.II/deal.II/source/numerics/matrices.cc @@ -42,7 +42,7 @@ using namespace std; //TODO: Comment?? Use proper mapping! -static const MappingQ1 mapping; +static const MappingQ1 mapping_q1; @@ -169,7 +169,7 @@ void MatrixCreator::create_boundary_mass_matrix (const DoFHandler UpdateFlags update_flags = UpdateFlags (update_values | update_JxW_values | update_q_points); - FEFaceValues fe_values (mapping, fe, q, update_flags); + FEFaceValues fe_values (mapping_q1, fe, q, update_flags); // two variables for the coefficient, // one for the two cases indicated in