#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 | dynamic_eddy_viscosity (struct block_data_3D *A) |
| int | evaluate_C (struct block_data_3D *A) |
| int | evaluate_C_frac (struct block_data_3D *A) |
| int | test_filter (struct block_data_3D *A) |
| int | filter_centered (struct block_data_3D *A) |
| int | filter_iface (struct block_data_3D *A) |
| int | filter_x (struct block_data_3D *A, double ***work_array, double ***work_array_2) |
| int | filter_y (struct block_data_3D *A, double ***work_array, double ***work_array_2) |
| int | filter_z (struct block_data_3D *A, double ***work_array, double ***work_array_2) |
| int | filter_iface_x (struct block_data_3D *A, double ***work_array, double ***work_array_2) |
| int | filter_iface_y (struct block_data_3D *A, double ***work_array, double ***work_array_2) |
| int | filter_iface_z (struct block_data_3D *A, double ***work_array, double ***work_array_2) |
| int | filter_coefficients (struct block_data_3D *A) |
| int | A2work (struct block_data_3D *A, double ***work_array) |
| int | initialise_dev_filter_memory (int nnx, int nny, int nnz) |
| double *** | allocate_filter_work (int nnx, int nny, int nnz) |
1.4.4