[cig-commits] commit 2015 by bangerth to /var/svn/dealii/aspect

dealii.demon at gmail.com dealii.demon at gmail.com
Tue Nov 19 12:48:37 PST 2013


Revision 2015

Leave a TODO.

U   trunk/aspect/source/simulator/core.cc


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

Diff:
Modified: trunk/aspect/source/simulator/core.cc
===================================================================
--- trunk/aspect/source/simulator/core.cc	2013-11-19 20:45:15 UTC (rev 2014)
+++ trunk/aspect/source/simulator/core.cc	2013-11-19 20:48:11 UTC (rev 2015)
@@ -271,6 +271,10 @@
          p != parameters.tangential_velocity_boundary_indicators.end();
          ++p)
       open_velocity_boundary_indicators.erase (*p);
+//TODO: The "correct" condition would be to not do the correction for compressible
+    // models if there are either open boundaries, or if there are boundaries
+    // where the prescribed velocity is so that in- and outflux do not exactly
+    // match
     do_pressure_rhs_compatibility_modification = (material_model->is_compressible()
                                                   &&
                                                   (parameters.prescribed_velocity_boundary_indicators.size() == 0)


More information about the CIG-COMMITS mailing list