- iterators implemented/debugged

- traversal functions with iterators debugged for triangle meshes
This commit is contained in:
2010-05-12 19:51:57 +00:00
parent 1c41ca12ce
commit 538b0989eb
15 changed files with 222 additions and 604 deletions
-1
View File
@@ -22,7 +22,6 @@
#include "H5.h"
#include "H5Fed_adjacency.h"
#include "H5Fed_inquiry.h"
#include "H5Fed_map.h"
#include "H5Fed_retrieve.h"
#include "H5Fed_store.h"
#include "H5Fed_tags.h"
+1 -1
View File
@@ -5,7 +5,7 @@ typedef struct {
h5_id_t elem_idx; // local element id
h5_id_t face_idx; // face id according reference element
int codim; // dimension of entities to traverse
h5t_ref_element_t* ref_element; // pointer to reference element
const h5t_ref_element_t* ref_element; // pointer to reference element
h5_err_t (*find)(h5_file_t *const f,
h5_id_t face_idx,
h5_id_t elem_idx,