  | 
  
    My Project
    
   programmer's documentation 
   | 
 
 
 
 
Go to the documentation of this file.    1 #ifndef __CS_EVALUATE_H__ 
    2 #define __CS_EVALUATE_H__ 
  278     bft_error(__FILE__, __LINE__, 0, 
" %s: Case not handled yet.", __func__);
 
  315     bft_error(__FILE__, __LINE__, 0, 
" %s: Case not handled yet.", __func__);
 
 
void cs_evaluate_average_on_cells_by_value(const cs_xdef_t *def, cs_real_t retval[])
Evaluate the average of a function on the cells.
Definition: cs_evaluate.c:2271
 
Structure storing medata for defining a quantity in a very flexible way.
Definition: cs_xdef.h:126
 
void cs_evaluate_average_on_faces_by_value(const cs_xdef_t *def, cs_real_t retval[])
Evaluate the average of a function on the faces.
Definition: cs_evaluate.c:2133
 
#define END_C_DECLS
Definition: cs_defs.h:468
 
double cs_real_t
Floating-point value.
Definition: cs_defs.h:302
 
void cs_evaluate_potential_by_qov(cs_flag_t dof_flag, const cs_xdef_t *def, cs_real_t vvals[], cs_real_t wvals[])
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:1973
 
#define BEGIN_C_DECLS
Definition: cs_defs.h:467
 
void cs_evaluate_average_on_cells_by_array(const cs_xdef_t *def, cs_real_t retval[])
Evaluate the average of a function on the cells.
Definition: cs_evaluate.c:2312
 
static void cs_evaluate_average_on_faces(const cs_xdef_t *def, cs_real_t time_eval, cs_real_t retval[])
Evaluate the average of a function on the faces.
Definition: cs_evaluate.h:260
 
void cs_evaluate_potential_by_analytic(cs_flag_t dof_flag, const cs_xdef_t *def, cs_real_t time_eval, cs_real_t retval[])
Evaluate the quantity attached to a potential field for all the DoFs when the definition relies on an...
Definition: cs_evaluate.c:1826
 
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
 
static void cs_evaluate_average_on_cells(const cs_xdef_t *def, cs_real_t time_eval, cs_real_t retval[])
Evaluate the average of a function on the cells.
Definition: cs_evaluate.h:294
 
void cs_evaluate_average_on_cells_by_analytic(const cs_xdef_t *def, cs_real_t time_eval, cs_real_t retval[])
Evaluate the average of a function on the cells Warning: retval has to be initialize before calling t...
Definition: cs_evaluate.c:2373
 
cs_real_t cs_evaluate_scal_domain_integral_by_array(cs_flag_t array_loc, const cs_real_t *array_val)
Evaluate the integral over the full computational domain of a quantity defined by an array.
Definition: cs_evaluate.c:2442
 
void cs_evaluate_density_by_value(cs_flag_t dof_flag, const cs_xdef_t *def, cs_real_t 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:1769
 
Definition: cs_cdo_quantities.h:94
 
cs_xdef_type_t type
Definition: cs_xdef.h:160
 
Definition: cs_cdo_connect.h:74
 
void cs_evaluate_potential_by_value(cs_flag_t dof_flag, const cs_xdef_t *def, cs_real_t retval[])
Evaluate the quantity attached to a potential field for all the DoFs.
Definition: cs_evaluate.c:2023
 
void cs_evaluate_average_on_faces_by_analytic(const cs_xdef_t *def, cs_real_t time_eval, cs_real_t retval[])
Evaluate the average of a function on the faces Warning: retval has to be initialize before calling t...
Definition: cs_evaluate.c:2211
 
unsigned short int cs_flag_t
Definition: cs_defs.h:304
 
void cs_evaluate_set_shared_pointers(const cs_cdo_quantities_t *quant, const cs_cdo_connect_t *connect)
Set shared pointers to main domain members.
Definition: cs_evaluate.c:1680
 
void cs_evaluate_density_by_analytic(cs_flag_t dof_flag, const cs_xdef_t *def, cs_real_t time_eval, cs_real_t 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:1701