[cig-commits] r12915 - short/3D/PyLith/trunk/libsrc/feassemble

brad at geodynamics.org brad at geodynamics.org
Thu Sep 18 14:34:10 PDT 2008


Author: brad
Date: 2008-09-18 14:34:10 -0700 (Thu, 18 Sep 2008)
New Revision: 12915

Modified:
   short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicit.cc
Log:
Added comment that Matt added to ElasticityImplicit.cc.

Modified: short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicit.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicit.cc	2008-09-18 21:22:18 UTC (rev 12914)
+++ short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicit.cc	2008-09-18 21:34:10 UTC (rev 12915)
@@ -266,6 +266,7 @@
 
   const ALE::Obj<Mesh::order_type>& globalOrder = mesh->getFactory()->getGlobalOrder(mesh, "default", dispT);
   assert(!globalOrder.isNull());
+  // We would need to request unique points here if we had an interpolated mesh
   visitor_type iV(*dispT, *globalOrder, (int) pow(mesh->getSieve()->getMaxConeSize(), mesh->depth())*spaceDim);
 
   int c_index = 0;



More information about the cig-commits mailing list