|
Code_Saturne
CFD tool
|
#include <assert.h>#include <string.h>#include "ecs_def.h"#include "ecs_mem.h"#include "ecs_tab.h"#include "ecs_table.h"#include "ecs_descr_chaine.h"#include "ecs_descr.h"#include "ecs_famille_chaine.h"#include "ecs_table_att.h"#include "ecs_table_priv.h"Functions | |
| void | ecs_table_att__assemble (ecs_table_t *table_recept, ecs_table_t *table_assemb) |
| void | ecs_table_att__herite (ecs_table_t *table_att_elt, ecs_tab_int_t *tab_old_new) |
| void | ecs_table_att__fusionne (ecs_table_t *this_table_att, size_t nbr_elt_new, const ecs_tab_int_t vect_transf) |
| int * | ecs_table_att__construit_fam (ecs_table_t **table_att, ecs_famille_t **vect_fam_tete, int num_fam_deb, int *nbr_fam) |
| ecs_table_t * | ecs_table_att__cree_att_fam (size_t n_elts, int *elt_fam, ecs_famille_t *famille) |
| void ecs_table_att__assemble | ( | ecs_table_t * | table_recept, |
| ecs_table_t * | table_assemb | ||
| ) |

| int* ecs_table_att__construit_fam | ( | ecs_table_t ** | table_att, |
| ecs_famille_t ** | vect_fam_tete, | ||
| int | num_fam_deb, | ||
| int * | nbr_fam | ||
| ) |

| ecs_table_t* ecs_table_att__cree_att_fam | ( | size_t | n_elts, |
| int * | elt_fam, | ||
| ecs_famille_t * | famille | ||
| ) |
| void ecs_table_att__fusionne | ( | ecs_table_t * | this_table_att, |
| size_t | nbr_elt_new, | ||
| const ecs_tab_int_t | vect_transf | ||
| ) |

| void ecs_table_att__herite | ( | ecs_table_t * | table_att_elt, |
| ecs_tab_int_t * | tab_old_new | ||
| ) |

1.8.13