[cig-commits] r21658 - short/3D/PyLith/trunk/libsrc/pylith/topology

brad at geodynamics.org brad at geodynamics.org
Wed Mar 27 13:03:08 PDT 2013


Author: brad
Date: 2013-03-27 13:03:07 -0700 (Wed, 27 Mar 2013)
New Revision: 21658

Modified:
   short/3D/PyLith/trunk/libsrc/pylith/topology/VisitorMesh.hh
Log:
Remove obsolete methods.

Modified: short/3D/PyLith/trunk/libsrc/pylith/topology/VisitorMesh.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/pylith/topology/VisitorMesh.hh	2013-03-27 20:02:49 UTC (rev 21657)
+++ short/3D/PyLith/trunk/libsrc/pylith/topology/VisitorMesh.hh	2013-03-27 20:03:07 UTC (rev 21658)
@@ -87,16 +87,23 @@
    */
   PetscVec localVec(void) const;
 
-  /** Get fiber dimension of coordinates for point.
+  /** Get fiber dimension for values at point.
    *
    * @param point Point in mesh.
    * @returns Fiber dimension.
    */
   PetscInt sectionDof(const PetscInt point) const;
 
-  /** Get offset into coordinates array for point.
+  /** Get fiber dimension for constraints at point.
    *
    * @param point Point in mesh.
+   * @returns Fiber dimension.
+   */
+  PetscInt sectionConstraintDof(const PetscInt point) const;
+
+  /** Get offset into values array for point.
+   *
+   * @param point Point in mesh.
    * @returns Offset.
    */
   PetscInt sectionOffset(const PetscInt point) const;
@@ -182,30 +189,6 @@
   /// Clear cached data.
   void clear(void);
   
-  /** Get array of values associated with closure.
-   *
-   * @pre Must be followed by call to getClosure().
-   *
-   * @param valuesCell Array of values for cell.
-   * @param valuesSize Size of values array.
-   * @param cell Finite-element cell.
-   */
-  void getClosure(PetscScalar** valuesCell,
-		  PetscInt* valuesSize,
-		  const PetscInt cell) const;
-
-  /** Restore array of values associated with closure.
-   *
-   * @pre Must be preceded by call to getClosure().
-   *
-   * @param valuesCell Array of values for cell.
-   * @param valuesSize Size of values array.
-   * @param cell Finite-element cell.
-   */
-  void restoreClosure(PetscScalar** valuesCell,
-		      PetscInt* valuesSize,
-		      const PetscInt cell) const;
-
   /** Set values associated with closure.
    *
    * @param valuesCell Array of values for cell.



More information about the CIG-COMMITS mailing list