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

brad at geodynamics.org brad at geodynamics.org
Wed Feb 7 09:00:00 PST 2007


Author: brad
Date: 2007-02-07 09:00:00 -0800 (Wed, 07 Feb 2007)
New Revision: 5975

Modified:
   short/3D/PyLith/trunk/libsrc/feassemble/DynExplicitElasticity.hh
   short/3D/PyLith/trunk/libsrc/feassemble/Integrator.hh
   short/3D/PyLith/trunk/libsrc/feassemble/IntegratorDynExplicit.hh
Log:
Added more comments.

Modified: short/3D/PyLith/trunk/libsrc/feassemble/DynExplicitElasticity.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/DynExplicitElasticity.hh	2007-02-07 16:55:34 UTC (rev 5974)
+++ short/3D/PyLith/trunk/libsrc/feassemble/DynExplicitElasticity.hh	2007-02-07 17:00:00 UTC (rev 5975)
@@ -16,6 +16,10 @@
  * @brief Explicit time integration of dynamic elasticity equation
  * using finite-elements.
  *
+ * Note: This object operates on a single finite-element family, which
+ * is defined by the quadrature and a database of material property
+ * parameters.
+ *
  * Computes terms A and b in A(t) u(t+dt) = b(u(t), u(t-dt)), where
  * A(t) is a sparse matrix or vector, u(t+dt) is the field we want to
  * compute at time t+dt and b is a vector that depends on the field at

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Integrator.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Integrator.hh	2007-02-07 16:55:34 UTC (rev 5974)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Integrator.hh	2007-02-07 17:00:00 UTC (rev 5975)
@@ -13,7 +13,12 @@
 /**
  * @file pylith/feassemble/Integrator.hh
  *
- * @brief Abstract base class for integration of finite-element actions.
+ * @brief Abstract base class for integration of finite-element
+ * actions.
+ *
+ * Note: Each object operates on a single finite-element family, which
+ * is defined by the quadrature and a database of material property
+ * parameters.
  */
 
 #if !defined(pylith_feassemble_integrator_hh)

Modified: short/3D/PyLith/trunk/libsrc/feassemble/IntegratorDynExplicit.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/IntegratorDynExplicit.hh	2007-02-07 16:55:34 UTC (rev 5974)
+++ short/3D/PyLith/trunk/libsrc/feassemble/IntegratorDynExplicit.hh	2007-02-07 17:00:00 UTC (rev 5975)
@@ -16,6 +16,10 @@
  * @brief Abstract base class for explicit time integration of
  * finite-element actions.
  *
+ * Note: This object operates on a single finite-element family, which
+ * is defined by the quadrature and a database of material property
+ * parameters.
+ *
  * Computes terms A and b in A(t) u(t+dt) = b(u(t), u(t-dt)), where
  * A(t) is a sparse matrix or vector, u(t+dt) is the field we want to
  * compute at time t+dt and b is a vector that depends on the field at



More information about the cig-commits mailing list