Timeline


and .

11/02/09:

16:23 Changeset [3264] by kraftche
s/SNL_/FATHOM_/ in autoconf macros
16:18 Changeset [3263] by kraftche
copy MPI config from MOAB
16:13 Changeset [3262] by kraftche
remove incorrect comment
16:13 Changeset [3261] by kraftche
move some logic from common code to MOAB-specific, because it is the …
16:12 Changeset [3260] by kraftche
move some logic from common code to MOAB-specific, because it is the …
16:11 Changeset [3259] by kraftche
rename SNL_* macros to FATHOM_*
16:08 Changeset [3258] by kraftche
In the case where MPICH_IGNORE_CXX_SEEK is not sufficient to enable …
16:06 Changeset [3257] by kraftche
fix parallel test compilation
14:31 Changeset [3256] by kraftche
install MBmpi.h
13:55 Changeset [3255] by kraftche
o Move MPI configuration macros to a separate file o Change all #includes …

10/30/09:

02:09 Changeset [3254] by jvporter
* Fix casts in iGeom_isArrAdj * Fix iteration in iGeom_getArrNrmlSense and …

10/29/09:

17:48 Changeset [3253] by jvporter
Make iGeom_getArrAdj and iGeom_getArr2ndAdj work like their iMesh …
15:52 Changeset [3252] by jvporter
Keep iGeom_getPntArrClsf from jumping up and down on the stack.
15:17 Changeset [3251] by tautges
Adding the file I'd fogotten to commit, thanks Jed.
13:49 Changeset [3250] by tautges
MBCore: using swap instead of '=' for range copy, for efficiency parallel: …

10/28/09:

16:26 Changeset [3249] by kraftche
add MPI_Init and MPI_Finalize calls
16:26 Changeset [3248] by kraftche
fix C++ syntax in C file
13:21 Ticket #37 (Bug: MBInterface::merge_entities) created by bmsmith
The merge_entities function can merge an entity to itself if the …

10/27/09:

12:31 Ticket #36 ('make check' fails when building CGM with MPI and Cubit) created by smithrm
I built CGM with MPI and Cubit using the following configuration flags: …
10:43 Changeset [3247] by hongjun
o include "plibs" directory for public mesh library o If "TetGen?" library …
10:31 Changeset [3246] by hongjun
o Public tri/tet mesh library module is added o Makefile, test file for …

10/26/09:

20:30 Changeset [3245] by bmsmith
-bug fix: Make sure to set mFlags in MBMeshSet::set_flags -bug fix: Swap …
13:58 Changeset [3244] by jvporter
Fix segfault in iGeom_getArrTolerance
10:42 Changeset [3243] by bmsmith
Add interface function to change the options of a meshset.
09:36 Changeset [3242] by hongjun
o Default o/p file changed to .h5m o Added get elems routine before …

10/24/09:

11:51 Ticket #35 (MOAB parallel memory leak) created by tautges
Hi Tim: I misspoke - there is a memory leak. I've tried running with the …

10/22/09:

12:13 Changeset [3241] by bmsmith
Undo previous commit to the wrong repo
11:51 Changeset [3240] by bmsmith
-Fix a bug in which a skin vert is inserted into a curve in t_joint. Tris …

10/21/09:

22:58 Changeset [3239] by tautges
sixth: turning on entity merging. CopyMesh?: resetting error flag after …

10/20/09:

18:28 Changeset [3238] by kraftche
fix bug in iMesh_rmvEntSet
18:27 Changeset [3237] by kraftche
add regressesion test for bug found by Jim
17:18 Changeset [3236] by tautges
Adding code to get vertices from entities, and changing getEntities back …
16:52 Changeset [3235] by hongjun
o Changes relate to EntityHandle? and EntitySetHandle? o Changed …
14:41 Changeset [3234] by hongjun
o test plibs Makefile is removed
14:29 Changeset [3233] by hongjun
o test tool plibs is removed
14:12 Changeset [3232] by hongjun
o MBMatrix3.hpp is installed to MOAB header directory by default o defined …
12:13 CGM edited by tautges
(diff)
10:26 Changeset [3231] by hongjun
o added test file for CutCellMesh?_test
08:47 Changeset [3230] by kraftche
add missing include
08:47 Changeset [3229] by kraftche
Fix code that assumes iMesh_processError will update the local *err. Most …

10/19/09:

21:00 Changeset [3228] by kraftche
add missing include
20:59 Changeset [3227] by kraftche
remove windows-style caridge returns at line ends
20:57 Changeset [3226] by kraftche
o add missing includes o fix potential buffer overflow in error handling …
20:55 Changeset [3225] by kraftche
add missing include
19:28 Changeset [3224] by tautges
Adding a comment section at the top telling how to run the program.
18:53 Changeset [3223] by hongjun
o added vector header file for not using dagmc
18:49 Changeset [3222] by hongjun
o check if there is MBMatrix3.hpp for functions of MBOrientedBoxTree.
18:36 Changeset [3221] by tautges
Removing MKVersion.h.in, which is auto-generated now. In sixth, declaring …
18:33 Changeset [3220] by tautges
Adding MBMatrix3 to list of installed headers; it's referenced from an …
18:06 Changeset [3219] by hongjun
o added MKUtil_test case
18:05 Changeset [3218] by hongjun
o added default input for pin217 o added pin1.cub file for test case
17:49 Changeset [3217] by tautges
Putting #include "stdio.h" in AssocPairC.cpp instead of iRel_Lasso.cpp.
17:49 Changeset [3216] by hongjun
o gives a -DMOAB to pin217 test file, when moab library exists o …
17:40 Changeset [3215] by hongjun
o added MKUtils_test.cpp for test
17:39 Changeset [3214] by hongjun
o removed dummy main function o made it in MKUtil_test.cpp
16:18 Changeset [3213] by tautges
Include a format string in a call to sprintf. Add an include (from Jed).
10:07 Changeset [3212] by hongjun
o Changed configure.in to configure.ac, MOAB library is checked o Addeded …

10/18/09:

15:18 Changeset [3211] by tautges
Modified argument processing in rtestc to use brick.cub by default, and to …
14:55 Changeset [3210] by tautges
Updating cgm init process in tests; better reference to .la file in itaps …

10/16/09:

11:44 Changeset [3209] by hongjun
o Dummy main function is added. o Need real implementation.

10/15/09:

23:32 Changeset [3208] by jvporter
In iGeom_getArrTgntU, forward to the XYZ tangent function, not the XYZ …
22:42 Changeset [3207] by kraftche
fix incorrect buffer size from pack_buffer causing segfaults for read with …
22:38 Changeset [3206] by kraftche
replace some macros with inline functions for better debugging (and better …
16:33 Changeset [3205] by jvporter
* Fix size-checking and array allocation in iGeom_getArrNrmlUV

10/14/09:

15:27 Changeset [3204] by jvporter
Add support for iGeom_get(Ent|Arr)UToUV
14:00 Changeset [3203] by jvporter
Add sanity check to iGeom_getFaceType

10/13/09:

17:09 Changeset [3202] by jvporter
Add support for iGeom_getVtx(Arr)ToUV

10/12/09:

16:48 Changeset [3201] by jvporter
Fix iGeom_getNumOfType when type is iBase_ALL_TYPES
14:06 Changeset [3200] by kraftche
Add CMake build support for OCC port
14:06 Changeset [3199] by kraftche
remove unused includes (mostly Cholla stuff)
14:05 Changeset [3198] by kraftche
remove unused code that depends on Cholla stuff (and is probably an …

10/11/09:

01:04 Changeset [3197] by jvporter
Fix array allocation and dimension-checking issues in iGeom_getArrUVtoXYZ

10/09/09:

14:38 Changeset [3196] by jvporter
Make iGeom_getArrXYZtoUV properly allocate uv array

10/08/09:

17:34 Ticket #34 (Resolve shared entities bug in scdtest) created by tautges
From Milad: I've attached the test problem to this email. It includes a …
17:33 Changeset [3195] by tautges
Adding parallel test from Milad showing issues with shared entity …
15:58 Changeset [3194] by tautges
Correcting code which produced lots of warnings about string literals.
15:17 Ticket #33 (Parallel read failure for > 32procs) created by tautges
From Lukasz Kaczmarczyk. Message 1: I run a mesh partitioned for 32 …
14:40 Changeset [3193] by sjackson
Update svn ignore properties on several newer directories

10/06/09:

14:33 Ticket #32 (support writing compressed (szip) HDF5 files) created by kraftche
Provide option to write HDF5 files with SZIP compression.
09:47 Changeset [3192] by bmsmith
Remove code that exists in ReadCGM.
Note: See TracTimeline for information about the timeline view.