]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Merged from trunk.
authorheltai <heltai@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 8 Jan 2014 09:29:32 +0000 (09:29 +0000)
committerheltai <heltai@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 8 Jan 2014 09:29:32 +0000 (09:29 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@32177 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/publications/index.html
deal.II/include/deal.II/grid/grid_refinement.h
deal.II/include/deal.II/numerics/vector_tools.templates.h
deal.II/source/multigrid/mg_tools.cc

index cbcfc738746dc44e280ff4968a3846f8e3277f15..8850757a45eec09d7d15c9489e45e5b7ecaf0db1 100644 (file)
@@ -5,7 +5,7 @@
   <head>
     <link href="../screen.css" rel="StyleSheet" media="screen">
     <title>The deal.II Publication List</title>
-    <meta name="copyright" content="Copyright (C) 1998 - 2013 by the deal.II Authors">
+    <meta name="copyright" content="Copyright (C) 1998 - 2014 by the deal.II Authors">
     <meta name="keywords" content="dealII publications">
     <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
     <style type="text/css">
          Powder Technology, vol. 253, pp. 311-324, 2014.
         </li>
 
+       <li> C.-C. Chueh, A. Bertei, J. Pharoah, C. Nicolella
+         <br>
+         <strong>Effective Conductivity in Random Porous Media with Convex and Non-Convex Porosity
+         </strong>
+         <br>
+         International Journal of Heat and Mass Transfer, vol. 71, pp. 183-188, 2014.
+        </li>
+
        <li> T. Wick, G. Singh, M.F. Wheeler
          <br>
          <strong>Pressurized-Fracture propagation using a phase-field approach coupled to a reservoir simulator
index 50564a586ba3395723e30ecde190e4283a848dea..20162cd07dab0396917c9e7458afc3ab19fcd955 100644 (file)
@@ -60,7 +60,7 @@ namespace GridRefinement
    *
    * <ol>
    *
-   *  <li> Sort the cells according to descenting values of @p criteria.
+   *  <li> Sort the cells according to descending values of @p criteria.
    *
    *  <li> Set the refinement threshold to be the criterion belonging to
    *  the cell at position @p top_fraction_of_cells times
index bd85dd0cb0160a690ec54f293e1ac740abd35285..8d2ed0861c762771d79f5f4ee4bb9272e8d7f6ca 100644 (file)
@@ -2885,7 +2885,7 @@ namespace VectorTools
               fe_index_old = fe_index;
               fe_index += fe.element_multiplicity (i) * fe.base_element (i).n_components ();
 
-              if (fe_index >= first_vector_component)
+              if (fe_index > first_vector_component)
                 break;
             }
 
@@ -2946,8 +2946,8 @@ namespace VectorTools
                  && (fe.base_element (base_indices.first).face_to_cell_index (line * fe.degree, face)
                      <= fe.system_to_base_index (fe.face_to_cell_index (i, face)).second)
                  && (fe.system_to_base_index (fe.face_to_cell_index (i, face)).second
-                     <= fe.base_element (base_indices.first).face_to_cell_index
-                     ((line + 1) * fe.degree - 1, face)))
+                     < fe.base_element (base_indices.first).face_to_cell_index
+                     ((line + 1) * fe.degree, face)))
                 || ((dynamic_cast<const FE_Nedelec<dim>*> (&fe) != 0) && (line * fe.degree <= i)
                     && (i < (line + 1) * fe.degree)))
               {
@@ -3027,7 +3027,7 @@ namespace VectorTools
               fe_index_old = fe_index;
               fe_index += fe.element_multiplicity (i) * fe.base_element (i).n_components ();
 
-              if (fe_index >= first_vector_component)
+              if (fe_index > first_vector_component)
                 break;
             }
 
index 85bf569a4fa13316f1800748a7ff0d3413e49f73..7321c64d2e4f6fb68ad3afc84a75cc45fc40904a 100644 (file)
@@ -1502,7 +1502,7 @@ namespace MGTools
   template <int dim, int spacedim>
   void
   extract_non_interface_dofs (const DoFHandler<dim,spacedim> &mg_dof_handler,
-                              std::vector<std::set<unsigned int> >  &non_interface_dofs)
+                              std::vector<std::set<types::global_dof_index> >  &non_interface_dofs)
   {
     Assert (non_interface_dofs.size() == mg_dof_handler.get_tria().n_global_levels(),
             ExcDimensionMismatch (non_interface_dofs.size(),

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.