root/MOAB


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2294 [2294] 12/02/08 00:26:44 dcthomp BUG: Use "unsigned char" in MBProcessSet iteration to properly handle …
(edit) @2291 [2291] 11/28/08 17:06:10 dcthomp COMP: Keep the CMake build working.
(edit) @2284 [2284] 11/25/08 13:29:43 dcthomp ENH: Checkpoint of a skeleton for implementing swept element sequences. …
(edit) @2283 [2283] 11/25/08 13:14:28 tautges Changes to prepare for reading parallel file info.
(edit) @2278 [2278] 11/24/08 10:03:10 kraftche fix building of DagMC against Cubit CGM
(edit) @2275 [2275] 11/19/08 13:06:22 kraftche o Fix stomping of user-specified LDFLAGS o Fix build under mingw32 …
(edit) @2270 [2270] 11/18/08 13:33:06 kraftche o Re-create parallel mesh for each unit test: a) prevents tests from …
(edit) @2269 [2269] 11/18/08 13:30:05 kraftche track changes to iMeshP.h
(edit) @2267 [2267] 11/17/08 11:53:43 tautges Adding test file for RPI sms format.
(edit) @2266 [2266] 11/17/08 11:53:20 tautges Adding reader for RPI Sms files.
(edit) @2264 [2264] 11/15/08 03:37:07 kraftche o Fix bugs when tests are run with an odd number of processors other than …
(edit) @2263 [2263] 11/15/08 03:32:05 kraftche Add test to check all per-entity sharing data for ghosted entities. **THIS …
(edit) @2262 [2262] 11/15/08 03:30:39 kraftche fix warnings
(edit) @2259 [2259] 11/15/08 01:36:05 kraftche o Add '-p' flag to make it easier to attach a debugger to only one of the …
(edit) @2258 [2258] 11/15/08 01:33:28 kraftche Fix bugs: o Do not try to ghost entities that aren't owned o Not all …
(edit) @2257 [2257] 11/14/08 17:53:17 kraftche update for change to iMeshP.h
(edit) @2256 [2256] 11/14/08 17:11:55 kraftche test iMeshP_pushTags and iMeshP_pushTagsEnt
(edit) @2255 [2255] 11/14/08 17:11:07 kraftche Fix bugs exchanging tag data (in my new code, not the original): o send …
(edit) @2254 [2254] 11/14/08 15:40:55 kraftche minor error in previous checkin
(edit) @2253 [2253] 11/14/08 15:38:13 kraftche o Fix incorrect buffer size in MBParallelComm::exchange_tasg o Split …
(edit) @2252 [2252] 11/14/08 15:20:33 kraftche fix mistake in code to enable iMeshP parallel read that broke parallel any …
(edit) @2251 [2251] 11/14/08 15:14:05 kraftche fix abort() when communicating higher-order elements
(edit) @2250 [2250] 11/14/08 13:43:12 kraftche update for changes to cgm.make.in and InitCGMA
(edit) @2245 [2245] 11/13/08 21:24:24 kraftche o Consolidate some test code o Group utility methods together o Test …
(edit) @2244 [2244] 11/13/08 21:22:42 kraftche fix minor bugs
(edit) @2243 [2243] 11/13/08 17:37:05 kraftche implement test for iMeshP_getEntStatus and iMeshP_getEntStatusArr
(edit) @2242 [2242] 11/13/08 16:43:23 kraftche clean up temporary files
(edit) @2241 [2241] 11/13/08 16:39:52 kraftche fix bug getting owner of entity shared amongst more than 2 processors
(edit) @2240 [2240] 11/13/08 15:01:59 kraftche fix more bugs: all implemented iMeshP unit tests except one now pass when …
(edit) @2239 [2239] 11/13/08 14:01:51 kraftche fix bug getting entity owner. All implemented unit tests for iMeshP now …
(edit) @2238 [2238] 11/13/08 13:28:26 kraftche add some utility code for attaching a debugger to only one proc and fix …
(edit) @2237 [2237] 11/13/08 13:27:16 kraftche sync with latest iMeshP.h
(edit) @2236 [2236] 11/13/08 12:35:34 kraftche o Fix an earlier checkin of mine that completely broke iMesh iterators …
(edit) @2235 [2235] 11/13/08 09:32:25 kraftche remove input part from list of neighbors
(edit) @2234 [2234] 11/12/08 21:50:17 kraftche Adding an (incomplete) collection of unit tests for iMeshP.h. All …
(edit) @2233 [2233] 11/12/08 21:48:56 kraftche o Fix bug in iMeshP_createPartitionAll o Implement …
(edit) @2232 [2232] 11/12/08 21:42:02 kraftche fix bug passing file load options through iMesh interface
(edit) @2231 [2231] 11/12/08 21:40:29 kraftche Add new read option 'PCOMM' used to specify which MBParallelComm instance …
(edit) @2230 [2230] 11/12/08 21:39:44 kraftche minor efficiency improvement: don't search RangeMap? for zero-values
(edit) @2229 [2229] 11/12/08 21:38:55 kraftche Add default PARALLEL mode if option is specified with no value
(edit) @2228 [2228] 11/12/08 21:38:11 kraftche o Add function to get MBParallelComm ID o Add function to get all …
(edit) @2227 [2227] 11/12/08 20:45:19 kraftche fix bug: need to set array values before passing to MPI_Allgatherv
(edit) @2222 [2222] 11/07/08 12:42:28 kraftche Fix bugs in iMesh_getEntArrAdj: - Do not return faces when asked for …
(edit) @2209 [2209] 11/04/08 13:15:01 kraftche iMeshP_loadFile & iMeshP_saveFile
(edit) @2207 [2207] 11/04/08 09:18:34 kraftche add special case for root set to isEntArrContained
(edit) @2206 [2206] 11/03/08 16:15:53 kraftche sync up with iMeshP.h from RPI repo
(edit) @2205 [2205] 11/03/08 16:08:19 kraftche Implement all query functions of iMeshP interface (except those related …
(edit) @2204 [2204] 11/03/08 16:05:56 kraftche o Remove declaration of function with no implementation o Add part-based …
(edit) @2203 [2203] 11/03/08 16:04:42 kraftche Add iMesh_isEntArrContained as proposed in ITAPS mailing list. (Adding …
(edit) @2202 [2202] 11/03/08 13:59:36 tautges Use variable expansion trick to expand variables for ITAPS_LIBTOOL_VAR …
(edit) @2193 [2193] 10/31/08 17:19:38 kraftche More fixes to existing parallel unit tests. test_ghost_elements_2_0_1 …
(edit) @2192 [2192] 10/31/08 17:01:06 kraftche remove some unused code from previous checkin
(edit) @2191 [2191] 10/31/08 16:35:34 kraftche o Add unit tests to verify that all get_entities_by_* functions in …
(edit) @2190 [2190] 10/31/08 12:28:54 kraftche fix tests: for ghosting more than one layer of elements, the behavior …
(edit) @2189 [2189] 10/31/08 12:27:13 kraftche add utility method to get moab instance from MBParallelComm
(edit) @2188 [2188] 10/31/08 12:26:40 kraftche Remove invalid assert: It is possible to receive an empty buffer …
(edit) @2173 [2173] 10/23/08 10:42:41 tautges Adding arguments to some get_connectivity calls so they work with …
(edit) @2170 [2170] 10/21/08 13:30:01 kraftche clean up handle-casting templates
(edit) @2168 [2168] 10/21/08 13:28:25 kraftche o Add test for support of template function specialiation. o Clean up some …
(edit) @2166 [2166] 10/21/08 09:09:52 kraftche fix syntax error w/ -pedantic flag--fixes nightly test issue
(edit) @2165 [2165] 10/21/08 09:04:54 kraftche add new file to SOURCES list in Makefile.am--fixes nightly test issue
(edit) @2156 [2156] 10/20/08 14:46:28 kraftche - Add '-pedantic' flag when compiling with gcc/g++ - Fix build errors when …
(edit) @2155 [2155] 10/20/08 13:39:20 kraftche - Declare some internal iMesh_MOAB data and types in a header so that …
(edit) @2154 [2154] 10/20/08 12:50:57 kraftche Partial and untested (it compiles) iMeshP - some functions completely …
(edit) @2151 [2151] 10/15/08 13:29:36 kraftche Fix bug in HDF5 writer: Possibly corrupted set contents if set contains …
(edit) @2150 [2150] 10/15/08 13:21:32 kraftche Fix bug in HDF5 writer: Explicity handle case where no handle in the …
(edit) @2147 [2147] 10/14/08 15:26:37 tautges In the "why did this ever work correctly" department: fixed error handling …
(edit) @2146 [2146] 10/14/08 14:46:56 tautges Move bulk of delete_entities function implementation to range-based case, …
(edit) @2145 [2145] 10/14/08 14:43:41 kraftche fix mistakes in previous checkin
(edit) @2143 [2143] 10/14/08 14:25:26 kraftche o Add PARALLEL_PART_TAG_NAME as alias for PARALLEL_PARTITION_TAG_NAME o …
(edit) @2141 [2141] 10/14/08 10:54:32 tautges In iMesh_getEntities, allocate array for entities only (without entity …
(edit) @2140 [2140] 10/13/08 13:09:18 tautges Added function add_vsequence to SequenceManager?; a structured element …
(edit) @2138 [2138] 10/10/08 17:09:37 kraftche Bug fixes: o Put owned entities that are ghosted elsewhere, not ghosted …
(edit) @2137 [2137] 10/09/08 15:02:00 kraftche document pack_tags function
(edit) @2135 [2135] 10/07/08 15:15:04 kraftche - Generalize testing of ghosting to test more configuraions - Work around …
(edit) @2134 [2134] 10/07/08 15:07:55 kraftche fix overly-long test_pack_tag_data into three separate tests
(edit) @2133 [2133] 10/06/08 16:32:21 kraftche Correctly handle entity_topology == iMesh_ALL_TOPOLOGIES in …
(edit) @2132 [2132] 10/06/08 16:23:00 kraftche modified version of Jed Brown's fix for incorretly counting sets in the …
(edit) @2131 [2131] 10/06/08 16:16:46 kraftche autoconf version portability fix from Jed Brown
(edit) @2130 [2130] 10/03/08 17:45:52 kraftche o Add unit test for ghosting during parallal read o Add unit test for …
(edit) @2129 [2129] 10/03/08 15:06:15 kraftche update to latest iMeshP.h
(edit) @2128 [2128] 10/03/08 08:56:15 kraftche need to include test input file in tarball
(edit) @2127 [2127] 10/02/08 15:37:30 kraftche o Update iMeshP.h to latest version from RPI repo, with recent syntax …
(edit) @2126 [2126] 10/02/08 14:48:09 kraftche Draft interface sent ot itaps-parallel by K.Devine on July 24, 2008
(edit) @2125 [2125] 10/02/08 09:37:47 kraftche fix broken build with NetCDF disabled
(edit) @2124 [2124] 10/02/08 09:26:56 kraftche fix warnings (/compiled/configured/)
(edit) @2123 [2123] 10/02/08 08:42:22 kraftche add missing #include
(edit) @2122 [2122] 10/01/08 16:52:22 kraftche fix uninitialized variable used for exit code
(edit) @2121 [2121] 10/01/08 15:48:58 kraftche typo in previous checkin
(edit) @2120 [2120] 10/01/08 15:42:35 kraftche It is an error if the user specified the --with-hdf5 option and HDF5 was …
(edit) @2119 [2119] 10/01/08 15:38:23 kraftche Fix previous checking: need to be able to distinguish wether or …
(edit) @2118 [2118] 10/01/08 15:26:48 kraftche o Fix bug where if user did specified --with-netcdf and libnetcdf is …
(edit) @2117 [2117] 10/01/08 13:40:54 kraftche tweak MIME type on some cubit files
(edit) @2116 [2116] 10/01/08 13:34:02 kraftche add unit tests for cub file reader
(edit) @2115 [2115] 10/01/08 13:33:41 kraftche call a function to handle flagging test errors because it provides a …
(edit) @2114 [2114] 10/01/08 13:24:56 kraftche When doing an in-source-tree build, don't remove …
(edit) @2113 [2113] 10/01/08 12:22:30 kraftche Minimize headers included in MBZoltan.hpp
(edit) @2112 [2112] 10/01/08 12:21:35 kraftche Add missing include path
(edit) @2109 [2109] 09/30/08 12:49:44 kraftche add some blocks so that test of shared sets has something to check
(edit) @2108 [2108] 09/30/08 09:54:22 kraftche add some (disabled) debuging output
Note: See TracRevisionLog for help on using the revision log.