9.0
general documentation
Loading...
Searching...
No Matches
cs_bad_cells_regularisation.cpp File Reference
#include "base/cs_defs.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "bft/bft_printf.h"
#include "alge/cs_blas.h"
#include "base/cs_boundary_conditions.h"
#include "base/cs_halo.h"
#include "base/cs_halo_perio.h"
#include "base/cs_mem.h"
#include "mesh/cs_mesh.h"
#include "mesh/cs_mesh_bad_cells.h"
#include "mesh/cs_mesh_quantities.h"
#include "base/cs_parall.h"
#include "base/cs_parameters.h"
#include "alge/cs_sles_default.h"
#include "alge/cs_bad_cells_regularisation.h"
Include dependency graph for cs_bad_cells_regularisation.cpp:

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.