Commit Graph

411 Commits

Author SHA1 Message Date
gsell fd43fea24e removed 2008-06-05 12:45:24 +00:00
gsell 0f271a745f added 2008-03-19 11:36:30 +00:00
gsell 4d4b21aac3 read_vertices()
read_tets()
	- leave loop as soon as we have read the expected number of objects
2008-02-22 14:39:33 +00:00
gsell 136b1df93e several funcion renamed and param types changed, read logs for include
files for more details
2008-02-22 14:23:19 +00:00
gsell 702a2b0398 _read_data()
- step id from error handling removed
2008-02-22 14:13:13 +00:00
gsell 68529915b3 H5FedGetNumMeshes()
H5FedOpenMesh()
H5FedGetNumLevels()
H5FedSetLevel()
	- added
H5FedGetVertex()
H5FedGetTetrahedron()
	- param type changed
2008-02-22 13:56:49 +00:00
gsell 5d5e49cd83 _h5t_init_fdata()
* init t->num_meshes;
2008-02-22 13:53:13 +00:00
gsell d52258a68a H5U_read_elems()
- #ifdef INDEPENDENT_IO removed, pass xfer_prop in both cases
2008-02-22 13:51:37 +00:00
gsell 33e37380d2 H5t_open_mesh()
- renamed, was H5t_set_mesh
	- parm id isn't const any more
H5t_open_level()
	- renamed, was H5t_set_level
H5t_get_vertex()
	- parm P type changed
H5t_get_tet
	- parm vertex_ids type changed
2008-02-22 13:49:03 +00:00
gsell 8cee40b22a reading of vertices and tets added 2008-02-22 13:45:25 +00:00
gsell 88ec6fd6d0 H5_ERR_INTERNAL
- added
struct h5t_fdata
       - last_retrieved_vertex_id and last_retrieved_tet_id added
2008-02-22 13:44:02 +00:00
gsell 17b5cf1a47 HANDLE_H5_INTERNAL_ERR
- added
HANDLE_H5D_READ_ERR
	- do not print step id any more
2008-02-22 13:42:34 +00:00
gsell f50381096a rules to compile read_tet added 2008-02-22 13:39:42 +00:00
gsell d7230920ed added 2008-02-22 13:38:54 +00:00
gsell 3b1b2075a5 struct vertex
* global_id added
add_level()
	* use global vertex id defined in struct
main()
	* add error handling after calls to add_level)
2008-02-22 13:38:28 +00:00
Benedikt Oswald 37a9b877aa Added include files. 2008-02-20 14:19:29 +00:00
gsell 6888d0cd6f - empty line removed 2008-02-20 14:07:58 +00:00
gsell 446e5dfcd8 H5t_store_tet()
- some debug output added
2008-02-20 14:07:18 +00:00
gsell 77ca64df60 H5t_get_num_meshes()
H5t_get_num_meshes()
H5t_get_num_levels()
H5t_set_level()
	- added
H5t_store_tet()
	- output of error messages added
2008-02-20 14:04:59 +00:00
gsell 6684a3cdfc - declaration of new functions added 2008-02-20 13:48:55 +00:00
gsell 5426e8267e HANDLE_H5_UNDEF_MESH_ERR
HANDLE_H5_UNDEF_LEVEL_ERR
HANDLE_H5_OVERFLOW_ERR
HANDLE_H5_PARENT_ID_ERR
HANDLE_H5_OUT_OF_RANGE_ERR
	- macros added
2008-02-20 13:48:13 +00:00
gsell c6dc048f25 H5FedGetNumLevels()
- moved to H5Fed_storeretrieve.c
2008-02-20 13:46:16 +00:00
gsell 9eb059e1ec struct h5t_fdata
- num_meshes added
2008-02-20 13:42:41 +00:00
gsell 8df79f3ee4 H5FedGetNumLevels()
H5FedSetLevel()
H5FedGetNumMeshes()
H5FedSetMesh()	
	- added
2008-02-20 13:41:12 +00:00
gsell 64b9441aed H5FedGetNumVertices()
- call H5t_get_num_vertices()
H5FedGetVertex()
- call H5t_get_vertex()
H5FedGetNumTetrahedras()
- call H5t_get_num_tets()
H5FedGetTetrahedra()
- call H5t_get_tet()
2008-02-20 10:32:23 +00:00
gsell 11921ff04c - declaration of new functions added 2008-02-20 10:25:54 +00:00
gsell a83d527326 _write_data()
* write of dataset H5T_TETMESH_NUM_ELEMS_ON_LEVEL_DSNAME added
H5_add_level()
H5_store_tet()
	* handling of num_tets_on_level added
_read_vertices()
H5t_get_num_vertices()
H5t_get_vertex_ids()
H5t_get_vertex()
H5t_get_num_tets()
H5t_get_tet()
	* added
2008-02-20 10:24:48 +00:00
gsell 3c69548d96 - macro H5T_TETMESH_NUM_ELEMS_ON_LEVEL_DSNAME added 2008-02-20 10:18:18 +00:00
gsell e1055a5241 - num_tets_on_level added to struct h5t_fdata 2008-02-20 10:17:11 +00:00
gsell 449e7b9465 trunk/src/H5Block.c
trunk/src/H5Fed.c
trunk/src/H5Fed_storeretrieve.c
- include <stdarg.h> added
2008-02-18 14:40:12 +00:00
gsell bac53ee2d2 test/h5t/Makefile.am
test/h5u/Makefile.am
test/h5b/H5BlockTestAttributes.c
test/h5b/Makefile.am
src/H5Part.c
src/H5Block.c
src/H5Part.h
src/Makefile.am
src/h5/errorhandling.c
src/h5/h5_types.h
src/h5/attribs.c
src/h5/t_readwrite.c
src/h5/u_readwrite.c
src/h5/t_openclose.c
src/h5/h5_private.h
src/h5/readwrite.c
src/h5/openclose.c
src/h5/Makefile.am
- changes due to removed H5PartTypes.h, H5BlockTyes.h and H5PartPrivate.h
2008-02-18 14:33:30 +00:00
gsell a805b54aac removed 2008-02-18 14:03:25 +00:00
gsell 91100da0d7 removed 2008-02-18 14:01:16 +00:00
gsell d658271487 removed 2008-02-18 14:00:16 +00:00
gsell 056ad4e54f added 2008-02-18 13:55:48 +00:00
gsell 1be1123b9a - typo in value of include_HEADERS fixed 2008-02-18 13:54:51 +00:00
gsell 1cec74a0b4 _h5b_open_file()
- we cannot call H5_check_filehandle() here
H5_open_file()
- Output of info-message changed
2008-02-18 13:52:38 +00:00
gsell 1597d075fd H5_write_data()
- output info-message with group and dataset name we are writing to
2008-02-18 13:45:59 +00:00
gsell 361bdbedc6 - calls of HANDLE_H5S_CREATE_SIMPLE_ERR() adapted to new definition 2008-02-18 13:43:52 +00:00
gsell 96f5a0ec45 - error handling added 2008-02-18 13:42:17 +00:00
gsell 2ab830d4f1 - error handling added
- output of informational messages
2008-02-18 13:41:41 +00:00
gsell 08424772cf - HANDLE_H5S_CREATE_SIMPLE_ERR() output rank now 2008-02-18 13:40:23 +00:00
gsell 551113e4a8 - H5_get_objname() added
- some log-macros added
2008-02-18 13:36:16 +00:00
gsell 08cb0e3e55 H5_get_objname()
- added
2008-02-18 13:35:16 +00:00
gsell 7651bbf900 - SET_FNAME() added to all functions 2008-02-18 13:34:26 +00:00
gsell e3f0a69e9d - reduce verbosity level to 4 2008-02-18 13:32:05 +00:00
gsell ee593dd338 src/H5Fed.c
- includes fixed
2008-02-14 15:43:10 +00:00
gsell 1c7df2a598 H5Part.c
H5Block.c
h5/u_readwrite.c
h5/attribs.c
h5/t_openclose.c
h5/readwrite.c
h5/openclose.c
- includes fixed
2008-02-14 15:41:50 +00:00
gsell bd3b9fa4f6 src/h5/t_readwrite.h
- declaration of new functions added
2008-02-14 15:38:56 +00:00
gsell 693c9ff72b src/h5/h5_private.h
- include of "errorhandling_private.h" added
- macros "CHECK_FILEHANDLE", "CHECK_WRITABLE_MODE", "CHECK_READONLY_MODE" and
   "CHECK_TIMEGROUP" added
2008-02-14 15:37:42 +00:00