[cgma-dev] r5772 - cgm/branches/merge-cubit12.2
janehu at mcs.anl.gov
janehu at mcs.anl.gov
Tue Oct 9 12:08:15 CDT 2012
Author: janehu
Date: 2012-10-09 12:08:15 -0500 (Tue, 09 Oct 2012)
New Revision: 5772
Added:
cgm/branches/merge-cubit12.2/CMakeLists.txt
cgm/branches/merge-cubit12.2/KNOWN_ISSUES
cgm/branches/merge-cubit12.2/LICENSE.CGM
cgm/branches/merge-cubit12.2/Makefile.am
cgm/branches/merge-cubit12.2/README.CGM
cgm/branches/merge-cubit12.2/README.CONFIGURE
cgm/branches/merge-cubit12.2/README.OCC
cgm/branches/merge-cubit12.2/README.OpenCascade
cgm/branches/merge-cubit12.2/cgm.make.in
cgm/branches/merge-cubit12.2/configure.ac
Log:
Move trunk cgm to here, and then move merge-cubit13.1 to trunk.
Added: cgm/branches/merge-cubit12.2/CMakeLists.txt
===================================================================
--- cgm/branches/merge-cubit12.2/CMakeLists.txt (rev 0)
+++ cgm/branches/merge-cubit12.2/CMakeLists.txt 2012-10-09 17:08:15 UTC (rev 5772)
@@ -0,0 +1,5 @@
+
+# do util and geom and test subdirs
+SUBDIRS( util geom test init )
+
+
Added: cgm/branches/merge-cubit12.2/KNOWN_ISSUES
===================================================================
--- cgm/branches/merge-cubit12.2/KNOWN_ISSUES (rev 0)
+++ cgm/branches/merge-cubit12.2/KNOWN_ISSUES 2012-10-09 17:08:15 UTC (rev 5772)
@@ -0,0 +1,27 @@
+This is a list of the known issues with CGM on OCC.For more details please see
+the online ticket system at the MOAB website:
+ https://trac.mcs.anl.gov/projects/ITAPS/wiki
+
+
+
+ID Severity Summary/Details
+=== ======== ===================================================================
+175 critical imprint special cases fail with crash.
+
+176 minor CGM memory leak
+
+178 major Unite function doesn't unite smoothly connected surfaces.
+
+179 major mcnp2cad test suite lat1-7 not working, needs debugging.
+
+180 major There are lots new functions or added functions to exsisting
+ functions requirements to port OCC to cubit12.
+
+181 minor Lack of good cases for testing purpose.
+
+182 minor Dirty geometry/imported geometry is not tested for read/repair yet
+183 minor Don't have proper tool to visualize the TopoDS_Shapes, debugging
+ process is long preparing for graphics to understand the issue
+
+185 major mcnp2cad/tests/INP-torus test case fails on imprinting 2 spline
+ surfaces.
Added: cgm/branches/merge-cubit12.2/LICENSE.CGM
===================================================================
--- cgm/branches/merge-cubit12.2/LICENSE.CGM (rev 0)
+++ cgm/branches/merge-cubit12.2/LICENSE.CGM 2012-10-09 17:08:15 UTC (rev 5772)
@@ -0,0 +1,21 @@
+CGM, the Common Geometry Module, is a code library which provides
+geometry functionality used for mesh generation and other applications.
More information about the cgma-dev
mailing list