From: wolf Date: Fri, 17 Mar 2000 10:34:00 +0000 (+0000) Subject: Reindent Guido's bogus indentations X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5b04b408e9b26679424b72fa77f1a6de1d162ac;p=dealii-svn.git Reindent Guido's bogus indentations git-svn-id: https://svn.dealii.org/trunk@2591 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 319b121976..dafa1ac2b7 100644 --- a/deal.II/deal.II/source/numerics/matrices.cc +++ b/deal.II/deal.II/source/numerics/matrices.cc @@ -167,7 +167,7 @@ void MatrixCreator::create_boundary_mass_matrix (const DoFHandler & Vector cell_vector(dofs_per_cell); -UpdateFlags update_flags = UpdateFlags (update_values | + UpdateFlags update_flags = UpdateFlags (update_values | update_JxW_values | update_q_points); FEFaceValues fe_values (fe, q, update_flags); @@ -292,7 +292,7 @@ UpdateFlags update_flags = UpdateFlags (update_values | }; -// now transfer cell matrix and vector + // now transfer cell matrix and vector // to the whole boundary matrix // // in the following: dof[i] holds the @@ -517,7 +517,7 @@ void MatrixTools::apply_boundary_values (const map &bo return; -map::const_iterator dof = boundary_values.begin(), + map::const_iterator dof = boundary_values.begin(), endd = boundary_values.end(); const unsigned int n_dofs = matrix.m(); const SparsityPattern &sparsity = matrix.get_sparsity_pattern(); @@ -544,7 +544,7 @@ map::const_iterator dof = boundary_values.begin(), matrix.global_entry(j) = 0.; -// set right hand side to + // set right hand side to // wanted value: if main diagonal // entry nonzero, don't touch it // and scale rhs accordingly. If @@ -632,7 +632,7 @@ map::const_iterator dof = boundary_values.begin(), }; -// preset solution vector + // preset solution vector solution(dof_number) = dof->second; }; }; @@ -666,7 +666,7 @@ void MassMatrix::assemble (FullMatrix &cell_matrix, const vector &weights = fe_values.get_JxW_values (); -if (coefficient != 0) + if (coefficient != 0) { if (coefficient->n_components == 1) // scalar coefficient given @@ -1007,7 +1007,7 @@ MatrixCreator::create_interpolation_matrix(const FiniteElement &high, ExcDimensionMismatch(result.n(), high.dofs_per_cell)); -// Initialize FEValues at the support points + // Initialize FEValues at the support points // of the low element. vector phantom_weights(low.dofs_per_cell,1.); vector > support_points(low.dofs_per_cell);