9.0
general documentation
Loading...
Searching...
No Matches
cs_bad_cells_regularisation.h File Reference
#include "base/cs_base.h"
#include "base/cs_halo.h"
Include dependency graph for cs_bad_cells_regularisation.h:

Go to the source code of this file.

Functions

void cs_bad_cells_regularisation_scalar (cs_real_t *var)
 Regularisation on bad cells for scalars.
void cs_bad_cells_regularisation_vector (cs_real_3_t *var, int boundary_projection)
 Regularisation on bad cells for vectors.
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.

Function Documentation

◆ cs_bad_cells_regularisation_scalar()

void cs_bad_cells_regularisation_scalar ( cs_real_t * var)

Regularisation on bad cells for scalars.

Parameters
[in,out]varvariable 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]varvariable 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]varvariable 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]varvariable to regularize.