|
Code_Saturne
CFD tool
|
#include <assert.h>#include <stdlib.h>#include <string.h>#include "ecs_def.h"#include "ecs_file.h"#include "ecs_mem.h"#include "ecs_timer.h"#include "ecs_descr.h"#include "ecs_descr_chaine.h"#include "ecs_pre_ens.h"#include "ecs_pre_gambit.h"#include "ecs_pre_gmsh.h"#include "ecs_pre_ideas.h"#include "ecs_pre_nopo.h"#include "ecs_pre.h"Data Structures | |
| struct | ecs_pre_format_desc_t |
Functions | |
| void | ecs_pre__aff_formats (void) |
| ecs_pre_format_t | ecs_pre__type_format (const char *nom_fic, const char *mot_cle) |
| ecs_maillage_t * | ecs_pre__lit_maillage (const char *nom_fic, ecs_pre_format_t format, int num_maillage, bool cree_grp_cel_section, bool cree_grp_cel_zone, bool cree_grp_fac_section, bool cree_grp_fac_zone) |
| void ecs_pre__aff_formats | ( | void | ) |
| ecs_maillage_t* ecs_pre__lit_maillage | ( | const char * | nom_fic, |
| ecs_pre_format_t | format, | ||
| int | num_maillage, | ||
| bool | cree_grp_cel_section, | ||
| bool | cree_grp_cel_zone, | ||
| bool | cree_grp_fac_section, | ||
| bool | cree_grp_fac_zone | ||
| ) |

| ecs_pre_format_t ecs_pre__type_format | ( | const char * | nom_fic, |
| const char * | mot_cle | ||
| ) |

1.8.13