[cig-commits] r8972 - short/3D/PyLith/trunk/libsrc/bc

willic3 at geodynamics.org willic3 at geodynamics.org
Wed Dec 26 18:08:50 PST 2007


Author: willic3
Date: 2007-12-26 18:08:49 -0800 (Wed, 26 Dec 2007)
New Revision: 8972

Modified:
   short/3D/PyLith/trunk/libsrc/bc/Neumann.cc
Log:
No error for calling integrateJacobian, which is not relevant for
traction BC.



Modified: short/3D/PyLith/trunk/libsrc/bc/Neumann.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/Neumann.cc	2007-12-26 22:13:49 UTC (rev 8971)
+++ short/3D/PyLith/trunk/libsrc/bc/Neumann.cc	2007-12-27 02:08:49 UTC (rev 8972)
@@ -320,11 +320,11 @@
 // Integrate contributions to Jacobian matrix (A) associated with
 void
 pylith::bc::Neumann::integrateJacobian(PetscMat* mat,
-				       const double t,
-				       topology::FieldsManager* const fields,
-				       const ALE::Obj<Mesh>& mesh)
+ 				       const double t,
+ 				       topology::FieldsManager* const fields,
+ 				       const ALE::Obj<Mesh>& mesh)
 { // integrateJacobian
-  throw std::logic_error("Not implemented.");
+//  throw std::logic_error("Not implemented.");
 } // integrateJacobian
 
 // ----------------------------------------------------------------------



More information about the cig-commits mailing list