|
My Project
programmer's documentation
|

Go to the source code of this file.
Data Structures | |
| struct | cs_measures_set_t |
| struct | cs_interpol_grid_t |
Functions | |
| void | cs_interpol_field_on_grid (cs_interpol_grid_t *ig, const cs_real_t *values_to_interpol, cs_real_t *interpoled_values) |
| cs_interpol_grid_t * | cs_interpol_grid_create (const char *name) |
| void | cs_interpol_grid_init (cs_interpol_grid_t *ig, const cs_lnum_t nb_points, const cs_real_t *coords) |
| cs_measures_set_t * | cs_measures_set_create (const char *name, int type_flag, int dim, bool interleaved) |
| void | cs_measures_set_map_values (cs_measures_set_t *ms, const cs_lnum_t nb_measures, const int *is_cressman, const int *is_interpol, const cs_real_t *measures_coords, const cs_real_t *measures, const cs_real_t *influence_radius) |
| void | cs_measures_set_add_values (cs_measures_set_t *ms, const cs_lnum_t nb_measures, const int *is_cressman, const int *is_interpol, const cs_real_t *measures_coords, const cs_real_t *measures, const cs_real_t *influence_radius) |
| void | cs_cressman_interpol (cs_measures_set_t *ms, cs_real_t *interpolated_values, int id_type) |
| cs_measures_set_t * | cs_measures_set_by_id (int id) |
| cs_interpol_grid_t * | cs_interpol_grid_by_id (int id) |
| cs_measures_set_t * | cs_measures_set_by_name (const char *name) |
| cs_interpol_grid_t * | cs_interpol_grid_by_name (const char *name) |
| void | cs_measures_sets_destroy (void) |
| void | cs_interpol_grids_destroy (void) |
| void | CS_PROCF (mestcr, MESTCR)(const char *name |
| void | CS_PROCF (gridcr, GRIDCR)(const char *name |
| void | CS_PROCF (mesmap, MESMAP)(const cs_int_t *imeset |
| void | CS_PROCF (grimap, GRIMAP)(const cs_int_t *igrid |
| void | CS_PROCF (mesadd, MESADD)(const cs_int_t *imeset |
| void | CS_PROCF (mscrss, MSCRSS)(const cs_int_t *imeset |
| void | CS_PROCF (gripol, GRIPOL)(const cs_int_t *igrid |
| void | CS_PROCF (mestde, MESTDE)(void) |
| void | CS_PROCF (grides, GRIDES)(void) |
Variables | |
| void const cs_int_t * | lname |
| void const cs_int_t const cs_int_t * | idim |
| void const cs_int_t const cs_int_t const cs_int_t * | ilved |
| void const cs_int_t const cs_int_t const cs_int_t cs_int_t * | imeset |
| void const cs_int_t cs_int_t * | igrid |
| void const cs_int_t * | inbmes |
| void const cs_int_t const cs_real_t * | meset |
| void const cs_int_t const cs_real_t const cs_real_t * | coords |
| void const cs_int_t const cs_real_t const cs_real_t const cs_int_t * | cressm |
| void const cs_int_t const cs_real_t const cs_real_t const cs_int_t const cs_int_t * | interp |
| void const cs_int_t const cs_real_t const cs_real_t const cs_int_t const cs_int_t const cs_real_t * | infrad |
| void const cs_int_t * | inpts |
| void const cs_int_t * | type |
| void const cs_int_t cs_real_t * | pldval |
| void const cs_real_t * | inval |
| void cs_cressman_interpol | ( | cs_measures_set_t * | ms, |
| cs_real_t * | interpolated_values, | ||
| int | id_type | ||
| ) |
| void cs_interpol_field_on_grid | ( | cs_interpol_grid_t * | ig, |
| const cs_real_t * | values_to_interpol, | ||
| cs_real_t * | interpoled_values | ||
| ) |
| cs_interpol_grid_t* cs_interpol_grid_by_id | ( | int | id | ) |
| cs_interpol_grid_t* cs_interpol_grid_by_name | ( | const char * | name | ) |
| cs_interpol_grid_t* cs_interpol_grid_create | ( | const char * | name | ) |
| void cs_interpol_grid_init | ( | cs_interpol_grid_t * | ig, |
| const cs_lnum_t | nb_points, | ||
| const cs_real_t * | coords | ||
| ) |
| void cs_interpol_grids_destroy | ( | void | ) |
| void cs_measures_set_add_values | ( | cs_measures_set_t * | ms, |
| const cs_lnum_t | nb_measures, | ||
| const int * | is_cressman, | ||
| const int * | is_interpol, | ||
| const cs_real_t * | measures_coords, | ||
| const cs_real_t * | measures, | ||
| const cs_real_t * | influence_radius | ||
| ) |
| cs_measures_set_t* cs_measures_set_by_id | ( | int | id | ) |
| cs_measures_set_t* cs_measures_set_by_name | ( | const char * | name | ) |
| cs_measures_set_t* cs_measures_set_create | ( | const char * | name, |
| int | type_flag, | ||
| int | dim, | ||
| bool | interleaved | ||
| ) |
| void cs_measures_set_map_values | ( | cs_measures_set_t * | ms, |
| const cs_lnum_t | nb_measures, | ||
| const int * | is_cressman, | ||
| const int * | is_interpol, | ||
| const cs_real_t * | measures_coords, | ||
| const cs_real_t * | measures, | ||
| const cs_real_t * | influence_radius | ||
| ) |
| void cs_measures_sets_destroy | ( | void | ) |
| void CS_PROCF | ( | gridcr | , |
| GRIDCR | |||
| ) | const |
| void CS_PROCF | ( | grides | , |
| GRIDES | |||
| ) |
| void CS_PROCF | ( | grimap | , |
| GRIMAP | |||
| ) | const |
| void CS_PROCF | ( | gripol | , |
| GRIPOL | |||
| ) | const |
| void CS_PROCF | ( | mesadd | , |
| MESADD | |||
| ) | const |
| void CS_PROCF | ( | mesmap | , |
| MESMAP | |||
| ) | const |
| void CS_PROCF | ( | mestcr | , |
| MESTCR | |||
| ) | const |
| void CS_PROCF | ( | mestde | , |
| MESTDE | |||
| ) |
| void CS_PROCF | ( | mscrss | , |
| MSCRSS | |||
| ) | const |
| void const cs_int_t * inbmes |
| void const cs_int_t const cs_real_t const cs_real_t const cs_int_t const cs_int_t const cs_real_t * infrad |
| void const cs_int_t* inpts |
| void const cs_real_t* inval |
| void const cs_int_t * lname |
| void const cs_int_t* type |
1.8.16