Timeline


and .

12/02/08:

23:45 Changeset [2300] by kraftche
Try to clean up help: o Re-write and/or reformat much of help text for …
23:42 Changeset [2299] by kraftche
add missing macro
18:21 Changeset [2298] by tautges
Fixing CGMApp::delete_instance to set instance to NULL after deleting it, …
14:14 Changeset [2297] by janehu
Changes to fix the nightly test problem. will continue to test on …
14:11 Changeset [2296] by janehu
Changed the method to create ellipse, make more sense of the input …
10:44 Changeset [2295] by janehu
Added section funtion on the readme file.
00:26 Changeset [2294] by dcthomp
BUG: Use "unsigned char" in MBProcessSet iteration to properly handle …

12/01/08:

14:16 Changeset [2293] by janehu
modified to reflect the correct free_entities after a body deletion …
14:15 Changeset [2292] by janehu
Fixed the problem of keeping old coedges undeleted problem for geometry …

11/28/08:

17:06 Changeset [2291] by dcthomp
COMP: Keep the CMake build working.

11/26/08:

17:36 Changeset [2290] by janehu
Partitially fixed the hollow operation to left free-entities after …
13:22 Changeset [2289] by kraftche
Fix a few more buffer overflow vulnerabilities. Specifically, when doing …
12:02 Changeset [2288] by kraftche
o 'print_results' argument to GeometryQueryEngine::import_solid_model is …
10:57 Changeset [2287] by janehu
Modified the file according to changes on OCCModifyEngine.cpp.
10:56 Changeset [2286] by janehu
Modified the hollow operation to create intersect corner as right angle …
10:33 Changeset [2285] by kraftche
read occ input file from ../test/

11/25/08:

13:29 Changeset [2284] by dcthomp
ENH: Checkpoint of a skeleton for implementing swept element sequences. …
13:14 Changeset [2283] by tautges
Changes to prepare for reading parallel file info.
09:51 Changeset [2282] by kraftche
only initialize CGM once

11/24/08:

13:08 Changeset [2281] by janehu
Make sure no degenerated curve or surface will generate from …
11:27 Changeset [2280] by janehu
Hollow command left undeletable free entities, debuging on it.
11:24 Changeset [2279] by janehu
Modified to correctly tessellate a curve.
10:03 Changeset [2278] by kraftche
fix building of DagMC against Cubit CGM

11/21/08:

11:08 Changeset [2277] by bmsmith
Fixed intersectEnts call.

11/20/08:

15:17 Changeset [2276] by janehu
Partial fix for user reported error in OCCDrawTool, and some minor …

11/19/08:

13:06 Changeset [2275] by kraftche
o Fix stomping of user-specified LDFLAGS o Fix build under mingw32 …

11/18/08:

15:34 Changeset [2274] by kraftche
fix mismatched 'malloc' with 'delete []'
15:29 Changeset [2273] by kraftche
fix memory corruption in OCCQueryEngine destructor
14:47 Changeset [2272] by janehu
Added test for acr_curve generation from bug report of user.
14:23 Changeset [2271] by janehu
Added section function but not tested yet; Modified make_Curve function to …
13:33 Changeset [2270] by kraftche
o Re-create parallel mesh for each unit test: a) prevents tests from …
13:30 Changeset [2269] by kraftche
track changes to iMeshP.h
12:47 Changeset [2268] by tautges
Add a test which shuts down then re-instantiates cgm.

11/17/08:

11:53 Changeset [2267] by tautges
Adding test file for RPI sms format.
11:53 Changeset [2266] by tautges
Adding reader for RPI Sms files.
11:36 Changeset [2265] by janehu
Remove unnessecary warnings from compiling.

11/15/08:

03:37 Changeset [2264] by kraftche
o Fix bugs when tests are run with an odd number of processors other than …
03:32 Changeset [2263] by kraftche
Add test to check all per-entity sharing data for ghosted entities. **THIS …
03:30 Changeset [2262] by kraftche
fix warnings
02:52 Changeset [2261] by kraftche
fix build issue with cubit
02:50 Changeset [2260] by kraftche
fix another mistake in CGMAInit
01:36 Changeset [2259] by kraftche
o Add '-p' flag to make it easier to attach a debugger to only one of the …
01:33 Changeset [2258] by kraftche
Fix bugs: o Do not try to ghost entities that aren't owned o Not all …

11/14/08:

17:53 Changeset [2257] by kraftche
update for change to iMeshP.h
17:11 Changeset [2256] by kraftche
test iMeshP_pushTags and iMeshP_pushTagsEnt
17:11 Changeset [2255] by kraftche
Fix bugs exchanging tag data (in my new code, not the original): o send …
15:40 Changeset [2254] by kraftche
minor error in previous checkin
15:38 Changeset [2253] by kraftche
o Fix incorrect buffer size in MBParallelComm::exchange_tasg o Split …
15:20 Changeset [2252] by kraftche
fix mistake in code to enable iMeshP parallel read that broke parallel any …
15:14 Changeset [2251] by kraftche
fix abort() when communicating higher-order elements
13:43 Changeset [2250] by kraftche
update for changes to cgm.make.in and InitCGMA
13:42 Changeset [2249] by kraftche
fix typo
12:29 Changeset [2248] by kraftche
Fix issues initializing cubit-based CGMA: o Fix segfault trying to set …
12:27 Changeset [2247] by kraftche
fix link flags for tests, and run webcut test for cubit-based build
12:12 Changeset [2246] by kraftche
fix issues building with Cubit

11/13/08:

21:24 Changeset [2245] by kraftche
o Consolidate some test code o Group utility methods together o Test …
21:22 Changeset [2244] by kraftche
fix minor bugs
17:37 Changeset [2243] by kraftche
implement test for iMeshP_getEntStatus and iMeshP_getEntStatusArr
16:43 Changeset [2242] by kraftche
clean up temporary files
16:39 Changeset [2241] by kraftche
fix bug getting owner of entity shared amongst more than 2 processors
15:01 Changeset [2240] by kraftche
fix more bugs: all implemented iMeshP unit tests except one now pass when …
14:01 Changeset [2239] by kraftche
fix bug getting entity owner. All implemented unit tests for iMeshP now …
13:28 Changeset [2238] by kraftche
add some utility code for attaching a debugger to only one proc and fix …
13:27 Changeset [2237] by kraftche
sync with latest iMeshP.h
12:35 Changeset [2236] by kraftche
o Fix an earlier checkin of mine that completely broke iMesh iterators …
09:32 Changeset [2235] by kraftche
remove input part from list of neighbors

11/12/08:

21:50 Changeset [2234] by kraftche
Adding an (incomplete) collection of unit tests for iMeshP.h. All …
21:48 Changeset [2233] by kraftche
o Fix bug in iMeshP_createPartitionAll o Implement …
21:42 Changeset [2232] by kraftche
fix bug passing file load options through iMesh interface
21:40 Changeset [2231] by kraftche
Add new read option 'PCOMM' used to specify which MBParallelComm instance …
21:39 Changeset [2230] by kraftche
minor efficiency improvement: don't search RangeMap? for zero-values
21:38 Changeset [2229] by kraftche
Add default PARALLEL mode if option is specified with no value
21:38 Changeset [2228] by kraftche
o Add function to get MBParallelComm ID o Add function to get all …
20:45 Changeset [2227] by kraftche
fix bug: need to set array values before passing to MPI_Allgatherv
14:12 Changeset [2226] by janehu
changed to untight the bounding box requirement to make the testgeom.cc …
11:22 Changeset [2225] by janehu
removed warnings for several files.

11/11/08:

15:16 Changeset [2224] by janehu
When geometryQueryTool passes angle for rotate, it passed degree instead …

11/07/08:

16:02 Changeset [2223] by janehu
removed duplication of include file in iGeom_CGMA.cc and updated testgeom …
12:42 Changeset [2222] by kraftche
Fix bugs in iMesh_getEntArrAdj: - Do not return faces when asked for …
09:26 Changeset [2221] by kraftche
fix test build issue

11/06/08:

15:55 Changeset [2220] by janehu
updated modify.cpp according to creation changes.
15:54 Changeset [2219] by janehu
Changed primitive creation function for bricks, cylinders, etc to centered …
12:06 Changeset [2218] by kraftche
register VG attributes during initialization

11/05/08:

13:25 Changeset [2217] by kraftche
o Remove InitCGMA::initialize_engine(const char*). o Make …
12:36 Changeset [2216] by kraftche
fix typo and return non-zero exit code if tests fail
12:33 Changeset [2215] by kraftche
fix bug in previous checkin
12:28 Changeset [2214] by kraftche
sync with Tim's latest configure.in changes
12:25 Changeset [2213] by kraftche
Build testgeom with ACIS, build testgeom_occ with OCC
12:24 Changeset [2212] by kraftche
Allow 'engine=ACIS' or 'engine=OCC' in iGeom_newGeom options
12:19 Changeset [2211] by kraftche
Choose default engine if initialize_engine is called with NULL engine …
09:30 Changeset [2210] by janehu
beforesub.occ is local generated file, so argument should be true.

11/04/08:

13:15 Changeset [2209] by kraftche
iMeshP_loadFile & iMeshP_saveFile
11:42 Changeset [2208] by janehu
Fixed for night testing failure for reading import file.changed the …
09:18 Changeset [2207] by kraftche
add special case for root set to isEntArrContained

11/03/08:

16:15 Changeset [2206] by kraftche
sync up with iMeshP.h from RPI repo
16:08 Changeset [2205] by kraftche
Implement all query functions of iMeshP interface (except those related to …
16:05 Changeset [2204] by kraftche
o Remove declaration of function with no implementation o Add part-based …
16:04 Changeset [2203] by kraftche
Add iMesh_isEntArrContained as proposed in ITAPS mailing list. (Adding it …
13:59 Changeset [2202] by tautges
Use variable expansion trick to expand variables for ITAPS_LIBTOOL_VAR …
13:45 Changeset [2201] by janehu
Added returning body for the sweep_along_curve interface in geom level and …
13:08 Changeset [2200] by janehu
Added document on CGM on OCC capabilities.
10:25 Changeset [2199] by tautges
- changed 'WITH_OCC' to 'build_OCC' to make consistent with ACIS - added …
09:57 Changeset [2198] by tautges
- Included several $(HAVE_OCC)'s in DEFS in several subdirs (Jason, …
09:36 Changeset [2197] by kraftche
fix minor errors introduced with earlier configure changes
08:32 Changeset [2196] by kraftche
fix failing 'make dist': don't try to include test executable in tarball
08:28 Changeset [2195] by kraftche
Fix test: o Look in corret place for input file when compiling in …
08:22 Changeset [2194] by kraftche
add missing LD_FLAGS for test_occ
00:52 CGM edited by anonymous
(diff)
Note: See TracTimeline for information about the timeline view.