[cig-commits] commit 2478 by ian.rose to /var/svn/dealii/aspect

dealii.demon at gmail.com dealii.demon at gmail.com
Fri Apr 11 08:22:40 PDT 2014


Revision 2478

Switch back to Q1 for mesh elements

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


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

Diff:
Modified: branches/freesurface/source/simulator/core.cc
===================================================================
--- branches/freesurface/source/simulator/core.cc	2014-04-11 14:32:10 UTC (rev 2477)
+++ branches/freesurface/source/simulator/core.cc	2014-04-11 15:22:36 UTC (rev 2478)
@@ -144,7 +144,7 @@
 
     rebuild_stokes_matrix (true),
     rebuild_stokes_preconditioner (true),
-    free_surface_fe (FE_Q<dim>(2),dim),
+    free_surface_fe (FE_Q<dim>(1),dim),
     free_surface_dof_handler (triangulation)
 
   {


More information about the CIG-COMMITS mailing list