Commit Graph

826 Commits

Author SHA1 Message Date
gsell 2a2c461f71 several format warnings fixed 2011-05-23 14:51:55 +00:00
gsell 87feccada8 several format warnings fixed 2011-05-23 14:50:00 +00:00
gsell ed913eaa0f experimental code added fot adding named triangle meshes 2011-05-23 14:34:57 +00:00
gsell 0b94f58cc9 proc rank is now printed by h5priv_vprintf 2011-05-23 14:33:41 +00:00
gsell 4818fa0efb 'mesh_label' removed from 'struct h5_file' 2011-05-23 14:31:37 +00:00
gsell 5b6e145e87 pre-refine implemented as mesh specific function 2011-05-20 14:02:05 +00:00
gsell 22c45153a8 bugfixes 2011-05-20 14:01:00 +00:00
gsell a7b9621850 h5t_openclose* renamed to h5t_model*, some functions moved from file to files 2011-05-20 13:01:14 +00:00
gsell f79b06ef4d h5t_const.c and h5t_const_private.h removed 2011-05-20 11:55:19 +00:00
gsell 1a8433681f API changed: now we have explicit function to open/add meshes of specific type 2011-05-20 11:53:49 +00:00
gsell 0dbb8f22e3 dedicated function to add triangle and tetrahedral meshes added 2011-05-13 11:04:57 +00:00
gsell 532da439a6 svn:ignore edited 2011-05-13 11:02:43 +00:00
gsell 7075ab7712 'h5_attach_test.c' added 2011-05-13 11:01:37 +00:00
gsell 5bd6ab7109 svn:ignore edited 2011-05-13 10:59:04 +00:00
gsell f3517f3775 code added for parallel compilation 2011-05-13 10:53:40 +00:00
Marc Howison 30ea30603e created code generator for H5_attribs_F.c 2011-05-06 13:28:37 +00:00
Marc Howison 1f8f6cddde updated Fortran interfacae to use new macros 2011-05-06 13:28:02 +00:00
Marc Howison 11fd3c10c5 updated h5_lustre.c to user new macros; changed library targets to ../lib/lib*.a to avoid the mv and mkdir hacks in Makefile.am; fixed problem in h5u_test with H5PartSetViewIndices; OPEN BUG with h5u_test for >1 MPI task (strange pthread setfault?) 2011-05-05 17:58:05 +00:00
gsell c676222a03 output of debug information added to all private API functions 2011-05-05 07:36:47 +00:00
gsell 09cad98413 src/lib added 2011-05-05 07:29:19 +00:00
gsell 53b8850329 output of debug information added to all API and core-API functions 2011-05-03 09:30:30 +00:00
gsell 808d489564 fixed bug in h5_get_num_steps() 2011-04-18 12:30:40 +00:00
gsell ecb23b66dd libH5hutC.a added to ignore list H5hut-1.99.1 2011-04-07 11:05:22 +00:00
gsell 64de405353 libH5hut.a added to ignore list 2011-04-07 11:04:45 +00:00
gsell 0cce74dadb H5PartTest.cc adapted to H5hut API 2 2011-04-01 14:33:07 +00:00
gsell aa3462472d added include of stdarg.h 2011-04-01 14:29:43 +00:00
gsell af3601d2d9 test/H5Part/Makefile added to AC_CONFIG_FILES() 2011-04-01 14:27:56 +00:00
gsell 407bbe4d0c implementation of attachments continued 2011-03-31 15:30:16 +00:00
gsell 6661eca765 added extern "C" wrapper for C++ 2011-03-25 14:53:31 +00:00
gsell 1000240374 work in progress 2011-03-25 14:51:46 +00:00
gsell cea4a22f9b fixed warnings 2011-03-25 14:49:46 +00:00
gsell e4e78f713c attachment implementation 2011-03-24 09:07:12 +00:00
gsell 4b0d303ceb - h5_attachments.c added 2011-03-11 16:12:17 +00:00
gsell 4d348dbe0d - function hdf5_get_dataset_info_by_name() added
- args of function hdf5_get_npoints_of_dataset_by_name() are now const
2011-03-11 16:11:23 +00:00
gsell 745e2229e7 use function hdf5_get_datasetinfo_by_idx() in h5u_get_dataset_info() 2011-03-11 15:29:29 +00:00
gsell b0c321dd54 - renamed functions:
h5_get_num_hdf5_groups() -> hdf5_get_num_groups()
  h5_get_num_hdf5_groups_matching_prefix() -> hdf5_get_num_groups_matching_prefix()
  h5_get_hdf5_groupname_by_idx() -> h5_get_hdf5_groupname_by_idx()
  h5_get_hdf5_groupname_by_idx() -> hdf5_get_num_datasets()
  h5_get_hdf5_datasetname_by_idx() -> hdf5_get_name_of_dataset_by_idx()
  h5_get_objname() -> hdf5_get_objname()
- added functions:
  hdf5_get_dataset_info_by_idx()
- changed args:
  h5_get_dataset_type(): file handle removed
2011-03-11 15:08:02 +00:00
gsell a8dd08c5bf - added functions: H5Block3d{G,S}etFieldOrigin(), H5Block3d{G,S}etSpacing() 2011-02-24 16:34:51 +00:00
gsell 427c550993 - fixes for Intel C on Linux 2011-02-24 09:59:15 +00:00
gsell d3c09a61b2 - removed "h5_file_t f" argument where we don't need need (but not in API)
- removed arguments from macros h5_error_internal() h5_error_not_implemented()
- some coding style issues fixed
2011-02-24 08:18:45 +00:00
gsell 7e93a7ab2f - improved debugging
- abort error handler now terminates all processes in MPI_COMM_WORLD
- some formating issues fixed
- some minor (cosmetic) changes
2011-02-18 10:33:44 +00:00
gsell 05772223f5 - use specific data types for local IDs and indices (instead of h5_id_t) 2011-02-03 10:51:28 +00:00
gsell 2bc7cc1024 - local IDs and indices are now 32bit (in the future it will be possible
to compile the library with 32bit or 64bit IDs/indices.
- bugfixes
2011-02-03 10:40:40 +00:00
gsell d0ce31c8c0 - more generic private functions added to attrib API 2011-02-03 09:17:05 +00:00
gsell ea09184d53 output entities as n-tuple of vertex indices, not their ID 2011-01-21 13:15:13 +00:00
gsell eb5c31e80f build of trimesh_adjacencies added 2011-01-21 10:33:01 +00:00
gsell 607c084ac4 added 2011-01-21 10:32:19 +00:00
gsell b9eed5630c - reference elements revisited (extensions, bugfixes...)
- adjacency computation reviewed, bug fixes
- some reformating and refactoring
2011-01-21 10:27:48 +00:00
gsell 212c9b86a1 label in macro H5_API_RETURN renamed 2011-01-21 10:23:36 +00:00
gsell f6eeeca9b0 label in macro H5_API_RETURN renamed 2011-01-21 10:21:37 +00:00
gsell 54aaf846e7 - hash functions reviewed and optimzed 2011-01-06 12:05:20 +00:00