programmer's documentation
Functions
cs_evaluate.c File Reference
#include "cs_defs.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <float.h>
#include <bft_mem.h>
#include "cs_halo.h"
#include "cs_math.h"
#include "cs_mesh.h"
#include "cs_parall.h"
#include "cs_range_set.h"
#include "cs_volume_zone.h"
#include "cs_quadrature.h"
#include "cs_evaluate.h"
Include dependency graph for cs_evaluate.c:

Functions

void cs_evaluate_set_shared_pointers (const cs_cdo_quantities_t *quant, const cs_cdo_connect_t *connect, const cs_time_step_t *time_step)
 Set shared pointers to main domain members. More...
 
void cs_evaluate_density_by_analytic (cs_flag_t dof_flag, const cs_xdef_t *def, double retval[])
 Compute the value related to each DoF in the case of a density field The value defined by the analytic function is by unity of volume. More...
 
void cs_evaluate_density_by_value (cs_flag_t dof_flag, const cs_xdef_t *def, double retval[])
 Evaluate the quantity defined by a value in the case of a density field for all the degrees of freedom Accessor to the value is by unit of volume. More...
 
void cs_evaluate_potential_by_analytic (cs_flag_t dof_flag, const cs_xdef_t *def, double retval[])
 Evaluate the quantity attached to a potential field for all the DoFs when the definition relies on an analytic expression. More...
 
void cs_evaluate_potential_by_qov (cs_flag_t dof_flag, const cs_xdef_t *def, double retval[])
 Define a value to each DoF in the case of a potential field in order to put a given quantity inside the volume associated to the zone attached to the given definition. More...
 
void cs_evaluate_potential_by_value (cs_flag_t dof_flag, const cs_xdef_t *def, double retval[])
 Evaluate the quantity attached to a potential field for all the DoFs. More...
 
void cs_evaluate_average_on_faces_by_value (cs_flag_t dof_flag, const cs_xdef_t *def, double retval[])
 Evaluate the average of a function on the faces. More...
 
void cs_evaluate_average_on_faces_by_analytic (cs_flag_t dof_flag, const cs_xdef_t *def, double retval[])
 Evaluate the average of a function on the faces. More...
 
void cs_evaluate_average_on_cells_by_value (cs_flag_t dof_flag, const cs_xdef_t *def, double retval[])
 Evaluate the average of a function on the cells. More...
 
void cs_evaluate_average_on_cells_by_array (cs_flag_t dof_flag, const cs_xdef_t *def, double retval[])
 Evaluate the average of a function on the cells. More...
 
void cs_evaluate_average_on_cells_by_analytic (cs_flag_t dof_flag, const cs_xdef_t *def, double retval[])
 Evaluate the average of a function on the cells. More...
 

Function Documentation

◆ cs_evaluate_average_on_cells_by_analytic()

void cs_evaluate_average_on_cells_by_analytic ( cs_flag_t  dof_flag,
const cs_xdef_t def,
double  retval[] 
)

Evaluate the average of a function on the cells.

Parameters
[in]dof_flagindicate where the evaluation has to be done
[in]defpointer to a cs_xdef_t pointer
[in,out]retvalpointer to the computed values

◆ cs_evaluate_average_on_cells_by_array()

void cs_evaluate_average_on_cells_by_array ( cs_flag_t  dof_flag,
const cs_xdef_t def,
double  retval[] 
)

Evaluate the average of a function on the cells.

Parameters
[in]dof_flagindicate where the evaluation has to be done
[in]defpointer to a cs_xdef_t pointer
[in,out]retvalpointer to the computed values

◆ cs_evaluate_average_on_cells_by_value()

void cs_evaluate_average_on_cells_by_value ( cs_flag_t  dof_flag,
const cs_xdef_t def,
double  retval[] 
)

Evaluate the average of a function on the cells.

Parameters
[in]dof_flagindicate where the evaluation has to be done
[in]defpointer to a cs_xdef_t pointer
[in,out]retvalpointer to the computed values

◆ cs_evaluate_average_on_faces_by_analytic()

void cs_evaluate_average_on_faces_by_analytic ( cs_flag_t  dof_flag,
const cs_xdef_t def,
double  retval[] 
)

Evaluate the average of a function on the faces.

Parameters
[in]dof_flagindicate where the evaluation has to be done
[in]defpointer to a cs_xdef_t pointer
[in,out]retvalpointer to the computed values

◆ cs_evaluate_average_on_faces_by_value()

void cs_evaluate_average_on_faces_by_value ( cs_flag_t  dof_flag,
const cs_xdef_t def,
double  retval[] 
)

Evaluate the average of a function on the faces.

Parameters
[in]dof_flagindicate where the evaluation has to be done
[in]defpointer to a cs_xdef_t pointer
[in,out]retvalpointer to the computed values

◆ cs_evaluate_density_by_analytic()

void cs_evaluate_density_by_analytic ( cs_flag_t  dof_flag,
const cs_xdef_t def,
double  retval[] 
)

Compute the value related to each DoF in the case of a density field The value defined by the analytic function is by unity of volume.

Parameters
[in]dof_flagindicate where the evaluation has to be done
[in]defpointer to a cs_xdef_t structure
[in,out]retvalpointer to the computed values

◆ cs_evaluate_density_by_value()

void cs_evaluate_density_by_value ( cs_flag_t  dof_flag,
const cs_xdef_t def,
double  retval[] 
)

Evaluate the quantity defined by a value in the case of a density field for all the degrees of freedom Accessor to the value is by unit of volume.

Parameters
[in]dof_flagindicate where the evaluation has to be done
[in]defpointer to a cs_xdef_t structure
[in,out]retvalpointer to the computed values

◆ cs_evaluate_potential_by_analytic()

void cs_evaluate_potential_by_analytic ( cs_flag_t  dof_flag,
const cs_xdef_t def,
double  retval[] 
)

Evaluate the quantity attached to a potential field for all the DoFs when the definition relies on an analytic expression.

Parameters
[in]dof_flagindicate where the evaluation has to be done
[in]defpointer to a cs_xdef_t pointer
[in,out]retvalpointer to the computed values

◆ cs_evaluate_potential_by_qov()

void cs_evaluate_potential_by_qov ( cs_flag_t  dof_flag,
const cs_xdef_t def,
double  retval[] 
)

Define a value to each DoF in the case of a potential field in order to put a given quantity inside the volume associated to the zone attached to the given definition.

Parameters
[in]dof_flagindicate where the evaluation has to be done
[in]defpointer to a cs_xdef_t pointer
[in,out]retvalpointer to the computed values

◆ cs_evaluate_potential_by_value()

void cs_evaluate_potential_by_value ( cs_flag_t  dof_flag,
const cs_xdef_t def,
double  retval[] 
)

Evaluate the quantity attached to a potential field for all the DoFs.

Parameters
[in]dof_flagindicate where the evaluation has to be done
[in]defpointer to a cs_xdef_t pointer
[in,out]retvalpointer to the computed values

◆ cs_evaluate_set_shared_pointers()

void cs_evaluate_set_shared_pointers ( const cs_cdo_quantities_t quant,
const cs_cdo_connect_t connect,
const cs_time_step_t time_step 
)

Set shared pointers to main domain members.

Parameters
[in]quantadditional mesh quantities struct.
[in]connectpointer to a cs_cdo_connect_t struct.
[in]time_steppointer to a time step structure