0de4641ec5
- introducing types for local and globale IDs and indices - different structurs for local elements and stored elements in file - interator for border facets added
gsell2010-11-12 08:23:00 +00:00
1dd75f48e6
fixed problems with compiling on my Mac
Marc Howison
2010-11-08 01:56:45 +00:00
6dc020da64
- introduced types for local and global indices and ID's - bugfixes
gsell2010-10-18 16:12:41 +00:00
b6a5823e23
- bug fixed in write_tagset(): wrong limit in for loop
gsell2010-09-06 15:47:51 +00:00
441915f443
- Removed some parallel tests from serial code - fix some warnings
gsell2010-09-06 15:45:47 +00:00
6d0600febf
- handling of imported env.vars revised
gsell2010-08-20 15:55:55 +00:00
c47c0cfc6e
- neighbor information management added to elements - prefix 'global' removed form global element struct - global and local element data now have the same struct - and several other changes
gsell2010-08-20 15:54:01 +00:00
21ba443bcd
- new adjacency API implemented - some minor fixes
gsell2010-08-20 15:47:40 +00:00
d745498f3c
- use of type h5_size_t in H5Block functions - several fixes to get rid of warnings with icc -Wall
gsell2010-08-20 15:46:28 +00:00
77d5f4feb8
- type casts added to printf args - changed to new adjacency API
gsell2010-08-20 15:41:07 +00:00
982bf089ac
lib added to ignore list
gsell2010-07-29 11:33:42 +00:00
0137e7ac2a
use 'idx' in element structure as global index for global elements and level idx for local elements. We don't need to save the level index for globale elements and it makes no sense to store the local index of a local element.
gsell2010-07-29 11:33:29 +00:00
b0bacdc6a7
function h5t_map_global_elem_indices2local() added
gsell2010-07-29 11:19:00 +00:00
5da74b94df
some entries added to ignore list
gsell2010-07-29 11:15:28 +00:00
6568099f62
fixed errors found by regression tests: the H5Fed file data structure can't be created by >1 MPI task, so it is disabled in parallel mode (for now) the H5Block3dSetHalo function was inverting the halo radii the h5b_test wasn't writing the correct data in the halo case
Marc Howison
2010-07-28 21:55:00 +00:00
d368a60202
bug fixes in Fortran API for 1.6.2
H5Part-1.6.2
Marc Howison
2010-07-28 21:44:48 +00:00
377af10fb0
tested out packaging a tarball and compiling/install on Franklin fixed several issues with the build system
Marc Howison
2010-07-24 00:10:41 +00:00
421a92630a
refactored Fortran interface to use h5core calls instead of C API calls
Marc Howison
2010-07-22 20:32:52 +00:00
b920c0f9e8
- level_idx removed from element structure - mesh type specific read methods
gsell2010-07-22 20:02:48 +00:00
a1a90c8af0
corrections for IASDS paper
Marc Howison
2010-07-22 18:52:40 +00:00
4a20cd715e
- neighborhood informations added to elements (to be continued) - several name changes in struct h5t_fdata - refactoring according changes in struct h5t_fdata
gsell2010-07-22 14:43:17 +00:00
56b1be9ddb
define sub-dirs for src/Makefile via configure
gsell2010-07-22 14:36:41 +00:00
b56c4246c9
reference element type renamed
gsell2010-07-22 10:16:22 +00:00
5f6808947a
added h5hutcc wrapper updated documentation finished merging the Fortran interface and refactoring H5Block started an H5Block regression test
Marc Howison
2010-07-20 18:23:48 +00:00
7ea00c38f8
Integrated H5Part regression test and fixed numerous errors that it discovered. Finished integrating H5Block and the Fortran interface (untested). Started adding an H5Block regression test with a few simple tests (all pass). Added automatic detection of stripe information on lustre, and config option to compile against lustre API. Moved buffers for H5Block ghost zone disolving out of the file handle and into the h5b_3d_set_view function. Fixed bug with pointers in the H5Fed file data not being initialized to NULL.
Marc Howison
2010-07-15 19:44:48 +00:00
2c267f173a
continued working on Fortran interface
Marc Howison
2010-07-10 00:00:54 +00:00
9f3fd3b053
continued merging H5Block: still some functionality missing (attribs, read, write); added H5Part regression tests; simplified several Makefile.am files and configure.ac; began merging new Fortran interface
Marc Howison
2010-07-09 16:24:57 +00:00