1 #ifndef __CS_EVALUATE_H__ 2 #define __CS_EVALUATE_H__ 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:1323
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:1053
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:1075
#define BEGIN_C_DECLS
Definition: cs_defs.h:453
Definition: cs_cdo_connect.h:55
Definition: cs_cdo_quantities.h:89
#define END_C_DECLS
Definition: cs_defs.h:454
unsigned short int cs_flag_t
Definition: cs_defs.h:299
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:1167
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:1124
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:1281