Go to the source code of this file.
Functions | |
void | cs_mesh_refine_simple (cs_mesh_t *m, bool conforming, const int cell_flag[]) |
Refine flagged mesh cells. | |
void | cs_mesh_refine_simple_selected (cs_mesh_t *m, bool conforming, cs_lnum_t n_cells, const cs_lnum_t cells[]) |
Refine selected mesh cells. | |
void | cs_mesh_refine_set_option (const char *key, const char *value) |
Set refinement options, using key/value pairs. |
void cs_mesh_refine_set_option | ( | const char * | key, |
const char * | value ) |
Set refinement options, using key/value pairs.
Accepted keys and values:
Refine flagged mesh cells.
[in,out] | m | mesh |
[in] | conforming | if true, propagate refinement to ensure subdivision is conforming |
[in] | cell_flag | subdivision type for each cell (0: none; 1: isotropic) |
void cs_mesh_refine_simple_selected | ( | cs_mesh_t * | m, |
bool | conforming, | ||
cs_lnum_t | n_cells, | ||
const cs_lnum_t | cells[] ) |
Refine selected mesh cells.
[in,out] | m | mesh |
[in] | conforming | if true, propagate refinement to ensure subdivision is conforming |
[in] | n_cells | number of selected cells |
[in] | cells | list of selected cells (0 to n-1) or NULL if no indirection is needed |
[in,out] | m | mesh |
[in] | conforming | if true, propagate refinement to ensure subdivision is conforming |
[in] | n_cells | number of selected cells |
[in] | cells | list of selected cells (0 to n-1) or nullptr if no indirection is needed |