#include "cs_defs.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <math.h>#include "bft_mem.h"#include "bft_printf.h"#include "cs_blas.h"#include "cs_boundary_conditions.h"#include "cs_halo.h"#include "cs_halo_perio.h"#include "cs_mesh.h"#include "cs_mesh_bad_cells.h"#include "cs_mesh_quantities.h"#include "cs_parall.h"#include "cs_parameters.h"#include "cs_sles_default.h"#include "cs_bad_cells_regularisation.h" Include dependency graph for cs_bad_cells_regularisation.c:
 Include dependency graph for cs_bad_cells_regularisation.c:| Functions | |
| void | cs_bad_cells_regularisation_scalar (cs_real_t *var) | 
| Regularisation on bad cells for scalars.  More... | |
| void | cs_bad_cells_regularisation_vector (cs_real_3_t *var, int boundary_projection) | 
| Regularisation on bad cells for vectors.  More... | |
| void | cs_bad_cells_regularisation_sym_tensor (cs_real_6_t *var, int boundary_projection) | 
| Regularisation on bad cells for symmetric tensors.  More... | |
| void | cs_bad_cells_regularisation_tensor (cs_real_9_t *var, int boundary_projection) | 
| Regularisation on bad cells for tensors.  More... | |
| void cs_bad_cells_regularisation_scalar | ( | cs_real_t * | var | ) | 
Regularisation on bad cells for scalars.
| [in,out] | var | variable to regularize. | 
| void cs_bad_cells_regularisation_sym_tensor | ( | cs_real_6_t * | var, | 
| int | boundary_projection | ||
| ) | 
Regularisation on bad cells for symmetric tensors.
| [in,out] | var | variable to regularize. | 
| void cs_bad_cells_regularisation_tensor | ( | cs_real_9_t * | var, | 
| int | boundary_projection | ||
| ) | 
Regularisation on bad cells for tensors.
| [in,out] | var | variable to regularize. | 
| void cs_bad_cells_regularisation_vector | ( | cs_real_3_t * | var, | 
| int | boundary_projection | ||
| ) | 
Regularisation on bad cells for vectors.
| [in,out] | var | variable to regularize. |