gsell
|
538b0989eb
|
- iterators implemented/debugged
- traversal functions with iterators debugged for triangle meshes
|
2010-05-12 19:51:57 +00:00 |
|
gsell
|
1c41ca12ce
|
update ignore prop
|
2010-05-06 11:50:35 +00:00 |
|
gsell
|
0edf356fb4
|
- Use new travere/iterate functions
- Use new H5FedGetVertexIndicesOfXXX() functions
|
2010-05-06 11:49:38 +00:00 |
|
gsell
|
bbc480fc80
|
- trimesh_read/_write added to Makefile.am
|
2010-05-06 11:47:56 +00:00 |
|
gsell
|
f9111871fe
|
- H5Fed_map.[ch] removed
|
2010-05-06 11:45:17 +00:00 |
|
gsell
|
dda3cb98a4
|
- H5FedGetVertexIndicesOfEntity() added
- H5FedLMapXXX() renamed to H5FedGetVertexIndicesOfXXX
- function in H5Fed_map.c moved to H5Fed_retrieve.c
|
2010-05-06 11:42:13 +00:00 |
|
gsell
|
339c8b95db
|
update ignore prop
|
2010-05-03 13:21:53 +00:00 |
|
gsell
|
bde5ef3624
|
- adapted to new iterate/traverse functions
|
2010-05-03 13:19:37 +00:00 |
|
gsell
|
8a5afeae31
|
- argument types for partition definition changed from 'h5_int64_t' to 'h5_size_t'
|
2010-05-03 13:18:42 +00:00 |
|
gsell
|
24565cab22
|
- '--enable-64' removed
- bug in CFLAGS handling fixed
|
2010-05-03 13:16:30 +00:00 |
|
gsell
|
c2539b6120
|
fixed wrong #include for reference elements
|
2010-05-03 07:27:38 +00:00 |
|
gsell
|
e013cc9c31
|
- traverse function replaced with iterator functions
|
2010-05-02 21:25:22 +00:00 |
|
gsell
|
fa2fdf2640
|
- rename h5t_get_local_vids_of_xxx() to h5t_get_vertex_indices_of_xxx()
|
2010-05-02 21:24:41 +00:00 |
|
gsell
|
d8ba18d662
|
H5Fed_retrieve.c added
|
2010-05-02 21:23:14 +00:00 |
|
gsell
|
920a661d37
|
- traverse function replaced with iterator functions
|
2010-05-02 21:22:16 +00:00 |
|
gsell
|
c72e04b302
|
added
|
2010-05-02 21:21:20 +00:00 |
|
gsell
|
c9a9ebfc96
|
- h5t_get_vertex_indices_of_entity() added
- specific function declaration revised
|
2010-05-02 21:20:22 +00:00 |
|
gsell
|
b0c436cb14
|
- typo in include of stdarg.h fixed
- H5_OID_MAX add to enum h5_oid
|
2010-05-02 21:18:00 +00:00 |
|
gsell
|
dd21d78ce4
|
- definition of h5tpriv_get_face_id() renamed to h5tpriv_get_face_idx()
|
2010-05-02 21:16:41 +00:00 |
|
gsell
|
5c9a6fe9c2
|
- traverse function replaced with iterator functions
|
2010-05-02 21:16:06 +00:00 |
|
gsell
|
20e3399294
|
- definition of h5_error_not_implemented() and h5_error_internal() moved from private header
|
2010-05-02 21:14:53 +00:00 |
|
gsell
|
2375429556
|
reference elemets introduced
|
2010-05-02 21:12:57 +00:00 |
|
gsell
|
39df27c36a
|
- traverse function replaced with iterator functions
|
2010-05-02 21:09:42 +00:00 |
|
gsell
|
5e8147a575
|
- change function name: h5tpriv_get_face_id() -> h5tpriv_get_face_idx()
|
2010-05-02 21:08:43 +00:00 |
|
gsell
|
60a67092ae
|
- use reference element to determine number of vertices
- return an internal error if buffer to small
|
2010-05-02 21:07:12 +00:00 |
|
gsell
|
061778a800
|
- adaptions to changed h5t_find/search_xxx() functions
- use of reference elements where reasonable
|
2010-05-02 21:04:18 +00:00 |
|
gsell
|
cdaf8ce6c9
|
- traverse function replaced with new iterator functions
|
2010-05-02 21:01:08 +00:00 |
|
gsell
|
a35b845a80
|
- type of return argument changed to h5_idlist_t in h5t_find/search_xxx functions
- h5tpriv_get_face_id() renamed to h5tpriv_get_face_idx()
- face_id renamed to face_idx
|
2010-05-02 20:59:44 +00:00 |
|
gsell
|
4005b30e8e
|
get number of vertices from reference element
|
2010-05-02 20:53:16 +00:00 |
|
gsell
|
88e146442c
|
bugfix in function h5priv_hresize(), some comments added
|
2010-05-02 20:52:08 +00:00 |
|
gsell
|
612bc12796
|
definition of struct h5t_entity_iterator moved to other header file, build-in iterators removed, ptr to reference element added to struct h5t_fdata
|
2010-05-02 20:49:00 +00:00 |
|
gsell
|
8960d5c365
|
definition of h5_error_not_implemented() and h5_error_internal() to public header file
|
2010-05-02 20:45:52 +00:00 |
|
gsell
|
8a3840baae
|
change return type of result to h5_id_list in h5t_find_xxx and h5t_search_xxx , use face_idx and elem_idx for face and element indices
|
2010-05-02 20:44:17 +00:00 |
|
gsell
|
e44c3b5857
|
change return type of result to h5_id_list in h5t_find_xxx and h5t_search_xxx , use face_idx and elem_idx for face and element indices
|
2010-05-02 20:42:02 +00:00 |
|
gsell
|
55d81d3afa
|
include of stdargs.h added
|
2010-04-28 15:35:15 +00:00 |
|
gsell
|
c02c5f3666
|
prepended underscore removed from static function names
|
2010-04-23 09:13:59 +00:00 |
|
gsell
|
9be719e66d
|
@H5P_LIB_LOC@ replaced with ${abs_top_builddir}
|
2010-04-22 15:38:48 +00:00 |
|
gsell
|
a7e4cacd3c
|
H5P_LIB_LOC removed, H5PartTest removed from TPTARGET if not parallel
|
2010-04-22 15:37:34 +00:00 |
|
gsell
|
be01b8fa82
|
update ignore prop
|
2010-04-22 15:36:11 +00:00 |
|
gsell
|
ab139ea9dc
|
update ignore prop
|
2010-04-22 15:35:13 +00:00 |
|
gsell
|
46202cf1c3
|
@H5P_LIB_LOC@ replaced with ${abs_top_builddir}
|
2010-04-22 15:34:13 +00:00 |
|
gsell
|
2bfcfcac51
|
update ignore prop
|
2010-04-22 15:33:20 +00:00 |
|
gsell
|
ecc22ea489
|
@H5P_LIB_LOC@ replaced with ${abs_top_builddir}, libstdc++ added to target H5test
|
2010-04-22 15:32:35 +00:00 |
|
gsell
|
5168a7ea04
|
change 'all' rule to build library in ../lib
|
2010-04-22 14:48:10 +00:00 |
|
gsell
|
f2d3a7bbaa
|
add 'all' rule to copy library to ../lib
|
2010-04-22 14:42:36 +00:00 |
|
gsell
|
3875c7c7ff
|
Makefile.am for src dir added
|
2010-04-22 14:12:18 +00:00 |
|
gsell
|
239b2b632f
|
update ignore prop
|
2010-04-22 14:09:37 +00:00 |
|
gsell
|
dc3df38658
|
move license/copyright to file COPYING
|
2010-04-22 14:07:03 +00:00 |
|
gsell
|
5e9d7f56c1
|
update ignore prop
|
2010-04-22 14:01:52 +00:00 |
|
gsell
|
9b0c49ca52
|
path adapted
|
2010-04-22 14:00:56 +00:00 |
|