Timeline


and .

11/20/09: Yesterday

13:12 Changeset [3380] by kraftche
o Change skinner to use now faster bit tags. Results in better …
13:01 Ticket #140 (query bit tag for multiple entities) closed by kraftche
fixed: Fixed in svn revision 3379
13:00 Changeset [3379] by kraftche
o Allow get/set of bit tags for multiple entities in one call. Bits are …
11:58 Changeset [3378] by kraftche
remove extra include directory from installed iMesh-Defs.inc
11:39 Changeset [3377] by sjackson
Make DagMC check for MB_UNHANDLED_OPTION upon file load, and emit a …
11:22 Changeset [3376] by kraftche
fix bug in mbperf output
11:22 Changeset [3375] by kraftche
more skinning tests
10:01 Changeset [3374] by kraftche
update for MBSkinner API changes

11/19/09:

17:10 Changeset [3373] by kraftche
o New, faster algorithm for skinning using vertex-to-element adjacencies …
17:08 Changeset [3372] by kraftche
fix bug: reversed skin edges are not detected

11/18/09:

15:31 Changeset [3371] by jvporter
Create tag for (more-or-less) complete iMesh/iGeom implementation
15:09 Changeset [3370] by kraftche
change private MBCore::get_vertices into public range-range version of …

11/17/09:

20:31 Changeset [3369] by jvporter
* Rename/simplify some stuff in itaps.helpers * Update documentation
17:54 Changeset [3368] by jvporter
Update documentation
16:58 Changeset [3367] by jvporter
Only enable namedtuple support on Python 2.6+
16:14 Changeset [3366] by jain
16:13 Changeset [3365] by jain
o changed set_DIM = 3
15:30 Changeset [3364] by hongjun
o <algorithm> is included for intel compiler
15:09 Changeset [3363] by jain
o Extrude mesh portion commented out, since some MOAB related error shows …
15:06 Changeset [3362] by jain
14:55 Changeset [3361] by jain
11:11 Changeset [3360] by kraftche
fix bug: createEnt should create lower-dim entities if createEntArr would …
11:07 Changeset [3359] by kraftche
fix bug: iMesh_getEntities does not preserve order for list-type entity …
10:47 Changeset [3358] by kraftche
fix memory corruption when reading h5m file containing many tags
10:18 Changeset [3357] by kraftche
orderd set regression test from Jed Brown

11/16/09:

18:17 Changeset [3356] by jvporter
Use namedtuples for OffsetList? and functions with multiple return values
16:49 Changeset [3355] by kraftche
o Add new error code: MB_UNHANDLED_OPTION o Make MBCore::load_file and …
15:37 Changeset [3354] by jain
o Added new input parameter hardcoded in the program -'set_DIM' to set the …
15:35 Changeset [3353] by jain
o Added code for reading in 2D meshes o Merging turned on
15:32 Changeset [3352] by sjackson
Workaround for h5m loading failures within DagMC.
14:59 Changeset [3351] by kraftche
work around libtool bug
09:56 Changeset [3350] by hongjun
o work version for large ILC cavity model o work only for manifold without …
08:28 Changeset [3349] by kraftche
patch from Jed Brown: convert ITAPS format option string to MOAB format …
08:27 Changeset [3348] by kraftche
patch from Jed Brown: make sure root proc is done writing file before …
08:24 Changeset [3347] by kraftche
fix build issue

11/14/09:

10:57 Changeset [3346] by kraftche
fix build issue

11/13/09:

17:22 Changeset [3345] by kraftche
fix HDF5 library link order
15:39 Changeset [3344] by kraftche
fix build issue with -pedantic flag
15:00 Changeset [3343] by kraftche
MBInterface API and behavior change. Previously, MOAB would create a new …

11/12/09:

18:36 Ticket #141 (reader/writer file set) created by kraftche
MOAB readers and writers need to better handle file sets: 1) Creation of …
16:25 Changeset [3342] by kraftche
try to avoid HDF5 library writing junk to stdout/stderr for non-existent …
16:24 Changeset [3341] by kraftche
add test for correct behavior for read of either invalid or non-existant …
16:24 Changeset [3340] by kraftche
forgot this
16:02 Changeset [3339] by kraftche
return failure (rather than success w/ no entities) if input file does not …
16:01 Changeset [3338] by kraftche
return failure (rather than segfaulting) if input file does not exist
15:11 Changeset [3337] by kraftche
fix IMESH_INCLUDES for uninstalled MOAB
14:58 Changeset [3336] by kraftche
Copy relevant portion of body of get_elements to get_adjacencies, …
14:48 Changeset [3335] by kraftche
Fix strange split of code between get_adjacencies and get_elements in …
13:44 Changeset [3334] by kraftche
fix bug in error handling introduced with earlier checkin
13:20 Changeset [3333] by kraftche
consolidate duplicate code, removing unnecessary branch on target …
12:59 Changeset [3332] by kraftche
minor cleanup
11:35 Ticket #140 (query bit tag for multiple entities) created by kraftche
Currently, the functions in MBInterface to query bit tags will fail if the …

11/11/09:

17:51 Changeset [3331] by jvporter
Add 'keys' method to OffsetList?
17:40 Changeset [3330] by jvporter
* Move test/ibase to test/helpers * Rename Geom.getPtClsf -> …
17:07 Changeset [3329] by jvporter
Fix boneheaded mistakes in Geom
16:59 Changeset [3328] by jvporter
* Rename Mesh.dfltStorage -> Mesh.defaultStorage * Better docstrings for …

11/10/09:

21:04 Changeset [3327] by jvporter
* Add kwargs support for iMesh * Update documentation
18:54 Changeset [3326] by jvporter
* iGeom interface now fully supports kwargs * Update documentation
18:21 Changeset [3325] by jvporter
* Clean up tests * Add test for Geom.getEnt1stDerivative (and partial test …
17:14 Changeset [3324] by sjackson
Teach CGM reader to handle Body objects within RefGroups?.
16:50 Changeset [3323] by jvporter
* Fix memory/sizing bugs in iGeom_getArr1stDrtv * Make offset arrays from …
14:02 Changeset [3322] by bmsmith
-Populate the file_set with the file's contents. -Tag the file_set with …

11/09/09:

18:05 Changeset [3321] by jvporter
Update build documentation
17:52 Changeset [3320] by jvporter
* Eliminate unnecessary helpers.OffsetList?.OffsetProxy? * (Partially) …
17:24 Changeset [3319] by bmsmith
-Add a test for ReadNASTRAN.
17:14 Changeset [3318] by jain
o In function-find_merge_to, moved if(in/outleaf_merged) inside the for …
16:57 Changeset [3317] by kraftche
fix stupid mistake
16:54 Changeset [3316] by jvporter
* Fix bug with OffsetList? * Add tests for OffsetList? * Add …
16:53 Changeset [3315] by kraftche
fix warning
16:52 Changeset [3314] by kraftche
Don't malloc/free in MBCN::SideNumber?
16:23 Changeset [3313] by kraftche
treat NULL char* the same as an empty string
15:33 Changeset [3312] by jvporter
Add IGEOM_INCLUDEDIR to iGeom-Defs.inc
14:54 Changeset [3311] by jain
o Removed iMesh_HEXAHEDRON before merging
14:28 Ticket #139 (CGM incompatibilities when compiled against CUBIT) created by sjackson
Certain CGM class interfaces have changed since the release of CUBIT. …
14:26 Changeset [3310] by kraftche
add support for reading/writing additional element types tofrom VTK files: …
12:26 Changeset [3309] by jvporter
PyTAPS is now in its new, quasi-independent home.
12:22 Changeset [3308] by jvporter
Initial commit
09:28 Changeset [3307] by kraftche
return failure rather than skipping the element if VTK format doesn't …
09:27 Changeset [3306] by kraftche
fix error reporting for invalid HDF5 files

11/07/09:

10:51 Changeset [3305] by kraftche
fix test build issue with g++ 4.3 when sizeof(MBEntityHandle) != …

11/06/09:

22:34 Changeset [3304] by kraftche
Move special case for 1 input entity in vector-vector get_adjaciences to …
20:44 Changeset [3303] by kraftche
add test case from Jim demonstrating but in adjacencey query for …
20:33 Changeset [3302] by kraftche
inline some functions
20:05 Changeset [3301] by kraftche
More refactoring of get_adjacencies code: o split common template code …
17:39 Changeset [3300] by kraftche
add operator-(iter,iter) that counts distance between MBRange iterators
16:29 Changeset [3299] by kraftche
o Fix very broken vector-vector get_connectivity: assumed that all …
16:19 Changeset [3298] by kraftche
fix broken test code: do not pre-populate adjacency vector with garbage …
13:58 Changeset [3297] by kraftche
Speed up range-based get_adjacencies: Initial time: 11.92 s …
12:37 Changeset [3296] by tautges
Couple of improvements and bug fixes to parallel ghost exchange code. - …
12:15 Changeset [3295] by kraftche
made one of the typical MBInterface errors
12:12 Changeset [3294] by kraftche
fix bug in previous checkin, and add tests for timing skinning
11:44 Changeset [3293] by kraftche
o Restructure mbperf so as to allow for easy addition of new tests o Use …
09:51 Changeset [3292] by kraftche
fix use of initialized variable causing random test failures

11/05/09:

22:15 Changeset [3291] by jain
o Corrected number of rings for test case
17:46 Ticket #15 (get entities by tag value w/ default tag value) closed by kraftche
fixed: Fixed in SVN revision 3289
17:45 Changeset [3290] by kraftche
comment some code a little better
17:44 Changeset [3289] by kraftche
Fix for Trac ticket #15: if a tag has a default value and that value is …
16:15 Changeset [3288] by kraftche
add test that attempts to reproduce bug #28
15:38 Ticket #8 (MOAB returns REGIONs, FACEs, and VERTEXes, but not EDGEs for the attached ...) closed by kraftche
invalid: This file does not contain any explicit edges (bar elements?). It …
14:46 Changeset [3287] by jain
o Turned off merging, since it has a bug currently.
14:33 Changeset [3286] by jvporter
One last test commit to check new version of Buildbot on gnep
14:27 Changeset [3285] by jain
o Test input file for sixth program
14:23 Changeset [3284] by jain
o Added default inputs for debugging and MeshKit?'s make check. o Added …
14:09 Changeset [3283] by jvporter
One more test commit now that I'm using the right version of Buildbot…

11/04/09:

14:36 Changeset [3282] by jvporter
One more test commit... (Buildbot, pay attention!)
14:33 Changeset [3281] by jvporter
Another test commit (for the Buildbot)
14:30 Changeset [3280] by jvporter
Test commit
13:40 Changeset [3279] by jain
o Turned on merging and added code for the number of nodes merged
10:52 Ticket #138 (Error handlers) created by jedbrown
This issue applies to other components as well, but I raised the issue on …
10:36 Changeset [3278] by kraftche
don't fail if depricated PARTITION_DISTRIBUTE option is specified. fixes …
10:23 Changeset [3277] by kraftche
fix another MPI include conflict

11/03/09:

16:03 Ticket #137 (reader/writer policy) created by kraftche
planning task.
16:03 Ticket #136 (create contrib directory) created by kraftche
planning task.
16:03 Ticket #135 (create contrib directory) created by kraftche
planning task.
16:02 Ticket #134 (ray-firing through overlaps) created by kraftche
planning task.
16:02 Ticket #133 (Robust ray-firing) created by kraftche
planning task.
16:02 Ticket #132 (OBBTree accelerations) created by kraftche
planning task.
16:01 Ticket #131 (merge/sync CGM) created by kraftche
planning task: Merge ANL CGM with snapshot sent by Sandia
16:01 Ticket #130 (coverage of unit testing) created by kraftche
planning task: Assess coverage of current unit testing in CGM, MOAB
16:01 Ticket #129 (coverage of unit testing) created by kraftche
planning task: Assess coverage of current unit testing in CGM, MOAB
16:00 Ticket #128 (Lasso v1.0) created by kraftche
planning task: Release Lasso v1.0
16:00 Ticket #127 (document string options) created by kraftche
planning task: Document string options available with iGeom/CGM, …
16:00 Ticket #126 (document string options) created by kraftche
planning task: Document string options available with iGeom/CGM, …
15:59 Ticket #125 (regression testing) created by kraftche
planning task: Develop more complete regression tests
15:59 Ticket #124 (who's using moab) created by kraftche
planning task: Find & publicize examples of external apps using MOAB
15:59 Ticket #123 (CGM v11.x) created by kraftche
planning task: Release CGM v11.x
15:59 Ticket #122 (document coupling) created by kraftche
planning task: Complete documentation of coupling using MOAB
15:58 Ticket #121 (MOAB v4.0) created by kraftche
planning task: Release MOAB v4.0
15:58 Ticket #120 (framework documentation) created by kraftche
Write framework documentation
15:58 Ticket #119 (framework documentation) created by kraftche
Write framework documentation
15:57 Ticket #118 (test suites) created by kraftche
planning task: Develop test suites for iGeom, iMesh/MOAB, etc.
15:57 Ticket #117 (test suites) created by kraftche
planning task: Develop test suites for iGeom, iMesh/MOAB, etc.
15:57 Ticket #116 (test suites) created by kraftche
planning task: Develop test suites for iGeom, iMesh/MOAB, etc.
15:57 Ticket #115 (Hex swap tool) created by kraftche
planning task: Interactive tool for driving local hex mesh modifications
15:57 Ticket #114 (Tjunction meshing tool) created by kraftche
planning task: Develop application-specific tool for meshing Tjunction
15:56 Ticket #113 (mesh qual viz apps) created by kraftche
planning task: Tool(s) for visualizing mesh quality
15:56 Ticket #112 (metadata viz tool) created by kraftche
planning task: Visualization of metadata in geometry, mesh
15:56 Ticket #111 (relationship app vs coupler) created by kraftche
planning task: Re-think current focus on app pull of mesh from MOAB for …
15:55 Ticket #110 (ABTR custom scripts) created by kraftche
planning task: Develop specialized tool for generating geometry & mesh …
15:55 Ticket #109 (mesh generation tool) created by kraftche
planning task: Interactive mesh generation tool
15:55 Ticket #108 (ABTR jou scripts) created by kraftche
planning task: Complete, document cubit journal files for meshing ABTR
15:54 Ticket #107 (complete half-done tools) created by kraftche
planning task: Complete currently half-done tools and fix unexpected …
15:53 Ticket #106 (MOAB in Star) created by kraftche
planning task: Investigate methods for interfacing Star-CD or -CCM+ with …
15:53 Ticket #105 (HO refinement tool) created by kraftche
planning task: Tool for refining mesh to arbitrary order & writing as …
15:53 Ticket #104 (viz tool) created by kraftche
planning task: Viz tool based on iMesh/MOAB (& other interfaces?)
15:52 Ticket #103 (ABTR mesh generation with MeshKit) created by kraftche
planning task: Generate mesh for ABTR assemblies using MeshKit? (compare …
15:52 Ticket #102 (MOAB in Nek) created by kraftche
planning task: Example (with physics, in parallel) of Nek pulling mesh …
15:52 Ticket #101 (MOAB in UNIC) created by kraftche
planning task: Example (with physics, in parallel) of UNIC pulling mesh …
15:51 Ticket #100 (survey customer req's) created by kraftche
Survey customer requirements at ANL, elsewhere
15:51 Ticket #99 (NEAMS needs) created by kraftche
planning task: Assess & address needs for overall NEAMS program
15:50 Ticket #98 (test smooth & swap on MOAB) created by kraftche
planning task: Test GRUMMP smooth & swap on MOAB-based mesh
15:50 Ticket #97 (detail suppression) created by kraftche
planning task: Algorithms/tools for geometric detail suppression
15:50 Ticket #96 (BREP graph matching) created by kraftche
planning task: Tool for matching BREPs from several models, to assess …
15:49 Ticket #95 (exact mesh-mesh normalization) created by kraftche
planning task: Implement mesh decomposition and coupling for exact …
15:49 Ticket #94 (error norms for coupling) created by kraftche
planning task: Implement ability to compute error norms for coupled …
15:49 Ticket #93 (test DDRIV on OCC) created by kraftche
planning task: Test DDRIV library on OCC-based CGM, fix any bugs that …
15:48 Ticket #92 (coupling features (???)) created by kraftche
planning task: Broaden features, e.g. surface-based coupling, more …
15:48 Ticket #91 (simplify set-based normalization) created by kraftche
planning task: Express conservation/normalization strictly in terms of …
15:48 Ticket #90 (ray-tracing on volume mesh) created by kraftche
planning task: Volume mesh-based ray tracing
15:47 Ticket #89 (test set/tag code in Visit) created by kraftche
planning task: Test new Visit ability to read, interact with set, …
15:47 Ticket #88 (coupling based on pushed mesh) created by kraftche
planning task: Implement coupling such that app(s) push minimum possible …
15:46 Ticket #87 (coupling for higher-order shape functions) created by kraftche
planning task: Demonstrate solution coupling based on higher-order shape …
15:46 Ticket #86 (parallel decomp) created by kraftche
planning task: Implement/document parallel mesh decomposition tool based …
15:46 Ticket #85 (scripting access to coupling) created by kraftche
planning task: Implement script-based access to coupling functionality
15:45 Ticket #84 (simplify connection to framework) created by kraftche
planning task: Simplify process of connecting app to coupling framework
15:45 Ticket #83 (coupling scalability) created by kraftche
planning task: Enhance scalability of coupling capability
15:45 Ticket #82 (symmetric-based mesh gen) created by kraftche
planning task:
15:44 Ticket #81 (mesh quality benchmarks) created by kraftche
planning task.
15:44 Ticket #80 (Research on more robust all-quad meshing) created by kraftche
planning task: quad mesh algorithm research
15:43 Ticket #79 (fully automated meshing) created by kraftche
planning task: Research on fully automated meshing
15:43 Ticket #78 (geometry decomposition functionality) created by kraftche
planning task: Tools for performing geometry decomposition to reduce …
15:43 Ticket #77 (benchmark cases) created by kraftche
planning task: Develop set of benchmark meshing problems to assess …
15:42 Ticket #76 (hex meshing research) created by kraftche
planning task: Long-term research on hexahedral meshing
15:42 Ticket #75 (parallel mesh generation) created by kraftche
planning task: Perform mesh generation in parallel, both tet and hex mesh
15:42 Ticket #74 (quad meshing (moderate robustness)) created by kraftche
planning task: Implement suitable quad-meshing algorithm to achieve …
15:40 Ticket #73 (embedded boundary (EB) meshing) created by kraftche
planning task: Embedded boundary mesh generation, various end states of …
15:40 Ticket #72 (refactor geometry access code in Camel) created by kraftche
planning task: Move code in Camel for accessing geometry and bounding mesh …
15:39 Ticket #71 (interfaces to other OSS meshing algorithms) created by kraftche
planning task: Implement interfaces to other open-source meshing …
15:39 Ticket #70 (fix geometry attribs for iGeom tags) created by kraftche
planning task: Fix bug where iGeom cannot properly save/restore non-preset …
15:38 Ticket #69 (MG tools, algorithms) created by kraftche
planning task: Extend the MeshKit? library with more algorithms, tools
15:38 Ticket #68 (out-of-core mesh storage) created by kraftche
planning task: Use out-of-core storage to enable arbitrarily large mesh …
15:38 Changeset [3276] by sjackson
Remove dependence on CGM's GeometryQueryEngine? from ReadCGM.cpp. This …
15:38 Ticket #67 (virtual geometry enhancements) created by kraftche
planning task: Improvements to CGM virtual geometry representation, e.g. …
15:37 Ticket #66 (advanced tag query) created by kraftche
planning task: Design/implement more general queries on tag data (set …
15:36 Ticket #65 (decomposition functions in iGeom) created by kraftche
planning task: Add decomposition functions (i.e. webcut) to iGeom
15:36 Ticket #64 (swept mesh representation from .cub) created by kraftche
planning task: Implement ability to read swept-mesh .cub files and …
15:35 Ticket #63 (option in iMesh tag create function) created by kraftche
planning task: Write, test new iMesh createTag function which takes an …
15:35 Ticket #62 (moab data integrity) created by kraftche
planning task: Implement MOAB consistency checks (possibly as optional …
15:33 Ticket #61 (refactor iRel) created by kraftche
planning task: If we're going to change interfaces already in use (iRel, …
15:31 Ticket #60 (iGeom overlap query) created by kraftche
planning task: Develop interface/implement function(s) for testing for …
15:31 Ticket #59 (cleabn up CGM interface) created by kraftche
planning task: CGM interface was never re-designed, do that now
15:31 Ticket #58 (output verbosity controls) created by kraftche
planning task: Improve ability to control output messages in MOAB, CGM
15:30 Ticket #57 (output verbosity controls) created by kraftche
planning task: Improve ability to control output messages in MOAB, CGM
15:30 Ticket #56 (time-dependent data) created by kraftche
planning task: Design/implement time-dependent data interface in MOAB
15:29 Ticket #55 (mesh-based geometry in MOAB) created by kraftche
planning task: Port CGM FacetGeometryEngine? to MOAB mesh
15:29 Ticket #54 (structured mesh interface) created by kraftche
planning task: Develop, implement interface to structured mesh in MOAB
15:28 Ticket #53 (data searching) created by kraftche
planning task: Higher-level support for tag data sorting & searching
15:28 Ticket #52 (geometry-based metadata) created by kraftche
planning task: Tools/functions for surveying metadata in iGeom/CGM …
15:27 Ticket #51 (direct access to tag storage) created by kraftche
Planning task: Faster access to dense tag data. Tim's solution: Enhance …
15:26 Ticket #50 (performance requirements / guarantees in MOAB) created by kraftche
planning task: Document performance guarantees of various iMesh functions
15:25 Ticket #49 (thread safety in CGM) created by kraftche
planning task: Make CGM thread-safe
15:25 Ticket #48 (point to externally-stored tag data) created by kraftche
planning task: Implement ability for MOAB to work with tag data stored in …
15:24 Ticket #47 (thread safe MOAB) created by kraftche
planning task: make MOAB tread-safe
15:24 Ticket #46 (iGeom breadth) created by kraftche
planning task: Fill out iGeom interface (modify functions, specifically)
15:23 Ticket #45 (adjacency performance) created by kraftche
fix slow adjacency queries
15:22 Ticket #44 (push-based parallel mesh) created by kraftche
planning task: Enhance parallel mesh implementation so that app can push …
15:21 Ticket #43 (iField interface) created by kraftche
planning task: MOAB needs to provide iField interface
15:21 Ticket #42 (OCC testing & CGM test suite) created by kraftche
planning task: need *much* better coverage in CGM test suite, and test …
15:19 Ticket #41 (higher-order shape functions) created by kraftche
planning task: implement library of shape functions (incl. higher-order …
15:18 Ticket #40 (common python base) created by kraftche
Python ITAPS bindings should share common code and live in its own …
15:17 Ticket #39 (implement iMeshP interface) created by kraftche
planning task
15:16 Ticket #38 (benchmark & document parallel mesh) created by kraftche
planning task
13:51 Changeset [3275] by jvporter
* Make iterators work the same way they do in iMesh (has_data now …
13:22 Changeset [3274] by hongjun
o partest can deal with default input cases o "Moto.brep" geometry file is …
13:06 Changeset [3273] by kraftche
return error code if unrecognized options are passed to load_file or …
12:44 Changeset [3272] by kraftche
include MBmpi.h in any C++ code that includes an HDF5 header because …
12:31 Changeset [3271] by kraftche
portability fix: std::string may maintain as an explicit value and need …
10:05 Changeset [3270] by kraftche
Fix nightly test failures: "chaman" "test" a) requires a user-specified …
10:05 Changeset [3269] by kraftche
o Move vector of CGMParallelComm instances from member of CGMTagManager …
10:03 Changeset [3268] by kraftche
add missing #include
09:02 Changeset [3267] by kraftche
2nd and 3rd patches from Jed Brown to fix portability issues
08:59 Changeset [3266] by kraftche
fix mistakes in /SNL_/FATHOM_/ renaming that broke nightly tests
00:06 Changeset [3265] by jvporter
Fix the order of entity sets in set-theoretic operations

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 …
Note: See TracTimeline for information about the timeline view.