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

brad at geodynamics.org brad at geodynamics.org
Fri Oct 10 21:40:22 PDT 2008


Author: brad
Date: 2008-10-10 21:40:22 -0700 (Fri, 10 Oct 2008)
New Revision: 13019

Modified:
   short/3D/PyLith/trunk/libsrc/feassemble/Integrator.icc
Log:
Added setting flag of not needing new Jacobian in default integrateJacobian() and integrateJacobianAssembled().

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Integrator.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Integrator.icc	2008-10-11 01:21:34 UTC (rev 13018)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Integrator.icc	2008-10-11 04:40:22 UTC (rev 13019)
@@ -55,6 +55,7 @@
 				       const double t,
 				       topology::FieldsManager* const fields,
 				       const ALE::Obj<Mesh>& mesh) {
+  _needNewJacobian = false;
 } // integrateJacobian
 
 // Integrate contributions to residual term (r) for operator that
@@ -67,6 +68,7 @@
 				topology::FieldsManager* const fields,
 				const ALE::Obj<Mesh>& mesh,
 				const spatialdata::geocoords::CoordSys* cs) {
+  _needNewJacobian = false;
 } // integrateResidualAssembled
 
 // Integrate contributions to Jacobian matrix (A) associated with



More information about the cig-commits mailing list