1 #ifndef __CS_EVALUATE_H__ 2 #define __CS_EVALUATE_H__ 213 bft_error(__FILE__, __LINE__, 0,
" %s: Case not handled yet.", __func__);
295 bft_error(__FILE__, __LINE__, 0,
" %s: Case not handled yet.", __func__);
time step descriptor
Definition: cs_time_step.h:51
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.
Definition: cs_evaluate.c:1875
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.
Definition: cs_evaluate.c:1544
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 analyti...
Definition: cs_evaluate.c:1566
#define BEGIN_C_DECLS
Definition: cs_defs.h:461
Definition: cs_cdo_connect.h:69
static void cs_evaluate_average_on_faces(cs_flag_t dof_flag, const cs_xdef_t *def, double retval[])
Evaluate the average of a function on the faces.
Definition: cs_evaluate.h:195
void bft_error(const char *const file_name, const int line_num, const int sys_error_code, const char *const format,...)
Calls the error handler (set by bft_error_handler_set() or default).
Definition: bft_error.c:193
Definition: cs_cdo_quantities.h:94
cs_xdef_type_t type
Definition: cs_xdef.h:156
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.
Definition: cs_evaluate.c:2137
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.
Definition: cs_evaluate.c:2185
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.
Definition: cs_evaluate.c:2259
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.
Definition: cs_evaluate.c:1951
Structure storing medata for defining a quantity in a very flexible way.
Definition: cs_xdef.h:122
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.
Definition: cs_evaluate.c:2025
#define END_C_DECLS
Definition: cs_defs.h:462
unsigned short int cs_flag_t
Definition: cs_defs.h:299
static void cs_evaluate_average_on_cells(cs_flag_t dof_flag, const cs_xdef_t *def, double retval[])
Evaluate the average of a function on the cells.
Definition: cs_evaluate.h:274
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...
Definition: cs_evaluate.c:1694
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 freedo...
Definition: cs_evaluate.c:1639
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 t...
Definition: cs_evaluate.c:1833