[cig-commits] r19590 - short/3D/PyLith/trunk/modulesrc/materials

willic3 at geodynamics.org willic3 at geodynamics.org
Mon Feb 6 17:18:21 PST 2012


Author: willic3
Date: 2012-02-06 17:18:20 -0800 (Mon, 06 Feb 2012)
New Revision: 19590

Modified:
   short/3D/PyLith/trunk/modulesrc/materials/materials.i
Log:
Forgot to update materials.i for Drucker-Prager Plane Strain.



Modified: short/3D/PyLith/trunk/modulesrc/materials/materials.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/materials/materials.i	2012-02-07 00:56:31 UTC (rev 19589)
+++ short/3D/PyLith/trunk/modulesrc/materials/materials.i	2012-02-07 01:18:20 UTC (rev 19590)
@@ -39,6 +39,7 @@
 #include "pylith/materials/GenMaxwellQpQsIsotropic3D.hh"
 #include "pylith/materials/PowerLaw3D.hh"
 #include "pylith/materials/DruckerPrager3D.hh"
+#include "pylith/materials/DruckerPragerPlaneStrain.hh"
 
 #include "pylith/utils/arrayfwd.hh"
 #include "pylith/utils/sievetypes.hh"
@@ -82,6 +83,7 @@
 %include "GenMaxwellQpQsIsotropic3D.i"
 %include "PowerLaw3D.i"
 %include "DruckerPrager3D.i"
+%include "DruckerPragerPlaneStrain.i"
 
 
 // End of file



More information about the CIG-COMMITS mailing list