Code_Saturne
CFD tool
Typedefs | Enumerations | Functions
ecs_maillage.h File Reference
#include "ecs_def.h"
#include "ecs_tab.h"
#include "ecs_post.h"
#include "ecs_famille.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct _ecs_maillage_t ecs_maillage_t
 

Enumerations

enum  ecs_entmail_t { ECS_ENTMAIL_NONE = -1, ECS_ENTMAIL_FAC, ECS_ENTMAIL_CEL, ECS_N_ENTMAIL }
 

Functions

ecs_maillage_tecs_maillage__cree_nodal (void)
 
void ecs_maillage__detruit (ecs_maillage_t **this_maillage)
 
void ecs_maillage__imprime (const ecs_maillage_t *maillage, ecs_int_t nbr_imp)
 
ecs_entmail_t ecs_maillage__ret_entmail_max (const ecs_maillage_t *maillage)
 
float ecs_maillage__ret_taille (const ecs_maillage_t *maillage)
 
void ecs_maillage__nettoie_nodal (ecs_maillage_t *maillage)
 
void ecs_maillage__orient_nodal (ecs_maillage_t *maillage, ecs_tab_int_t *liste_cel_err, bool correc_orient)
 
void ecs_maillage__definit_famille (ecs_maillage_t *maillage, ecs_famille_t *vect_famille[2])
 
void ecs_maillage__connect_descend (ecs_maillage_t *maillage)
 
void ecs_maillage__trie_typ_geo (ecs_maillage_t *maillage)
 
ecs_maillage_tecs_maillage__extrait (ecs_maillage_t *maillage, ecs_entmail_t entmail_sel, const ecs_tab_int_t *liste_filtre)
 
void ecs_maillage__concatene_nodal (ecs_maillage_t *maillage_recept, ecs_maillage_t *maillage_concat)
 
ecs_tab_int_t ecs_maillage__liste_cel_fac (ecs_maillage_t *maillage, const ecs_tab_int_t liste_fac)
 
void ecs_maillage__calc_coo_ext (ecs_maillage_t *maillage)
 
void ecs_maillage__cree_famille (ecs_maillage_t *maillage)
 
void ecs_maillage__detruit_famille (ecs_maillage_t *maillage)
 
void ecs_maillage__cree_attributs (ecs_maillage_t *maillage)
 
void ecs_maillage__supprime_attributs (ecs_maillage_t *maillage)
 
bool ecs_maillage__verif (ecs_maillage_t *maillage, ecs_post_t *cas_post)
 

Typedef Documentation

◆ ecs_maillage_t

Enumeration Type Documentation

◆ ecs_entmail_t

Enumerator
ECS_ENTMAIL_NONE 
ECS_ENTMAIL_FAC 
ECS_ENTMAIL_CEL 
ECS_N_ENTMAIL 

Function Documentation

◆ ecs_maillage__calc_coo_ext()

void ecs_maillage__calc_coo_ext ( ecs_maillage_t maillage)

◆ ecs_maillage__concatene_nodal()

void ecs_maillage__concatene_nodal ( ecs_maillage_t maillage_recept,
ecs_maillage_t maillage_concat 
)

◆ ecs_maillage__connect_descend()

void ecs_maillage__connect_descend ( ecs_maillage_t maillage)
Here is the call graph for this function:

◆ ecs_maillage__cree_attributs()

void ecs_maillage__cree_attributs ( ecs_maillage_t maillage)
Here is the call graph for this function:

◆ ecs_maillage__cree_famille()

void ecs_maillage__cree_famille ( ecs_maillage_t maillage)
Here is the call graph for this function:

◆ ecs_maillage__cree_nodal()

ecs_maillage_t* ecs_maillage__cree_nodal ( void  )

◆ ecs_maillage__definit_famille()

void ecs_maillage__definit_famille ( ecs_maillage_t maillage,
ecs_famille_t vect_famille[2] 
)

◆ ecs_maillage__detruit()

void ecs_maillage__detruit ( ecs_maillage_t **  this_maillage)
Here is the call graph for this function:

◆ ecs_maillage__detruit_famille()

void ecs_maillage__detruit_famille ( ecs_maillage_t maillage)
Here is the call graph for this function:

◆ ecs_maillage__extrait()

ecs_maillage_t* ecs_maillage__extrait ( ecs_maillage_t maillage,
ecs_entmail_t  entmail_sel,
const ecs_tab_int_t liste_filtre 
)

◆ ecs_maillage__imprime()

void ecs_maillage__imprime ( const ecs_maillage_t maillage,
ecs_int_t  nbr_imp 
)
Here is the call graph for this function:

◆ ecs_maillage__liste_cel_fac()

ecs_tab_int_t ecs_maillage__liste_cel_fac ( ecs_maillage_t maillage,
const ecs_tab_int_t  liste_fac 
)
Here is the call graph for this function:

◆ ecs_maillage__nettoie_nodal()

void ecs_maillage__nettoie_nodal ( ecs_maillage_t maillage)
Here is the call graph for this function:

◆ ecs_maillage__orient_nodal()

void ecs_maillage__orient_nodal ( ecs_maillage_t maillage,
ecs_tab_int_t liste_cel_err,
bool  correc_orient 
)
Here is the call graph for this function:

◆ ecs_maillage__ret_entmail_max()

ecs_entmail_t ecs_maillage__ret_entmail_max ( const ecs_maillage_t maillage)
Here is the call graph for this function:

◆ ecs_maillage__ret_taille()

float ecs_maillage__ret_taille ( const ecs_maillage_t maillage)
Here is the call graph for this function:

◆ ecs_maillage__supprime_attributs()

void ecs_maillage__supprime_attributs ( ecs_maillage_t maillage)
Here is the call graph for this function:

◆ ecs_maillage__trie_typ_geo()

void ecs_maillage__trie_typ_geo ( ecs_maillage_t maillage)
Here is the call graph for this function:

◆ ecs_maillage__verif()

bool ecs_maillage__verif ( ecs_maillage_t maillage,
ecs_post_t cas_post 
)
Here is the call graph for this function: