| 
    My Project
    
   programmer's documentation 
   | 
 

Go to the source code of this file.
Functions | |
| void | cs_bad_cells_regularisation_scalar (cs_real_t *var) | 
| Add comments.  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 | ) | 
Add comments.
Add comments.
| void cs_bad_cells_regularisation_sym_tensor | ( | cs_real_6_t * | var, | 
| int | boundary_projection | ||
| ) | 
Regularisation on bad cells for symmetric tensors.
| void cs_bad_cells_regularisation_tensor | ( | cs_real_9_t * | var, | 
| int | boundary_projection | ||
| ) | 
Regularisation on bad cells for tensors.
| void cs_bad_cells_regularisation_vector | ( | cs_real_3_t * | var, | 
| int | boundary_projection | ||
| ) | 
Regularisation on bad cells for vectors.
 1.8.16