[cig-commits] r15284 - in short/3D/PyLith/trunk/modulesrc: include materials

brad at geodynamics.org brad at geodynamics.org
Mon Jun 15 16:33:57 PDT 2009


Author: brad
Date: 2009-06-15 16:33:56 -0700 (Mon, 15 Jun 2009)
New Revision: 15284

Added:
   short/3D/PyLith/trunk/modulesrc/include/Makefile.am
Modified:
   short/3D/PyLith/trunk/modulesrc/materials/ElasticIsotropic3D.i
   short/3D/PyLith/trunk/modulesrc/materials/ElasticPlaneStrain.i
   short/3D/PyLith/trunk/modulesrc/materials/ElasticPlaneStress.i
   short/3D/PyLith/trunk/modulesrc/materials/ElasticStrain1D.i
   short/3D/PyLith/trunk/modulesrc/materials/ElasticStress1D.i
   short/3D/PyLith/trunk/modulesrc/materials/GenMaxwellIsotropic3D.i
   short/3D/PyLith/trunk/modulesrc/materials/Material.i
   short/3D/PyLith/trunk/modulesrc/materials/MaxwellIsotropic3D.i
   short/3D/PyLith/trunk/modulesrc/materials/PowerLaw3D.i
Log:
Added missing namespace identifier.

Added: short/3D/PyLith/trunk/modulesrc/include/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/modulesrc/include/Makefile.am	                        (rev 0)
+++ short/3D/PyLith/trunk/modulesrc/include/Makefile.am	2009-06-15 23:33:56 UTC (rev 15284)
@@ -0,0 +1,25 @@
+# -*- Makefile -*-
+#
+# ----------------------------------------------------------------------
+#
+#                           Brad T. Aagaard
+#                        U.S. Geological Survey
+#
+# <LicenseText>
+#
+# ----------------------------------------------------------------------
+#
+
+subpackage = swig/include
+include $(top_srcdir)/subpackage.am
+
+dist_subpkgdata_DATA = \
+	numpy.i \
+	chararray.i \
+	doublearray.i \
+	eqkinsrcarray.i \
+	integratorarray.i \
+	submeshfield.i
+
+
+# End of file 

Modified: short/3D/PyLith/trunk/modulesrc/materials/ElasticIsotropic3D.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/materials/ElasticIsotropic3D.i	2009-06-15 23:30:06 UTC (rev 15283)
+++ short/3D/PyLith/trunk/modulesrc/materials/ElasticIsotropic3D.i	2009-06-15 23:33:56 UTC (rev 15284)
@@ -52,7 +52,7 @@
        * @param dbValues Array of database values.
        */
       void _dbToProperties(double* const propValues,
-			   const double_array& dbValues) const;
+			   const pylith::double_array& dbValues) const;
 
       /** Nondimensionalize properties.
        *

Modified: short/3D/PyLith/trunk/modulesrc/materials/ElasticPlaneStrain.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/materials/ElasticPlaneStrain.i	2009-06-15 23:30:06 UTC (rev 15283)
+++ short/3D/PyLith/trunk/modulesrc/materials/ElasticPlaneStrain.i	2009-06-15 23:33:56 UTC (rev 15284)
@@ -52,7 +52,7 @@
        * @param dbValues Array of database values.
        */
       void _dbToProperties(double* const propValues,
-			   const double_array& dbValues) const;
+			   const pylith::double_array& dbValues) const;
 
       /** Nondimensionalize properties.
        *

Modified: short/3D/PyLith/trunk/modulesrc/materials/ElasticPlaneStress.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/materials/ElasticPlaneStress.i	2009-06-15 23:30:06 UTC (rev 15283)
+++ short/3D/PyLith/trunk/modulesrc/materials/ElasticPlaneStress.i	2009-06-15 23:33:56 UTC (rev 15284)
@@ -52,7 +52,7 @@
        * @param dbValues Array of database values.
        */
       void _dbToProperties(double* const propValues,
-			   const double_array& dbValues) const;
+			   const pylith::double_array& dbValues) const;
 
       /** Nondimensionalize properties.
        *

Modified: short/3D/PyLith/trunk/modulesrc/materials/ElasticStrain1D.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/materials/ElasticStrain1D.i	2009-06-15 23:30:06 UTC (rev 15283)
+++ short/3D/PyLith/trunk/modulesrc/materials/ElasticStrain1D.i	2009-06-15 23:33:56 UTC (rev 15284)
@@ -52,7 +52,7 @@
        * @param dbValues Array of database values.
        */
       void _dbToProperties(double* const propValues,
-			   const double_array& dbValues) const;
+			   const pylith::double_array& dbValues) const;
       
       /** Nondimensionalize properties.
        *

Modified: short/3D/PyLith/trunk/modulesrc/materials/ElasticStress1D.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/materials/ElasticStress1D.i	2009-06-15 23:30:06 UTC (rev 15283)
+++ short/3D/PyLith/trunk/modulesrc/materials/ElasticStress1D.i	2009-06-15 23:33:56 UTC (rev 15284)
@@ -52,7 +52,7 @@
        * @param dbValues Array of database values.
        */
       void _dbToProperties(double* const propValues,
-			   const double_array& dbValues) const;
+			   const pylith::double_array& dbValues) const;
       
       /** Nondimensionalize properties.
        *

Modified: short/3D/PyLith/trunk/modulesrc/materials/GenMaxwellIsotropic3D.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/materials/GenMaxwellIsotropic3D.i	2009-06-15 23:30:06 UTC (rev 15283)
+++ short/3D/PyLith/trunk/modulesrc/materials/GenMaxwellIsotropic3D.i	2009-06-15 23:33:56 UTC (rev 15284)
@@ -54,7 +54,7 @@
        * @param dbValues Array of database values.
        */
       void _dbToProperties(double* const propValues,
-			   const double_array& dbValues) const;
+			   const pylith::double_array& dbValues) const;
       
       /** Nondimensionalize properties.
        *
@@ -78,7 +78,7 @@
        * @param dbValues Array of database values.
        */
       void _dbToStateVars(double* const stateValues,
-			  const double_array& dbValues) const;
+			  const pylith::double_array& dbValues) const;
       
       /** Compute density from properties.
        *

Modified: short/3D/PyLith/trunk/modulesrc/materials/Material.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/materials/Material.i	2009-06-15 23:30:06 UTC (rev 15283)
+++ short/3D/PyLith/trunk/modulesrc/materials/Material.i	2009-06-15 23:33:56 UTC (rev 15284)
@@ -151,7 +151,7 @@
        */
       virtual
       void _dbToProperties(double* const propValues,
-			   const double_array& dbValues) const = 0;
+			   const pylith::double_array& dbValues) const = 0;
       
       /** Nondimensionalize properties.
        *

Modified: short/3D/PyLith/trunk/modulesrc/materials/MaxwellIsotropic3D.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/materials/MaxwellIsotropic3D.i	2009-06-15 23:30:06 UTC (rev 15283)
+++ short/3D/PyLith/trunk/modulesrc/materials/MaxwellIsotropic3D.i	2009-06-15 23:33:56 UTC (rev 15284)
@@ -54,7 +54,7 @@
        * @param dbValues Array of database values.
        */
       void _dbToProperties(double* const propValues,
-			   const double_array& dbValues) const;
+			   const pylith::double_array& dbValues) const;
       
       /** Nondimensionalize properties.
        *
@@ -78,7 +78,7 @@
        * @param dbValues Array of database values.
        */
       void _dbToStateVars(double* const stateValues,
-			  const double_array& dbValues) const;
+			  const pylith::double_array& dbValues) const;
       
       // Note: We do not need to dimensionalize or nondimensionalize state
       // variables because there are strains, which are dimensionless.

Modified: short/3D/PyLith/trunk/modulesrc/materials/PowerLaw3D.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/materials/PowerLaw3D.i	2009-06-15 23:30:06 UTC (rev 15283)
+++ short/3D/PyLith/trunk/modulesrc/materials/PowerLaw3D.i	2009-06-15 23:33:56 UTC (rev 15284)
@@ -54,7 +54,7 @@
        * @param dbValues Array of database values.
        */
       void _dbToProperties(double* const propValues,
-			   const double_array& dbValues) const;
+			   const pylith::double_array& dbValues) const;
       
       /** Nondimensionalize properties.
        *
@@ -78,7 +78,7 @@
        * @param dbValues Array of database values.
        */
       void _dbToStateVars(double* const stateValues,
-			  const double_array& dbValues) const;
+			  const pylith::double_array& dbValues) const;
       
       /** Nondimensionalize state variables..
        *



More information about the CIG-COMMITS mailing list