#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "../../util/source/useful.h"
#include "../../util/source/logfile.h"
#include "../../gas_models/source/gas.h"
#include "../../flux_calc/source/flux_calc.h"
#include "../../mb_cns/source/cns_case_id.h"
#include "../../mb_cns/source/cns_work_vector.h"
#include "../../mb_cns/source/cns_debug_level.h"
#include "../../mb_cns/source/cns_cell.h"
#include "../../mb_cns/source/cns_echo.h"
#include "../../mb_cns/source/cns_bc_defs.h"
#include "./e_block.h"
Go to the source code of this file.
Functions | |
| int | initialise_smagorinsky_filter_memory (int nnx, int nny, int nnz) |
| int | top_hat_filter (struct block_data_3D *A) |
| int | top_hat_filter_center (struct block_data_3D *A) |
| int | filter_x_top_hat (struct block_data_3D *A, double ***work_array, double ***work_array_2) |
| int | filter_y_top_hat (struct block_data_3D *A, double ***work_array, double ***work_array_2) |
| int | filter_z_top_hat (struct block_data_3D *A, double ***work_array, double ***work_array_2) |
| int | filter_coefficients_ratio_2 (struct block_data_3D *A) |
1.4.4