[cig-commits] r17267 - in short/3D/PyLith/trunk/libsrc: . topology

brad at geodynamics.org brad at geodynamics.org
Wed Oct 13 22:05:36 PDT 2010


Author: brad
Date: 2010-10-13 22:05:36 -0700 (Wed, 13 Oct 2010)
New Revision: 17267

Modified:
   short/3D/PyLith/trunk/libsrc/Makefile.am
   short/3D/PyLith/trunk/libsrc/topology/Makefile.am
   short/3D/PyLith/trunk/libsrc/topology/topologyfwd.hh
Log:
Started work on uniform refinement for quad4 cells.

Modified: short/3D/PyLith/trunk/libsrc/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/libsrc/Makefile.am	2010-10-13 22:31:27 UTC (rev 17266)
+++ short/3D/PyLith/trunk/libsrc/Makefile.am	2010-10-14 05:05:36 UTC (rev 17267)
@@ -141,10 +141,12 @@
 
 # TEMPORARY
 libpylith_la_SOURCES += \
+	topology/RefineEdges2.cc \
 	topology/CellRefinerTri3.cc \
 	topology/CellRefinerTet4.cc \
-	topology/MeshOrder.cc \
-	topology/RefineEdges2.cc
+	topology/RefineFace4Edges2.cc \
+	topology/CellRefinerQuad4.cc \
+	topology/MeshOrder.cc
 
 
 libpylith_la_LDFLAGS = $(AM_LDFLAGS) $(PYTHON_LA_LDFLAGS)

Modified: short/3D/PyLith/trunk/libsrc/topology/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/Makefile.am	2010-10-13 22:31:27 UTC (rev 17266)
+++ short/3D/PyLith/trunk/libsrc/topology/Makefile.am	2010-10-14 05:05:36 UTC (rev 17267)
@@ -50,10 +50,12 @@
 noinst_HEADERS += \
 	MeshRefiner.hh \
 	MeshRefiner.cc \
+	RefineEdges2.hh \
 	CellRefinerTri3.hh \
 	CellRefinerTet4.hh \
-	MeshOrder.hh \
-	RefineEdges2.hh
+	RefineFace4Edges2.hh \
+	CellRefinerQuad4.hh \
+	MeshOrder.hh
 
 
 # export

Modified: short/3D/PyLith/trunk/libsrc/topology/topologyfwd.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/topologyfwd.hh	2010-10-13 22:31:27 UTC (rev 17266)
+++ short/3D/PyLith/trunk/libsrc/topology/topologyfwd.hh	2010-10-14 05:05:36 UTC (rev 17267)
@@ -38,6 +38,10 @@
   class RefineEdges2;
   class CellRefinerTri3;
   class CellRefinerTet4;
+
+  class RefineFace4Edges2;
+  class CellRefinerQuad4;
+
   class MeshOrder;
 } // ALE
 



More information about the CIG-COMMITS mailing list