]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Adjust whitespace.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 21 Apr 2011 14:06:31 +0000 (14:06 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 21 Apr 2011 14:06:31 +0000 (14:06 +0000)
git-svn-id: https://svn.dealii.org/trunk@23619 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-46/step-46.cc

index 1d45c73204eb63f40aea6c8b3f6f931b4563be42..9374efdb51465c881d573130aa44d0e7636687cb 100644 (file)
@@ -512,7 +512,7 @@ void FluidStructureProblem<dim>::assemble_system ()
              if ((cell->neighbor(f)->level() == cell->level())
                  &&
                  (cell->neighbor(f)->has_children() == false)
-                 && 
+                 &&
                  cell_is_in_fluid_domain (cell->neighbor(f)))
                {
                                                   // same size
@@ -537,14 +537,14 @@ void FluidStructureProblem<dim>::assemble_system ()
                       &&
                       (cell->neighbor(f)->has_children() == true))
                {
-                                                  // neighbor has children. loop over 
+                                                  // neighbor has children. loop over
                                                   // the cells adjacent to the commone
                                                   // interface and see which subdomain
                                                   // they belong to
                  for (unsigned int subface=0; subface<cell->face(f)->n_children(); ++subface)
                    if (cell_is_in_fluid_domain (cell->neighbor_child_on_subface (f, subface)))
                      {
-                       elasticity_fe_subface_values.reinit (cell, 
+                       elasticity_fe_subface_values.reinit (cell,
                                                             f,
                                                             subface);
                        stokes_fe_face_values.reinit (cell->neighbor_child_on_subface (f, subface),
@@ -580,7 +580,7 @@ void FluidStructureProblem<dim>::assemble_system ()
                                                         local_dof_indices,
                                                         neighbor_dof_indices,
                                                         system_matrix);
-                 
+
                }
            }
     }
@@ -733,7 +733,7 @@ FluidStructureProblem<dim>::refine_mesh ()
                (((cell->neighbor(f)->level() == cell->level())
                  &&
                  (cell->neighbor(f)->has_children() == false)
-                 && 
+                 &&
                  cell_is_in_fluid_domain (cell->neighbor(f)))
                 ||
                 ((cell->neighbor(f)->level() == cell->level())
@@ -756,7 +756,7 @@ FluidStructureProblem<dim>::refine_mesh ()
                (((cell->neighbor(f)->level() == cell->level())
                  &&
                  (cell->neighbor(f)->has_children() == false)
-                 && 
+                 &&
                  cell_is_in_solid_domain (cell->neighbor(f)))
                 ||
                 ((cell->neighbor(f)->level() == cell->level())
@@ -772,8 +772,8 @@ FluidStructureProblem<dim>::refine_mesh ()
                ))
              estimated_error_per_cell(cell_index) = 0;
          }
-  }      
-  
+  }
+
   GridRefinement::refine_and_coarsen_fixed_number (triangulation,
                                                    estimated_error_per_cell,
                                                    0.3, 0.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.