#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include "ecs_def.h"
#include "ecs_maillage.h"
Go to the source code of this file.
◆ ecs_pre_format_t
Enumerator |
---|
ECS_PRE_FORMAT_NUL | |
ECS_PRE_FORMAT_CGNS | |
ECS_PRE_FORMAT_CCM | |
ECS_PRE_FORMAT_COMET | |
ECS_PRE_FORMAT_ENS | |
ECS_PRE_FORMAT_GAMBIT | |
ECS_PRE_FORMAT_GMSH | |
ECS_PRE_FORMAT_IDEAS | |
ECS_PRE_FORMAT_MED | |
ECS_PRE_FORMAT_NOPO | |
◆ ecs_pre__aff_formats()
void ecs_pre__aff_formats |
( |
void |
| ) |
|
◆ ecs_pre__lit_maillage()
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__type_format()
ecs_pre_format_t ecs_pre__type_format |
( |
const char * |
nom_fic, |
|
|
const char * |
mot_cle |
|
) |
| |