|
Code_Saturne
CFD tool
|
#include "cs_config.h"#include <assert.h>#include <string.h>#include <cgnslib.h>#include "ecs_def.h"#include "ecs_elt_typ_liste.h"#include "ecs_fic.h"#include "ecs_mem.h"#include "ecs_post.h"#include "ecs_post_cgns.h"#include "ecs_table_post_cgns.h"#include "ecs_post_cgns_priv.h"#include "ecs_table_priv.h"Macros | |
| #define | CS_CG_ENUM(e) e |
| #define | cgsize_t int |
Functions | |
| void | ecs_table_post_cgns__ecr_connect (const char *nom_maillage, size_t n_vertices, const ecs_coord_t vertex_coords[], ecs_table_t *table_def, const ecs_tab_int_t *tab_elt_typ_geo, ecs_post_cgns_t *cas_cgns) |
| #define cgsize_t int |
| #define CS_CG_ENUM | ( | e | ) | e |
| void ecs_table_post_cgns__ecr_connect | ( | const char * | nom_maillage, |
| size_t | n_vertices, | ||
| const ecs_coord_t | vertex_coords[], | ||
| ecs_table_t * | table_def, | ||
| const ecs_tab_int_t * | tab_elt_typ_geo, | ||
| ecs_post_cgns_t * | cas_cgns | ||
| ) |
1.8.13