#include "cs_base.h"
#include "cs_halo.h"
Go to the source code of this file.
◆ cs_bad_cells_regularisation_scalar()
void cs_bad_cells_regularisation_scalar |
( |
cs_real_t * |
var | ) |
|
Regularisation on bad cells for scalars.
- Parameters
-
[in,out] | var | variable to regularize. |
◆ cs_bad_cells_regularisation_sym_tensor()
void cs_bad_cells_regularisation_sym_tensor |
( |
cs_real_6_t * |
var, |
|
|
int |
boundary_projection |
|
) |
| |
Regularisation on bad cells for symmetric tensors.
- Parameters
-
[in,out] | var | variable to regularize. |
◆ cs_bad_cells_regularisation_tensor()
void cs_bad_cells_regularisation_tensor |
( |
cs_real_9_t * |
var, |
|
|
int |
boundary_projection |
|
) |
| |
Regularisation on bad cells for tensors.
- Parameters
-
[in,out] | var | variable to regularize. |
◆ cs_bad_cells_regularisation_vector()
void cs_bad_cells_regularisation_vector |
( |
cs_real_3_t * |
var, |
|
|
int |
boundary_projection |
|
) |
| |
Regularisation on bad cells for vectors.
- Parameters
-
[in,out] | var | variable to regularize. |