[cig-commits] r21515 - short/3D/PyLith/trunk/libsrc/pylith/topology
brad at geodynamics.org
brad at geodynamics.org
Tue Mar 12 16:04:31 PDT 2013
Author: brad
Date: 2013-03-12 16:04:31 -0700 (Tue, 12 Mar 2013)
New Revision: 21515
Modified:
short/3D/PyLith/trunk/libsrc/pylith/topology/topologyfwd.hh
Log:
Added MatVisitorMesh and MatVisitorSubMesh. Reorganized visitor headers into VisitorMesh.hh and VisitorSubMesh.hh.
Modified: short/3D/PyLith/trunk/libsrc/pylith/topology/topologyfwd.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/pylith/topology/topologyfwd.hh 2013-03-12 23:04:09 UTC (rev 21514)
+++ short/3D/PyLith/trunk/libsrc/pylith/topology/topologyfwd.hh 2013-03-12 23:04:31 UTC (rev 21515)
@@ -56,8 +56,6 @@
class SubMesh;
class MeshOps;
class CoordsVisitor;
- class MeshVisitor;
- class SubMeshVisitor;
class SubMeshIS;
class Stratum;
class StratumIS;
@@ -65,10 +63,14 @@
class FieldBase;
template<typename mesh_type> class Field;
template<typename field_type> class Fields;
+ class VecVisitorMesh;
+ class VecVisitorSubMesh;
class SolutionFields;
class Jacobian;
+ class MatVisitorMesh;
+ class MatVisitorSubMesh;
class Distributor;
More information about the CIG-COMMITS
mailing list