#include "cs_defs.h"
#include "fvm_defs.h"
#include "fvm_morton.h"
Go to the source code of this file.
|
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) |
|
◆ fvm_box_distrib_t
◆ fvm_box_set_build_morton_index()
◆ fvm_box_set_create()
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 |
|
) |
| |
◆ fvm_box_set_destroy()
void fvm_box_set_destroy |
( |
fvm_box_set_t ** |
boxes | ) |
|
◆ fvm_box_set_dump()
void fvm_box_set_dump |
( |
const fvm_box_set_t * |
boxes, |
|
|
int |
verbosity |
|
) |
| |
◆ fvm_box_set_get_dim()
int fvm_box_set_get_dim |
( |
const fvm_box_set_t * |
boxes | ) |
|
◆ fvm_box_set_get_extents()
const cs_coord_t* fvm_box_set_get_extents |
( |
fvm_box_set_t * |
boxes | ) |
|
◆ fvm_box_set_get_g_num()
const cs_gnum_t* fvm_box_set_get_g_num |
( |
fvm_box_set_t * |
boxes | ) |
|
◆ fvm_box_set_get_global_size()
cs_gnum_t fvm_box_set_get_global_size |
( |
const fvm_box_set_t * |
boxes | ) |
|
◆ fvm_box_set_get_size()
cs_lnum_t fvm_box_set_get_size |
( |
const fvm_box_set_t * |
boxes | ) |
|
◆ fvm_box_set_redistribute()
void fvm_box_set_redistribute |
( |
const fvm_box_distrib_t * |
box_distrib, |
|
|
fvm_box_set_t * |
boxes |
|
) |
| |