This website requires JavaScript.
11b105bc82
refactoring
gsell
2008-06-19 15:13:34 +00:00
b51290f270
refactoring
gsell
2008-06-19 15:12:02 +00:00
d828fb0364
refactoring
gsell
2008-06-19 15:11:23 +00:00
3efd4d64a5
refactoring
gsell
2008-06-19 15:10:43 +00:00
1d1dfdb883
refactoring
gsell
2008-06-19 15:10:29 +00:00
44d30257a4
refactoring
gsell
2008-06-19 15:10:21 +00:00
e21d2af4ec
refactoring
gsell
2008-06-19 15:10:15 +00:00
d407f58b7c
refactoring
gsell
2008-06-19 15:10:08 +00:00
a768784821
refactoring
gsell
2008-06-19 15:09:00 +00:00
2e0dde14c4
refactoring
gsell
2008-06-19 15:08:10 +00:00
6781800ede
refactoring
gsell
2008-06-19 15:06:16 +00:00
d19eb1469e
refactoring
gsell
2008-06-19 15:06:10 +00:00
13fee62afd
refactoring
gsell
2008-06-19 15:06:05 +00:00
b0bad95604
refactoring
gsell
2008-06-19 15:05:48 +00:00
275d279f8d
refactoring
gsell
2008-06-19 15:05:43 +00:00
d00ea580cd
refactoring
gsell
2008-06-19 15:04:36 +00:00
4072560858
refactoring
gsell
2008-06-19 15:04:28 +00:00
dddb0f8c2b
refactoring
gsell
2008-06-19 15:04:07 +00:00
f671df975d
refactoring
gsell
2008-06-19 15:03:44 +00:00
caeac4ef8b
refactoring
gsell
2008-06-19 15:03:15 +00:00
d06bef0854
refactoring
gsell
2008-06-19 15:03:01 +00:00
12ae632ac4
added
gsell
2008-06-05 12:48:52 +00:00
fd43fea24e
removed
gsell
2008-06-05 12:45:24 +00:00
0f271a745f
added
gsell
2008-03-19 11:36:30 +00:00
4d4b21aac3
read_vertices() read_tets() - leave loop as soon as we have read the expected number of objects
gsell
2008-02-22 14:39:33 +00:00
136b1df93e
several funcion renamed and param types changed, read logs for include files for more details
gsell
2008-02-22 14:23:19 +00:00
702a2b0398
_read_data() - step id from error handling removed
gsell
2008-02-22 14:13:13 +00:00
68529915b3
H5FedGetNumMeshes() H5FedOpenMesh() H5FedGetNumLevels() H5FedSetLevel() - added H5FedGetVertex() H5FedGetTetrahedron() - param type changed
gsell
2008-02-22 13:56:49 +00:00
5d5e49cd83
_h5t_init_fdata() * init t->num_meshes;
gsell
2008-02-22 13:53:13 +00:00
d52258a68a
H5U_read_elems() - #ifdef INDEPENDENT_IO removed, pass xfer_prop in both cases
gsell
2008-02-22 13:51:37 +00:00
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
gsell
2008-02-22 13:49:03 +00:00
8cee40b22a
reading of vertices and tets added
gsell
2008-02-22 13:45:25 +00:00
88ec6fd6d0
H5_ERR_INTERNAL - added struct h5t_fdata - last_retrieved_vertex_id and last_retrieved_tet_id added
gsell
2008-02-22 13:44:02 +00:00
17b5cf1a47
HANDLE_H5_INTERNAL_ERR - added HANDLE_H5D_READ_ERR - do not print step id any more
gsell
2008-02-22 13:42:34 +00:00
f50381096a
rules to compile read_tet added
gsell
2008-02-22 13:39:42 +00:00
d7230920ed
added
gsell
2008-02-22 13:38:54 +00:00
3b1b2075a5
struct vertex * global_id added add_level() * use global vertex id defined in struct main() * add error handling after calls to add_level)
gsell
2008-02-22 13:38:28 +00:00
37a9b877aa
Added include files.
Benedikt Oswald
2008-02-20 14:19:29 +00:00
6888d0cd6f
- empty line removed
gsell
2008-02-20 14:07:58 +00:00
446e5dfcd8
H5t_store_tet() - some debug output added
gsell
2008-02-20 14:07:18 +00:00
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
gsell
2008-02-20 14:04:59 +00:00
6684a3cdfc
- declaration of new functions added
gsell
2008-02-20 13:48:55 +00:00
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
gsell
2008-02-20 13:48:13 +00:00
c6dc048f25
H5FedGetNumLevels() - moved to H5Fed_storeretrieve.c
gsell
2008-02-20 13:46:16 +00:00
9eb059e1ec
struct h5t_fdata - num_meshes added
gsell
2008-02-20 13:42:41 +00:00
8df79f3ee4
H5FedGetNumLevels() H5FedSetLevel() H5FedGetNumMeshes() H5FedSetMesh() - added
gsell
2008-02-20 13:41:12 +00:00
64b9441aed
H5FedGetNumVertices() - call H5t_get_num_vertices() H5FedGetVertex() - call H5t_get_vertex() H5FedGetNumTetrahedras() - call H5t_get_num_tets() H5FedGetTetrahedra() - call H5t_get_tet()
gsell
2008-02-20 10:32:23 +00:00
11921ff04c
- declaration of new functions added
gsell
2008-02-20 10:25:54 +00:00
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
gsell
2008-02-20 10:24:48 +00:00
3c69548d96
- macro H5T_TETMESH_NUM_ELEMS_ON_LEVEL_DSNAME added
gsell
2008-02-20 10:18:18 +00:00
e1055a5241
- num_tets_on_level added to struct h5t_fdata
gsell
2008-02-20 10:17:11 +00:00
449e7b9465
trunk/src/H5Block.c trunk/src/H5Fed.c trunk/src/H5Fed_storeretrieve.c - include <stdarg.h> added
gsell
2008-02-18 14:40:12 +00:00
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
gsell
2008-02-18 14:33:30 +00:00
a805b54aac
removed
gsell
2008-02-18 14:03:25 +00:00
91100da0d7
removed
gsell
2008-02-18 14:01:16 +00:00
d658271487
removed
gsell
2008-02-18 14:00:16 +00:00
056ad4e54f
added
gsell
2008-02-18 13:55:48 +00:00
1be1123b9a
- typo in value of include_HEADERS fixed
gsell
2008-02-18 13:54:51 +00:00
1cec74a0b4
_h5b_open_file() - we cannot call H5_check_filehandle() here H5_open_file() - Output of info-message changed
gsell
2008-02-18 13:52:38 +00:00
1597d075fd
H5_write_data() - output info-message with group and dataset name we are writing to
gsell
2008-02-18 13:45:59 +00:00
361bdbedc6
- calls of HANDLE_H5S_CREATE_SIMPLE_ERR() adapted to new definition
gsell
2008-02-18 13:43:52 +00:00
96f5a0ec45
- error handling added
gsell
2008-02-18 13:42:17 +00:00
2ab830d4f1
- error handling added - output of informational messages
gsell
2008-02-18 13:41:41 +00:00
08424772cf
- HANDLE_H5S_CREATE_SIMPLE_ERR() output rank now
gsell
2008-02-18 13:40:23 +00:00
551113e4a8
- H5_get_objname() added - some log-macros added
gsell
2008-02-18 13:36:16 +00:00
08cb0e3e55
H5_get_objname() - added
gsell
2008-02-18 13:35:16 +00:00
7651bbf900
- SET_FNAME() added to all functions
gsell
2008-02-18 13:34:26 +00:00
e3f0a69e9d
- reduce verbosity level to 4
gsell
2008-02-18 13:32:05 +00:00
ee593dd338
src/H5Fed.c - includes fixed
gsell
2008-02-14 15:43:10 +00:00
1c7df2a598
H5Part.c H5Block.c h5/u_readwrite.c h5/attribs.c h5/t_openclose.c h5/readwrite.c h5/openclose.c - includes fixed
gsell
2008-02-14 15:41:50 +00:00
bd3b9fa4f6
src/h5/t_readwrite.h - declaration of new functions added
gsell
2008-02-14 15:38:56 +00:00
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
gsell
2008-02-14 15:37:42 +00:00
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
gsell
2008-02-14 15:35:17 +00:00
f163070d47
src/h5/h5_types.h - macro H5_ERR_NOT_IMPLEMENTED added
gsell
2008-02-14 15:32:59 +00:00
9c48120cd9
src/h5/errorhandling.h - maro "H5_warn" added - declaration of "H5_set_funcname()" fixed
gsell
2008-02-14 15:31:53 +00:00
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"
gsell
2008-02-14 15:30:11 +00:00
8c35cd1bdf
src/Makefile.am - "H5PartErrors.h" and "H5BlockErrors.h" removed from "include_HEADERS"
gsell
2008-02-14 15:26:29 +00:00
13c206ef1a
src/H5Fed_storeretrieve.c - include files fixed - SET_FNAME(__func__) added to all (?) functions - move real implementation to "h5/t_readwrite.c"
gsell
2008-02-14 15:24:44 +00:00
4ad70757eb
removed
gsell
2008-02-14 14:57:27 +00:00
35888e637f
src/H5PartErrors.h - removed, content moved to "h5/errorhandling_private.h"
gsell
2008-02-14 13:44:58 +00:00
4be57b410a
src/H5BlockErrors.h - removed, content added to "h5/errorhandling_private.h"
gsell
2008-02-14 13:41:23 +00:00
7deb9dff22
src/h5/h5.h - renamed, was "_h5.h"
gsell
2008-02-14 13:22:14 +00:00
a972f67eba
src/h5/_h5.h - renamed, was "H5.h"
gsell
2008-02-14 13:21:36 +00:00
4f28118033
src/h5/H5.h - include of "h5_private.h" removed
gsell
2008-02-14 13:20:31 +00:00
091e228da1
Makefile.am src/Makefile.am - clean/distclean errors fixed
gsell
2008-02-14 09:15:08 +00:00
78c4e01ee1
removed
gsell
2008-02-14 09:13:12 +00:00
7de54ba17e
src/H5Fed.c - includes fixed
gsell
2008-02-13 16:11:35 +00:00
a26d761d20
src/H5Fed_storeretrieve.c - includes fixed
gsell
2008-02-13 16:11:05 +00:00
0561fc835e
test/h5u/H5PartTest.cc - format type error fixed
gsell
2008-02-13 16:09:48 +00:00
ece99021bd
configure.ac - adaptions to new hierarchy in test dir
gsell
2008-02-13 15:42:05 +00:00
48c68c5fa7
src/H5Fed.h - several API changes
gsell
2008-02-13 15:40:29 +00:00
8a39409161
src/H5PartErrors.h - output of step id removed
gsell
2008-02-13 15:38:49 +00:00
b7cd8ff3b6
removed
gsell
2008-02-13 15:36:57 +00:00
bde413ad6c
removed
gsell
2008-02-13 15:35:47 +00:00
87a40d2a73
added
gsell
2008-02-13 15:34:53 +00:00
baf9487e12
removed
gsell
2008-02-13 15:33:44 +00:00
b421bd27dc
src/h5/H5.h - include of "t_openclose.h" added
gsell
2008-02-13 15:32:07 +00:00
a79bfceef8
added
gsell
2008-02-13 15:29:29 +00:00
5f40ae0ba6
src/h5/readwrite.c - error handling of dataset write errors: output of step-id removed
gsell
2008-02-13 15:24:56 +00:00
29f928c69a
src/h5/openclose.h - several declarations added
gsell
2008-02-13 15:22:56 +00:00