[cig-commits] r5167 - short/3D/PyLith/trunk/libsrc/feassemble
brad at geodynamics.org
brad at geodynamics.org
Tue Oct 31 17:23:13 PST 2006
Author: brad
Date: 2006-10-31 17:23:13 -0800 (Tue, 31 Oct 2006)
New Revision: 5167
Modified:
short/3D/PyLith/trunk/libsrc/feassemble/IntegratorInertia.cc
Log:
Fixed possible bug in setting globalOrder in integrate().
Modified: short/3D/PyLith/trunk/libsrc/feassemble/IntegratorInertia.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/IntegratorInertia.cc 2006-11-01 01:22:46 UTC (rev 5166)
+++ short/3D/PyLith/trunk/libsrc/feassemble/IntegratorInertia.cc 2006-11-01 01:23:13 UTC (rev 5167)
@@ -131,7 +131,8 @@
const ALE::Obj<ALE::Mesh::order_type>& globalOrder =
ALE::New::NumberingFactory<topology_type>::singleton(
topology->debug())->getGlobalOrder(topology, patch,
- "default", fieldIn->getAtlas());
+ fieldIn->getName(),
+ fieldIn->getAtlas());
// Setup symmetric, sparse matrix
// :TODO: This needs to be moved outside Integrator object, because
More information about the cig-commits
mailing list