![]() |
Code_Saturne
CFD tool
|
#include "ecs_def.h"
Go to the source code of this file.
Data Structures | |
struct | ecs_tab_int_t |
struct | ecs_tab_char_t |
Functions | |
ecs_tab_int_t | ecs_tab_int__cree (size_t dim_tab) |
ecs_tab_int_t | ecs_tab_int__cree_init (size_t dim_tab, ecs_int_t val) |
void | ecs_tab_int__inverse (ecs_tab_int_t *this_tab) |
void | ecs_tab_int__trie (const ecs_tab_int_t this_vect, ecs_tab_int_t vect_renum) |
void | ecs_tab_char__trie (const ecs_tab_char_t this_vect, ecs_tab_int_t vect_renum) |
ecs_tab_int_t | ecs_tab_int__trie_et_renvoie (const ecs_tab_int_t this_vect, ecs_tab_int_t vect_renum) |
ecs_tab_char_t | ecs_tab_char__trie_et_renvoie (const ecs_tab_char_t this_vect, ecs_tab_int_t vect_renum) |
ecs_tab_char_t | ecs_tab_char__compacte (const ecs_tab_char_t this_vect) |
void | ecs_tab_int__recherche (ecs_tab_int_t this_vect_rec, ecs_tab_int_t vect_ord, ecs_tab_int_t vect_ind) |
ecs_tab_int_t | ecs_tab_int__ref_en_indice (ecs_tab_int_t tab_att_reference, const ecs_tab_int_t tab_val_idx, bool bool_copie) |
ecs_tab_char_t ecs_tab_char__compacte | ( | const ecs_tab_char_t | this_vect | ) |
void ecs_tab_char__trie | ( | const ecs_tab_char_t | this_vect, |
ecs_tab_int_t | vect_renum | ||
) |
ecs_tab_char_t ecs_tab_char__trie_et_renvoie | ( | const ecs_tab_char_t | this_vect, |
ecs_tab_int_t | vect_renum | ||
) |
ecs_tab_int_t ecs_tab_int__cree | ( | size_t | dim_tab | ) |
ecs_tab_int_t ecs_tab_int__cree_init | ( | size_t | dim_tab, |
ecs_int_t | val | ||
) |
void ecs_tab_int__inverse | ( | ecs_tab_int_t * | this_tab | ) |
void ecs_tab_int__recherche | ( | ecs_tab_int_t | this_vect_rec, |
ecs_tab_int_t | vect_ord, | ||
ecs_tab_int_t | vect_ind | ||
) |
ecs_tab_int_t ecs_tab_int__ref_en_indice | ( | ecs_tab_int_t | tab_att_reference, |
const ecs_tab_int_t | tab_val_idx, | ||
bool | bool_copie | ||
) |
void ecs_tab_int__trie | ( | const ecs_tab_int_t | this_vect, |
ecs_tab_int_t | vect_renum | ||
) |
ecs_tab_int_t ecs_tab_int__trie_et_renvoie | ( | const ecs_tab_int_t | this_vect, |
ecs_tab_int_t | vect_renum | ||
) |