Code_Saturne
CFD tool
Data Structures | Functions
ecs_tab.h File Reference
#include "ecs_def.h"
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ ecs_tab_char__compacte()

ecs_tab_char_t ecs_tab_char__compacte ( const ecs_tab_char_t  this_vect)

◆ ecs_tab_char__trie()

void ecs_tab_char__trie ( const ecs_tab_char_t  this_vect,
ecs_tab_int_t  vect_renum 
)

◆ ecs_tab_char__trie_et_renvoie()

ecs_tab_char_t ecs_tab_char__trie_et_renvoie ( const ecs_tab_char_t  this_vect,
ecs_tab_int_t  vect_renum 
)
Here is the call graph for this function:

◆ ecs_tab_int__cree()

ecs_tab_int_t ecs_tab_int__cree ( size_t  dim_tab)

◆ ecs_tab_int__cree_init()

ecs_tab_int_t ecs_tab_int__cree_init ( size_t  dim_tab,
ecs_int_t  val 
)
Here is the call graph for this function:

◆ ecs_tab_int__inverse()

void ecs_tab_int__inverse ( ecs_tab_int_t this_tab)

◆ ecs_tab_int__recherche()

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__ref_en_indice()

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 
)
Here is the call graph for this function:

◆ ecs_tab_int__trie()

void ecs_tab_int__trie ( const ecs_tab_int_t  this_vect,
ecs_tab_int_t  vect_renum 
)

◆ ecs_tab_int__trie_et_renvoie()

ecs_tab_int_t ecs_tab_int__trie_et_renvoie ( const ecs_tab_int_t  this_vect,
ecs_tab_int_t  vect_renum 
)
Here is the call graph for this function: