My Project
programmer's documentation
Functions
cs_bad_cells_regularisation.h File Reference
#include "cs_base.h"
#include "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)
 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...
 

Function Documentation

◆ cs_bad_cells_regularisation_scalar()

void cs_bad_cells_regularisation_scalar ( cs_real_t var)

Add comments.

Add comments.

◆ 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.

◆ 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.

◆ 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.