[cig-commits] commit 2470 by heister to /var/svn/dealii/aspect

dealii.demon at gmail.com dealii.demon at gmail.com
Thu Apr 10 15:25:30 PDT 2014


Revision 2470

fs: fix mesh velocity computation

U   branches/freesurface/source/simulator/freesurface.cc


http://www.dealii.org/websvn/revision.php?repname=Aspect+Repository&path=%2F&rev=2470&peg=2470

Diff:
Modified: branches/freesurface/source/simulator/freesurface.cc
===================================================================
--- branches/freesurface/source/simulator/freesurface.cc	2014-04-10 17:16:50 UTC (rev 2469)
+++ branches/freesurface/source/simulator/freesurface.cc	2014-04-10 22:25:27 UTC (rev 2470)
@@ -351,7 +351,7 @@
     fscell = free_surface_dof_handler.begin_active();
 
     for (; cell!=endc; ++cell, ++fscell)
-      if (cell->at_boundary() && cell->is_locally_owned())
+      if (cell->is_locally_owned())
         {
           cell->get_dof_indices (cell_dof_indices);
 


More information about the CIG-COMMITS mailing list