function h5t_map_global_elem_indices2local() added

This commit is contained in:
2010-07-29 11:19:00 +00:00
parent 5da74b94df
commit b0bacdc6a7
+11 -3
View File
@@ -9,10 +9,10 @@ h5t_map_global_vertex_index2local (
h5_err_t
h5t_map_global_vertex_indices2local (
h5_file_t *f,
const h5_id_t * const global_indices,
h5_file_t* f,
const h5_id_t* const glb_indices,
const h5_id_t size,
h5_id_t * const local_indices
h5_id_t* const loc_indices
);
h5_id_t
@@ -27,6 +27,14 @@ h5t_map_global_elem_idx2local (
const h5_id_t global_idx
);
h5_id_t
h5t_map_global_elem_indices2local (
h5_file_t * const f,
const h5_id_t* glb_indices,
const h5_id_t size,
h5_id_t* loc_indices
);
h5_id_t
h5tpriv_get_local_vid (
h5_file_t * const f,