[cig-commits] r16047 - short/3D/PyLith/branches/pylith-friction/libsrc/feassemble

brad at geodynamics.org brad at geodynamics.org
Sat Nov 28 14:18:31 PST 2009


Author: brad
Date: 2009-11-28 14:18:31 -0800 (Sat, 28 Nov 2009)
New Revision: 16047

Modified:
   short/3D/PyLith/branches/pylith-friction/libsrc/feassemble/IntegratorElasticity.hh
Log:
Added virtual modifier to strain/stress functions so large deformation functions are used when appropriate.

Modified: short/3D/PyLith/branches/pylith-friction/libsrc/feassemble/IntegratorElasticity.hh
===================================================================
--- short/3D/PyLith/branches/pylith-friction/libsrc/feassemble/IntegratorElasticity.hh	2009-11-28 18:11:07 UTC (rev 16046)
+++ short/3D/PyLith/branches/pylith-friction/libsrc/feassemble/IntegratorElasticity.hh	2009-11-28 22:18:31 UTC (rev 16047)
@@ -138,6 +138,7 @@
    * @param name Name of field to compute ('total-strain' or 'stress')
    * @param fields Manager for solution fields.
    */
+  virtual
   void _calcStrainStressField(topology::Field<topology::Mesh>* field,
 			      const char* name,
 			      topology::SolutionFields* const fields);
@@ -147,6 +148,7 @@
    *
    * @param field Field in which to store stress.
    */
+  virtual
   void _calcStressFromStrain(topology::Field<topology::Mesh>* field);
 			      
 



More information about the CIG-COMMITS mailing list