Commit Graph

244 Commits

Author SHA1 Message Date
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
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 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
gsell 99274bbec9 src/h5/t_readwrite.c
- includes fixed
- H5t_add_level()
  H5t_add_num_vertices()
  H5t_store_vertex()
  H5t_add_num_tets()
  H5t_store_tet()
  * added
2008-02-14 15:35:17 +00:00
gsell f163070d47 src/h5/h5_types.h
- macro H5_ERR_NOT_IMPLEMENTED added
2008-02-14 15:32:59 +00:00
gsell 9c48120cd9 src/h5/errorhandling.h
- maro "H5_warn" added
- declaration of "H5_set_funcname()" fixed
2008-02-14 15:31:53 +00:00
gsell bf9993808a src/h5/errorhandling.c
- includes fixed
- use "h5" types insteed of obsolete "h5part" types
- H5_set_funcname()
  * fix definition of parameter "fname"
  * fix cast in assignment to "__funcname"
2008-02-14 15:30:11 +00:00
gsell 8c35cd1bdf src/Makefile.am
- "H5PartErrors.h" and "H5BlockErrors.h" removed from "include_HEADERS"
2008-02-14 15:26:29 +00:00
gsell 13c206ef1a src/H5Fed_storeretrieve.c
- include files fixed
- SET_FNAME(__func__) added to all (?) functions
- move real implementation to "h5/t_readwrite.c"
2008-02-14 15:24:44 +00:00
gsell 4ad70757eb removed 2008-02-14 14:57:27 +00:00