![]() |
Code_Saturne
CFD tool
|
Go to the source code of this file.
Typedefs | |
typedef struct _fvm_box_set_t | fvm_box_set_t |
typedef struct _fvm_box_distrib_t | fvm_box_distrib_t |
Functions | |
fvm_box_set_t * | fvm_box_set_create (int dim, int normalize, int allow_projection, cs_lnum_t n_boxes, const cs_gnum_t *box_gnum, const cs_coord_t *box_extents) |
void | fvm_box_set_destroy (fvm_box_set_t **boxes) |
int | fvm_box_set_get_dim (const fvm_box_set_t *boxes) |
cs_lnum_t | fvm_box_set_get_size (const fvm_box_set_t *boxes) |
cs_gnum_t | fvm_box_set_get_global_size (const fvm_box_set_t *boxes) |
const cs_coord_t * | fvm_box_set_get_extents (fvm_box_set_t *boxes) |
const cs_gnum_t * | fvm_box_set_get_g_num (fvm_box_set_t *boxes) |
void | fvm_box_set_build_morton_index (const fvm_box_set_t *boxes, fvm_box_distrib_t *distrib, cs_lnum_t n_leaves, fvm_morton_code_t *leaf_codes, cs_lnum_t *weight) |
void | fvm_box_set_redistribute (const fvm_box_distrib_t *box_distrib, fvm_box_set_t *boxes) |
void | fvm_box_set_dump (const fvm_box_set_t *boxes, int verbosity) |
typedef struct _fvm_box_distrib_t fvm_box_distrib_t |
typedef struct _fvm_box_set_t fvm_box_set_t |
void fvm_box_set_build_morton_index | ( | const fvm_box_set_t * | boxes, |
fvm_box_distrib_t * | distrib, | ||
cs_lnum_t | n_leaves, | ||
fvm_morton_code_t * | leaf_codes, | ||
cs_lnum_t * | weight | ||
) |
fvm_box_set_t* fvm_box_set_create | ( | int | dim, |
int | normalize, | ||
int | allow_projection, | ||
cs_lnum_t | n_boxes, | ||
const cs_gnum_t * | box_gnum, | ||
const cs_coord_t * | box_extents | ||
) |
void fvm_box_set_destroy | ( | fvm_box_set_t ** | boxes | ) |
void fvm_box_set_dump | ( | const fvm_box_set_t * | boxes, |
int | verbosity | ||
) |
int fvm_box_set_get_dim | ( | const fvm_box_set_t * | boxes | ) |
const cs_coord_t* fvm_box_set_get_extents | ( | fvm_box_set_t * | boxes | ) |
const cs_gnum_t* fvm_box_set_get_g_num | ( | fvm_box_set_t * | boxes | ) |
cs_gnum_t fvm_box_set_get_global_size | ( | const fvm_box_set_t * | boxes | ) |
cs_lnum_t fvm_box_set_get_size | ( | const fvm_box_set_t * | boxes | ) |
void fvm_box_set_redistribute | ( | const fvm_box_distrib_t * | box_distrib, |
fvm_box_set_t * | boxes | ||
) |