[MOAB-dev] r4983 - in MOAB/trunk: MeshFiles/unittest src src/moab test
iulian at mcs.anl.gov
iulian at mcs.anl.gov
Thu Jun 9 12:29:55 CDT 2011
Author: iulian
Date: 2011-06-09 12:29:55 -0500 (Thu, 09 Jun 2011)
New Revision: 4983
Added:
MOAB/trunk/MeshFiles/unittest/BedCrop2.h5m
MOAB/trunk/MeshFiles/unittest/SECrop2.h5m
MOAB/trunk/MeshFiles/unittest/poly14.txt
MOAB/trunk/test/crop_vol_test.cpp
Modified:
MOAB/trunk/MeshFiles/unittest/Makefile.am
MOAB/trunk/src/FBEngine.cpp
MOAB/trunk/src/GeomTopoTool.cpp
MOAB/trunk/src/moab/FBEngine.hpp
MOAB/trunk/src/moab/GeomTopoTool.hpp
MOAB/trunk/test/Makefile.am
MOAB/trunk/test/gttool_test.cpp
MOAB/trunk/test/mbfacet_test.cpp
Log:
first pass at creating volumes in mesh-based geometry
fix (another) bug in splitting surfaces. it is probably the zillionth
the separate method should be improved in the advancing front part (it is
too slow)
the lifecycle of smooth surfaces / edges should be fixed
Any time a splitting/cropping operation is involved, the smoothing needs
to be fixed/recomputed.
some reordering/compacting would help too
Added: MOAB/trunk/MeshFiles/unittest/BedCrop2.h5m
===================================================================
(Binary files differ)
Property changes on: MOAB/trunk/MeshFiles/unittest/BedCrop2.h5m
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: MOAB/trunk/MeshFiles/unittest/Makefile.am
===================================================================
--- MOAB/trunk/MeshFiles/unittest/Makefile.am 2011-06-09 17:11:24 UTC (rev 4982)
+++ MOAB/trunk/MeshFiles/unittest/Makefile.am 2011-06-09 17:29:55 UTC (rev 4983)
@@ -24,5 +24,8 @@
partBed.smf \
PB.h5m \
polyPB.txt \
- quads.h5m
+ quads.h5m \
+ SECrop2.h5m \
+ poly14.txt \
+ BedCrop2.h5m
Added: MOAB/trunk/MeshFiles/unittest/SECrop2.h5m
===================================================================
(Binary files differ)
Property changes on: MOAB/trunk/MeshFiles/unittest/SECrop2.h5m
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: MOAB/trunk/MeshFiles/unittest/poly14.txt
===================================================================
--- MOAB/trunk/MeshFiles/unittest/poly14.txt (rev 0)
+++ MOAB/trunk/MeshFiles/unittest/poly14.txt 2011-06-09 17:29:55 UTC (rev 4983)
@@ -0,0 +1,5 @@
+0. 0. 1. 22
+573021 7.66647e+06 -2000
+588480 7.6749e+06 -2000
+587072 7.67655e+06 -2000
+572575 7.67171e+06 -2000
Modified: MOAB/trunk/src/FBEngine.cpp
===================================================================
--- MOAB/trunk/src/FBEngine.cpp 2011-06-09 17:11:24 UTC (rev 4982)
+++ MOAB/trunk/src/FBEngine.cpp 2011-06-09 17:29:55 UTC (rev 4983)
@@ -411,9 +411,11 @@
More information about the moab-dev
mailing list