Timeline
11/20/09: Yesterday
- 13:12 Changeset [3380] by
- o Change skinner to use now faster bit tags. Results in better …
- 13:01 Ticket #140 (query bit tag for multiple entities) closed by
- fixed: Fixed in svn revision 3379
- 13:00 Changeset [3379] by
- o Allow get/set of bit tags for multiple entities in one call. Bits are …
- 11:58 Changeset [3378] by
- remove extra include directory from installed iMesh-Defs.inc
- 11:39 Changeset [3377] by
- Make DagMC check for MB_UNHANDLED_OPTION upon file load, and emit a …
- 11:22 Changeset [3376] by
- fix bug in mbperf output
- 11:22 Changeset [3375] by
- more skinning tests
- 10:01 Changeset [3374] by
- update for MBSkinner API changes
11/19/09:
- 17:10 Changeset [3373] by
- o New, faster algorithm for skinning using vertex-to-element adjacencies …
- 17:08 Changeset [3372] by
- fix bug: reversed skin edges are not detected
11/18/09:
- 15:31 Changeset [3371] by
- Create tag for (more-or-less) complete iMesh/iGeom implementation
- 15:09 Changeset [3370] by
- change private MBCore::get_vertices into public range-range version of …
11/17/09:
- 20:31 Changeset [3369] by
- * Rename/simplify some stuff in itaps.helpers * Update documentation
- 17:54 Changeset [3368] by
- Update documentation
- 16:58 Changeset [3367] by
- Only enable namedtuple support on Python 2.6+
- 16:14 Changeset [3366] by
- 16:13 Changeset [3365] by
- o changed set_DIM = 3
- 15:30 Changeset [3364] by
- o <algorithm> is included for intel compiler
- 15:09 Changeset [3363] by
- o Extrude mesh portion commented out, since some MOAB related error shows …
- 15:06 Changeset [3362] by
- 14:55 Changeset [3361] by
- 11:11 Changeset [3360] by
- fix bug: createEnt should create lower-dim entities if createEntArr would …
- 11:07 Changeset [3359] by
- fix bug: iMesh_getEntities does not preserve order for list-type entity …
- 10:47 Changeset [3358] by
- fix memory corruption when reading h5m file containing many tags
- 10:18 Changeset [3357] by
- orderd set regression test from Jed Brown
11/16/09:
- 18:17 Changeset [3356] by
- Use namedtuples for OffsetList? and functions with multiple return values
- 16:49 Changeset [3355] by
- o Add new error code: MB_UNHANDLED_OPTION o Make MBCore::load_file and …
- 15:37 Changeset [3354] by
- o Added new input parameter hardcoded in the program -'set_DIM' to set the …
- 15:35 Changeset [3353] by
- o Added code for reading in 2D meshes o Merging turned on
- 15:32 Changeset [3352] by
- Workaround for h5m loading failures within DagMC.
- 14:59 Changeset [3351] by
- work around libtool bug
- 09:56 Changeset [3350] by
- o work version for large ILC cavity model o work only for manifold without …
- 08:28 Changeset [3349] by
- patch from Jed Brown: convert ITAPS format option string to MOAB format …
- 08:27 Changeset [3348] by
- patch from Jed Brown: make sure root proc is done writing file before …
- 08:24 Changeset [3347] by
- fix build issue
11/14/09:
- 10:57 Changeset [3346] by
- fix build issue
11/13/09:
- 17:22 Changeset [3345] by
- fix HDF5 library link order
- 15:39 Changeset [3344] by
- fix build issue with -pedantic flag
- 15:00 Changeset [3343] by
- MBInterface API and behavior change. Previously, MOAB would create a new …
11/12/09:
- 18:36 Ticket #141 (reader/writer file set) created by
- MOAB readers and writers need to better handle file sets: 1) Creation of …
- 16:25 Changeset [3342] by
- try to avoid HDF5 library writing junk to stdout/stderr for non-existent …
- 16:24 Changeset [3341] by
- add test for correct behavior for read of either invalid or non-existant …
- 16:24 Changeset [3340] by
- forgot this
- 16:02 Changeset [3339] by
- return failure (rather than success w/ no entities) if input file does not …
- 16:01 Changeset [3338] by
- return failure (rather than segfaulting) if input file does not exist
- 15:11 Changeset [3337] by
- fix IMESH_INCLUDES for uninstalled MOAB
- 14:58 Changeset [3336] by
- Copy relevant portion of body of get_elements to get_adjacencies, …
- 14:48 Changeset [3335] by
- Fix strange split of code between get_adjacencies and get_elements in …
- 13:44 Changeset [3334] by
- fix bug in error handling introduced with earlier checkin
- 13:20 Changeset [3333] by
- consolidate duplicate code, removing unnecessary branch on target …
- 12:59 Changeset [3332] by
- minor cleanup
- 11:35 Ticket #140 (query bit tag for multiple entities) created by
- Currently, the functions in MBInterface to query bit tags will fail if the …
11/11/09:
- 17:51 Changeset [3331] by
- Add 'keys' method to OffsetList?
- 17:40 Changeset [3330] by
- * Move test/ibase to test/helpers * Rename Geom.getPtClsf -> …
- 17:07 Changeset [3329] by
- Fix boneheaded mistakes in Geom
- 16:59 Changeset [3328] by
- * Rename Mesh.dfltStorage -> Mesh.defaultStorage * Better docstrings for …
11/10/09:
- 21:04 Changeset [3327] by
- * Add kwargs support for iMesh * Update documentation
- 18:54 Changeset [3326] by
- * iGeom interface now fully supports kwargs * Update documentation
- 18:21 Changeset [3325] by
- * Clean up tests * Add test for Geom.getEnt1stDerivative (and partial test …
- 17:14 Changeset [3324] by
- Teach CGM reader to handle Body objects within RefGroups?.
- 16:50 Changeset [3323] by
- * Fix memory/sizing bugs in iGeom_getArr1stDrtv * Make offset arrays from …
- 14:02 Changeset [3322] by
- -Populate the file_set with the file's contents. -Tag the file_set with …
11/09/09:
- 18:05 Changeset [3321] by
- Update build documentation
- 17:52 Changeset [3320] by
- * Eliminate unnecessary helpers.OffsetList?.OffsetProxy? * (Partially) …
- 17:24 Changeset [3319] by
- -Add a test for ReadNASTRAN.
- 17:14 Changeset [3318] by
- o In function-find_merge_to, moved if(in/outleaf_merged) inside the for …
- 16:57 Changeset [3317] by
- fix stupid mistake
- 16:54 Changeset [3316] by
- * Fix bug with OffsetList? * Add tests for OffsetList? * Add …
- 16:53 Changeset [3315] by
- fix warning
- 16:52 Changeset [3314] by
- Don't malloc/free in MBCN::SideNumber?
- 16:23 Changeset [3313] by
- treat NULL char* the same as an empty string
- 15:33 Changeset [3312] by
- Add IGEOM_INCLUDEDIR to iGeom-Defs.inc
- 14:54 Changeset [3311] by
- o Removed iMesh_HEXAHEDRON before merging
- 14:28 Ticket #139 (CGM incompatibilities when compiled against CUBIT) created by
- Certain CGM class interfaces have changed since the release of CUBIT. …
- 14:26 Changeset [3310] by
- add support for reading/writing additional element types tofrom VTK files: …
- 12:26 Changeset [3309] by
- PyTAPS is now in its new, quasi-independent home.
- 12:22 Changeset [3308] by
- Initial commit
- 09:28 Changeset [3307] by
- return failure rather than skipping the element if VTK format doesn't …
- 09:27 Changeset [3306] by
- fix error reporting for invalid HDF5 files
11/07/09:
- 10:51 Changeset [3305] by
- fix test build issue with g++ 4.3 when sizeof(MBEntityHandle) != …
11/06/09:
- 22:34 Changeset [3304] by
- Move special case for 1 input entity in vector-vector get_adjaciences to …
- 20:44 Changeset [3303] by
- add test case from Jim demonstrating but in adjacencey query for …
- 20:33 Changeset [3302] by
- inline some functions
- 20:05 Changeset [3301] by
- More refactoring of get_adjacencies code: o split common template code …
- 17:39 Changeset [3300] by
- add operator-(iter,iter) that counts distance between MBRange iterators
- 16:29 Changeset [3299] by
- o Fix very broken vector-vector get_connectivity: assumed that all …
- 16:19 Changeset [3298] by
- fix broken test code: do not pre-populate adjacency vector with garbage …
- 13:58 Changeset [3297] by
- Speed up range-based get_adjacencies: Initial time: 11.92 s …
- 12:37 Changeset [3296] by
- Couple of improvements and bug fixes to parallel ghost exchange code. - …
- 12:15 Changeset [3295] by
- made one of the typical MBInterface errors
- 12:12 Changeset [3294] by
- fix bug in previous checkin, and add tests for timing skinning
- 11:44 Changeset [3293] by
- o Restructure mbperf so as to allow for easy addition of new tests o Use …
- 09:51 Changeset [3292] by
- fix use of initialized variable causing random test failures
11/05/09:
- 22:15 Changeset [3291] by
- o Corrected number of rings for test case
- 17:46 Ticket #15 (get entities by tag value w/ default tag value) closed by
- fixed: Fixed in SVN revision 3289
- 17:45 Changeset [3290] by
- comment some code a little better
- 17:44 Changeset [3289] by
- Fix for Trac ticket #15: if a tag has a default value and that value is …
- 16:15 Changeset [3288] by
- 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
- invalid: This file does not contain any explicit edges (bar elements?). It …
- 14:46 Changeset [3287] by
- o Turned off merging, since it has a bug currently.
- 14:33 Changeset [3286] by
- One last test commit to check new version of Buildbot on gnep
- 14:27 Changeset [3285] by
- o Test input file for sixth program
- 14:23 Changeset [3284] by
- o Added default inputs for debugging and MeshKit?'s make check. o Added …
- 14:09 Changeset [3283] by
- One more test commit now that I'm using the right version of Buildbot…
11/04/09:
- 14:36 Changeset [3282] by
- One more test commit... (Buildbot, pay attention!)
- 14:33 Changeset [3281] by
- Another test commit (for the Buildbot)
- 14:30 Changeset [3280] by
- Test commit
- 13:40 Changeset [3279] by
- o Turned on merging and added code for the number of nodes merged
- 10:52 Ticket #138 (Error handlers) created by
- This issue applies to other components as well, but I raised the issue on …
- 10:36 Changeset [3278] by
- don't fail if depricated PARTITION_DISTRIBUTE option is specified. fixes …
- 10:23 Changeset [3277] by
- fix another MPI include conflict
11/03/09:
- 16:03 Ticket #137 (reader/writer policy) created by
- planning task.
- 16:03 Ticket #136 (create contrib directory) created by
- planning task.
- 16:03 Ticket #135 (create contrib directory) created by
- planning task.
- 16:02 Ticket #134 (ray-firing through overlaps) created by
- planning task.
- 16:02 Ticket #133 (Robust ray-firing) created by
- planning task.
- 16:02 Ticket #132 (OBBTree accelerations) created by
- planning task.
- 16:01 Ticket #131 (merge/sync CGM) created by
- planning task: Merge ANL CGM with snapshot sent by Sandia
- 16:01 Ticket #130 (coverage of unit testing) created by
- planning task: Assess coverage of current unit testing in CGM, MOAB
- 16:01 Ticket #129 (coverage of unit testing) created by
- planning task: Assess coverage of current unit testing in CGM, MOAB
- 16:00 Ticket #128 (Lasso v1.0) created by
- planning task: Release Lasso v1.0
- 16:00 Ticket #127 (document string options) created by
- planning task: Document string options available with iGeom/CGM, …
- 16:00 Ticket #126 (document string options) created by
- planning task: Document string options available with iGeom/CGM, …
- 15:59 Ticket #125 (regression testing) created by
- planning task: Develop more complete regression tests
- 15:59 Ticket #124 (who's using moab) created by
- planning task: Find & publicize examples of external apps using MOAB
- 15:59 Ticket #123 (CGM v11.x) created by
- planning task: Release CGM v11.x
- 15:59 Ticket #122 (document coupling) created by
- planning task: Complete documentation of coupling using MOAB
- 15:58 Ticket #121 (MOAB v4.0) created by
- planning task: Release MOAB v4.0
- 15:58 Ticket #120 (framework documentation) created by
- Write framework documentation
- 15:58 Ticket #119 (framework documentation) created by
- Write framework documentation
- 15:57 Ticket #118 (test suites) created by
- planning task: Develop test suites for iGeom, iMesh/MOAB, etc.
- 15:57 Ticket #117 (test suites) created by
- planning task: Develop test suites for iGeom, iMesh/MOAB, etc.
- 15:57 Ticket #116 (test suites) created by
- planning task: Develop test suites for iGeom, iMesh/MOAB, etc.
- 15:57 Ticket #115 (Hex swap tool) created by
- planning task: Interactive tool for driving local hex mesh modifications
- 15:57 Ticket #114 (Tjunction meshing tool) created by
- planning task: Develop application-specific tool for meshing Tjunction
- 15:56 Ticket #113 (mesh qual viz apps) created by
- planning task: Tool(s) for visualizing mesh quality
- 15:56 Ticket #112 (metadata viz tool) created by
- planning task: Visualization of metadata in geometry, mesh
- 15:56 Ticket #111 (relationship app vs coupler) created by
- planning task: Re-think current focus on app pull of mesh from MOAB for …
- 15:55 Ticket #110 (ABTR custom scripts) created by
- planning task: Develop specialized tool for generating geometry & mesh …
- 15:55 Ticket #109 (mesh generation tool) created by
- planning task: Interactive mesh generation tool
- 15:55 Ticket #108 (ABTR jou scripts) created by
- planning task: Complete, document cubit journal files for meshing ABTR
- 15:54 Ticket #107 (complete half-done tools) created by
- planning task: Complete currently half-done tools and fix unexpected …
- 15:53 Ticket #106 (MOAB in Star) created by
- planning task: Investigate methods for interfacing Star-CD or -CCM+ with …
- 15:53 Ticket #105 (HO refinement tool) created by
- planning task: Tool for refining mesh to arbitrary order & writing as …
- 15:53 Ticket #104 (viz tool) created by
- planning task: Viz tool based on iMesh/MOAB (& other interfaces?)
- 15:52 Ticket #103 (ABTR mesh generation with MeshKit) created by
- planning task: Generate mesh for ABTR assemblies using MeshKit? (compare …
- 15:52 Ticket #102 (MOAB in Nek) created by
- planning task: Example (with physics, in parallel) of Nek pulling mesh …
- 15:52 Ticket #101 (MOAB in UNIC) created by
- planning task: Example (with physics, in parallel) of UNIC pulling mesh …
- 15:51 Ticket #100 (survey customer req's) created by
- Survey customer requirements at ANL, elsewhere
- 15:51 Ticket #99 (NEAMS needs) created by
- planning task: Assess & address needs for overall NEAMS program
- 15:50 Ticket #98 (test smooth & swap on MOAB) created by
- planning task: Test GRUMMP smooth & swap on MOAB-based mesh
- 15:50 Ticket #97 (detail suppression) created by
- planning task: Algorithms/tools for geometric detail suppression
- 15:50 Ticket #96 (BREP graph matching) created by
- planning task: Tool for matching BREPs from several models, to assess …
- 15:49 Ticket #95 (exact mesh-mesh normalization) created by
- planning task: Implement mesh decomposition and coupling for exact …
- 15:49 Ticket #94 (error norms for coupling) created by
- planning task: Implement ability to compute error norms for coupled …
- 15:49 Ticket #93 (test DDRIV on OCC) created by
- planning task: Test DDRIV library on OCC-based CGM, fix any bugs that …
- 15:48 Ticket #92 (coupling features (???)) created by
- planning task: Broaden features, e.g. surface-based coupling, more …
- 15:48 Ticket #91 (simplify set-based normalization) created by
- planning task: Express conservation/normalization strictly in terms of …
- 15:48 Ticket #90 (ray-tracing on volume mesh) created by
- planning task: Volume mesh-based ray tracing
- 15:47 Ticket #89 (test set/tag code in Visit) created by
- planning task: Test new Visit ability to read, interact with set, …
- 15:47 Ticket #88 (coupling based on pushed mesh) created by
- planning task: Implement coupling such that app(s) push minimum possible …
- 15:46 Ticket #87 (coupling for higher-order shape functions) created by
- planning task: Demonstrate solution coupling based on higher-order shape …
- 15:46 Ticket #86 (parallel decomp) created by
- planning task: Implement/document parallel mesh decomposition tool based …
- 15:46 Ticket #85 (scripting access to coupling) created by
- planning task: Implement script-based access to coupling functionality
- 15:45 Ticket #84 (simplify connection to framework) created by
- planning task: Simplify process of connecting app to coupling framework
- 15:45 Ticket #83 (coupling scalability) created by
- planning task: Enhance scalability of coupling capability
- 15:45 Ticket #82 (symmetric-based mesh gen) created by
- planning task:
- 15:44 Ticket #81 (mesh quality benchmarks) created by
- planning task.
- 15:44 Ticket #80 (Research on more robust all-quad meshing) created by
- planning task: quad mesh algorithm research
- 15:43 Ticket #79 (fully automated meshing) created by
- planning task: Research on fully automated meshing
- 15:43 Ticket #78 (geometry decomposition functionality) created by
- planning task: Tools for performing geometry decomposition to reduce …
- 15:43 Ticket #77 (benchmark cases) created by
- planning task: Develop set of benchmark meshing problems to assess …
- 15:42 Ticket #76 (hex meshing research) created by
- planning task: Long-term research on hexahedral meshing
- 15:42 Ticket #75 (parallel mesh generation) created by
- planning task: Perform mesh generation in parallel, both tet and hex mesh
- 15:42 Ticket #74 (quad meshing (moderate robustness)) created by
- planning task: Implement suitable quad-meshing algorithm to achieve …
- 15:40 Ticket #73 (embedded boundary (EB) meshing) created by
- planning task: Embedded boundary mesh generation, various end states of …
- 15:40 Ticket #72 (refactor geometry access code in Camel) created by
- planning task: Move code in Camel for accessing geometry and bounding mesh …
- 15:39 Ticket #71 (interfaces to other OSS meshing algorithms) created by
- planning task: Implement interfaces to other open-source meshing …
- 15:39 Ticket #70 (fix geometry attribs for iGeom tags) created by
- planning task: Fix bug where iGeom cannot properly save/restore non-preset …
- 15:38 Ticket #69 (MG tools, algorithms) created by
- planning task: Extend the MeshKit? library with more algorithms, tools
- 15:38 Ticket #68 (out-of-core mesh storage) created by
- planning task: Use out-of-core storage to enable arbitrarily large mesh …
- 15:38 Changeset [3276] by
- Remove dependence on CGM's GeometryQueryEngine? from ReadCGM.cpp. This …
- 15:38 Ticket #67 (virtual geometry enhancements) created by
- planning task: Improvements to CGM virtual geometry representation, e.g. …
- 15:37 Ticket #66 (advanced tag query) created by
- planning task: Design/implement more general queries on tag data (set …
- 15:36 Ticket #65 (decomposition functions in iGeom) created by
- planning task: Add decomposition functions (i.e. webcut) to iGeom
- 15:36 Ticket #64 (swept mesh representation from .cub) created by
- planning task: Implement ability to read swept-mesh .cub files and …
- 15:35 Ticket #63 (option in iMesh tag create function) created by
- planning task: Write, test new iMesh createTag function which takes an …
- 15:35 Ticket #62 (moab data integrity) created by
- planning task: Implement MOAB consistency checks (possibly as optional …
- 15:33 Ticket #61 (refactor iRel) created by
- planning task: If we're going to change interfaces already in use (iRel, …
- 15:31 Ticket #60 (iGeom overlap query) created by
- planning task: Develop interface/implement function(s) for testing for …
- 15:31 Ticket #59 (cleabn up CGM interface) created by
- planning task: CGM interface was never re-designed, do that now
- 15:31 Ticket #58 (output verbosity controls) created by
- planning task: Improve ability to control output messages in MOAB, CGM
- 15:30 Ticket #57 (output verbosity controls) created by
- planning task: Improve ability to control output messages in MOAB, CGM
- 15:30 Ticket #56 (time-dependent data) created by
- planning task: Design/implement time-dependent data interface in MOAB
- 15:29 Ticket #55 (mesh-based geometry in MOAB) created by
- planning task: Port CGM FacetGeometryEngine? to MOAB mesh
- 15:29 Ticket #54 (structured mesh interface) created by
- planning task: Develop, implement interface to structured mesh in MOAB
- 15:28 Ticket #53 (data searching) created by
- planning task: Higher-level support for tag data sorting & searching
- 15:28 Ticket #52 (geometry-based metadata) created by
- planning task: Tools/functions for surveying metadata in iGeom/CGM …
- 15:27 Ticket #51 (direct access to tag storage) created by
- Planning task: Faster access to dense tag data. Tim's solution: Enhance …
- 15:26 Ticket #50 (performance requirements / guarantees in MOAB) created by
- planning task: Document performance guarantees of various iMesh functions
- 15:25 Ticket #49 (thread safety in CGM) created by
- planning task: Make CGM thread-safe
- 15:25 Ticket #48 (point to externally-stored tag data) created by
- planning task: Implement ability for MOAB to work with tag data stored in …
- 15:24 Ticket #47 (thread safe MOAB) created by
- planning task: make MOAB tread-safe
- 15:24 Ticket #46 (iGeom breadth) created by
- planning task: Fill out iGeom interface (modify functions, specifically)
- 15:23 Ticket #45 (adjacency performance) created by
- fix slow adjacency queries
- 15:22 Ticket #44 (push-based parallel mesh) created by
- planning task: Enhance parallel mesh implementation so that app can push …
- 15:21 Ticket #43 (iField interface) created by
- planning task: MOAB needs to provide iField interface
- 15:21 Ticket #42 (OCC testing & CGM test suite) created by
- planning task: need *much* better coverage in CGM test suite, and test …
- 15:19 Ticket #41 (higher-order shape functions) created by
- planning task: implement library of shape functions (incl. higher-order …
- 15:18 Ticket #40 (common python base) created by
- Python ITAPS bindings should share common code and live in its own …
- 15:17 Ticket #39 (implement iMeshP interface) created by
- planning task
- 15:16 Ticket #38 (benchmark & document parallel mesh) created by
- planning task
- 13:51 Changeset [3275] by
- * Make iterators work the same way they do in iMesh (has_data now …
- 13:22 Changeset [3274] by
- o partest can deal with default input cases o "Moto.brep" geometry file is …
- 13:06 Changeset [3273] by
- return error code if unrecognized options are passed to load_file or …
- 12:44 Changeset [3272] by
- include MBmpi.h in any C++ code that includes an HDF5 header because …
- 12:31 Changeset [3271] by
- portability fix: std::string may maintain as an explicit value and need …
- 10:05 Changeset [3270] by
- Fix nightly test failures: "chaman" "test" a) requires a user-specified …
- 10:05 Changeset [3269] by
- o Move vector of CGMParallelComm instances from member of CGMTagManager …
- 10:03 Changeset [3268] by
- add missing #include
- 09:02 Changeset [3267] by
- 2nd and 3rd patches from Jed Brown to fix portability issues
- 08:59 Changeset [3266] by
- fix mistakes in /SNL_/FATHOM_/ renaming that broke nightly tests
- 00:06 Changeset [3265] by
- Fix the order of entity sets in set-theoretic operations
11/02/09:
- 16:23 Changeset [3264] by
- s/SNL_/FATHOM_/ in autoconf macros
- 16:18 Changeset [3263] by
- copy MPI config from MOAB
- 16:13 Changeset [3262] by
- remove incorrect comment
- 16:13 Changeset [3261] by
- move some logic from common code to MOAB-specific, because it is the …
- 16:12 Changeset [3260] by
- move some logic from common code to MOAB-specific, because it is the …
- 16:11 Changeset [3259] by
- rename SNL_* macros to FATHOM_*
- 16:08 Changeset [3258] by
- In the case where MPICH_IGNORE_CXX_SEEK is not sufficient to enable …
- 16:06 Changeset [3257] by
- fix parallel test compilation
- 14:31 Changeset [3256] by
- install MBmpi.h
- 13:55 Changeset [3255] by
- o Move MPI configuration macros to a separate file o Change all #includes …
10/30/09:
- 02:09 Changeset [3254] by
- * Fix casts in iGeom_isArrAdj * Fix iteration in iGeom_getArrNrmlSense and …
10/29/09:
- 17:48 Changeset [3253] by
- Make iGeom_getArrAdj and iGeom_getArr2ndAdj work like their iMesh …
- 15:52 Changeset [3252] by
- Keep iGeom_getPntArrClsf from jumping up and down on the stack.
- 15:17 Changeset [3251] by
- Adding the file I'd fogotten to commit, thanks Jed.
- 13:49 Changeset [3250] by
- MBCore: using swap instead of '=' for range copy, for efficiency parallel: …
10/28/09:
- 16:26 Changeset [3249] by
- add MPI_Init and MPI_Finalize calls
- 16:26 Changeset [3248] by
- fix C++ syntax in C file
- 13:21 Ticket #37 (Bug: MBInterface::merge_entities) created by
- 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
- I built CGM with MPI and Cubit using the following configuration flags: …
- 10:43 Changeset [3247] by
- o include "plibs" directory for public mesh library o If "TetGen?" library …
- 10:31 Changeset [3246] by
- o Public tri/tet mesh library module is added o Makefile, test file for …
10/26/09:
- 20:30 Changeset [3245] by
- -bug fix: Make sure to set mFlags in MBMeshSet::set_flags -bug fix: Swap …
- 13:58 Changeset [3244] by
- Fix segfault in iGeom_getArrTolerance
- 10:42 Changeset [3243] by
- Add interface function to change the options of a meshset.
- 09:36 Changeset [3242] by
- 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
- Hi Tim: I misspoke - there is a memory leak. I've tried running with the …
10/22/09:
- 12:13 Changeset [3241] by
- Undo previous commit to the wrong repo
- 11:51 Changeset [3240] by
- -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.
![(please configure the [header_logo] section in trac.ini)](/projects/ITAPS/chrome/common/trac_banner.png)