#include "cs_defs.h"#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <assert.h>#include <math.h>#include "bft_mem.h"#include "bft_error.h"#include "bft_printf.h"#include "cs_base.h"#include "cs_halo.h"#include "cs_halo_perio.h"#include "cs_log.h"#include "cs_matrix.h"#include "cs_matrix_default.h"#include "cs_matrix_tuning.h"#include "cs_matrix_util.h"#include "cs_order.h"#include "cs_prototypes.h"#include "cs_sles.h"#include "cs_sort.h"#include "fvm_defs.h"#include "cs_grid.h" Include dependency graph for cs_grid.cpp:
 Include dependency graph for cs_grid.cpp:| Functions | |
| void | cs_grid_set_matrix_tuning (cs_matrix_fill_type_t fill_type, int max_level) | 
| Set matrix tuning behavior for multigrid coarse meshes.  More... | |
| void | cs_grid_restrict_row_var (cs_dispatch_context &ctx, const cs_grid_t *f, const cs_grid_t *c, const cs_real_t *f_var, cs_real_t *c_var) | 
| void | cs_grid_prolong_row_var (cs_dispatch_context &ctx, const cs_grid_t *c, const cs_grid_t *f, bool increment, cs_real_t *c_var, cs_real_t *f_var) | 
| void cs_grid_prolong_row_var | ( | cs_dispatch_context & | ctx, | 
| const cs_grid_t * | c, | ||
| const cs_grid_t * | f, | ||
| bool | increment, | ||
| cs_real_t * | c_var, | ||
| cs_real_t * | f_var | ||
| ) | 
| void cs_grid_restrict_row_var | ( | cs_dispatch_context & | ctx, | 
| const cs_grid_t * | f, | ||
| const cs_grid_t * | c, | ||
| const cs_real_t * | f_var, | ||
| cs_real_t * | c_var | ||
| ) | 
| void cs_grid_set_matrix_tuning | ( | cs_matrix_fill_type_t | fill_type, | 
| int | max_level | ||
| ) | 
Set matrix tuning behavior for multigrid coarse meshes.
The finest mesh (level 0) is handled by the default tuning options, so only coarser meshes are considered here.
| [in] | fill_type | associated matrix fill type | 
| [in] | max_level | maximum level for which tuning is active |