|
Code_Saturne
CFD tool
|
#include "cs_defs.h"#include <stdio.h>#include <string.h>#include <assert.h>#include "bft_mem.h"#include "bft_error.h"#include "bft_printf.h"#include "fvm_periodicity.h"#include "fvm_nodal_extract.h"#include "cs_base.h"#include "cs_ctwr.h"#include "cs_interface.h"#include "cs_order.h"#include "cs_halo.h"#include "cs_ctwr_halo.h"Data Structures | |
| struct | _vtx_lookup_table |
Typedefs | |
| typedef BEGIN_C_DECLS struct _vtx_lookup_table | vtx_lookup_table_t |
Functions | |
| void | cs_reverse_vtx_faces_connect (const fvm_nodal_t *this_nodal, cs_int_t *faces_vtx_idx[], cs_int_t *faces_vtx_lst[]) |
| void | cs_ctwr_halo_define (cs_ctwr_zone_t *ct, cs_interface_set_t *interface_set) |
| typedef BEGIN_C_DECLS struct _vtx_lookup_table vtx_lookup_table_t |
| void cs_ctwr_halo_define | ( | cs_ctwr_zone_t * | ct, |
| cs_interface_set_t * | interface_set | ||
| ) |
| void cs_reverse_vtx_faces_connect | ( | const fvm_nodal_t * | this_nodal, |
| cs_int_t * | faces_vtx_idx[], | ||
| cs_int_t * | faces_vtx_lst[] | ||
| ) |

1.8.13