#include "ecs_def.h"
#include "ecs_tab.h"
#include "ecs_table.h"
Go to the source code of this file.
|
ecs_tab_int_t | ecs_table_def__trie_typ (ecs_table_t *this_table_def, int dim_elt) |
|
void | ecs_table_def__decompose_cel (ecs_table_t *vect_table_fac[], ecs_table_t *table_def_cel) |
|
ecs_tab_int_t | ecs_table_def__fusionne (ecs_table_t *this_table_def, size_t *nbr_elt_cpct, ecs_tab_int_t *signe_elt) |
|
ecs_tab_int_t | ecs_table_def__liste_cel_fac (const size_t nbr_fac, ecs_table_t *table_def_cel, const ecs_tab_int_t liste_fac) |
|
void | ecs_table_def__remplace_ref (ecs_table_t *table_def, ecs_tab_int_t *tab_old_new) |
|
void | ecs_table_def__cree_masque (bool sselt_select[], ecs_table_t *table_def_elt) |
|
void | ecs_table_def__nettoie_nodal (size_t *n_vertices, ecs_coord_t **vtx_coords, ecs_table_t *table_def_fac, ecs_table_t *table_def_cel) |
|
void | ecs_table_def__orient_nodal (ecs_coord_t *vtx_coords, ecs_table_t *table_def_fac, ecs_table_t *table_def_cel, ecs_tab_int_t *liste_cel_err, bool correc_orient) |
|
void | ecs_table_def__nettoie_som_fac (size_t *n_vertices, ecs_coord_t **vtx_coords, ecs_table_t *table_def_fac) |
|
ecs_tab_int_t | ecs_table_def__nettoie_fac (ecs_table_t *table_def_fac) |
|
ecs_tab_int_t | ecs_table_def__typ_fac_cel (ecs_table_t *table_def_cel, ecs_table_t *table_def_fac) |
|
ecs_tab_int_t | ecs_table_def__fac_cel (ecs_table_t *table_def_cel, ecs_table_t *table_def_fac) |
|
void ecs_table_def__cree_masque |
( |
bool |
sselt_select[], |
|
|
ecs_table_t * |
table_def_elt |
|
) |
| |
void ecs_table_def__nettoie_som_fac |
( |
size_t * |
n_vertices, |
|
|
ecs_coord_t ** |
vtx_coords, |
|
|
ecs_table_t * |
table_def_fac |
|
) |
| |