|
programmer's documentation
|
#include "cs_base.h"#include "cs_cdo.h"#include "cs_cdo_quantities.h"#include "cs_quadrature.h"#include "cs_param.h"
Go to the source code of this file.
Functions | |
| void | cs_evaluate (const cs_mesh_t *m, const cs_cdo_quantities_t *quant, const cs_cdo_connect_t *connect, double tcur, cs_flag_t dof_flag, int loc_id, cs_param_def_type_t def_type, cs_quadra_type_t quad_type, cs_def_t def, double *p_values[]) |
| Compute the contribution related to a source term or a boundary condition for instance. More... | |
| void cs_evaluate | ( | const cs_mesh_t * | m, |
| const cs_cdo_quantities_t * | quant, | ||
| const cs_cdo_connect_t * | connect, | ||
| double | tcur, | ||
| cs_flag_t | dof_flag, | ||
| int | loc_id, | ||
| cs_param_def_type_t | def_type, | ||
| cs_quadra_type_t | quad_type, | ||
| cs_def_t | def, | ||
| double * | p_values[] | ||
| ) |
Compute the contribution related to a source term or a boundary condition for instance.
| [in] | m | pointer to a cs_mesh_t struct. |
| [in] | quant | additional mesh quantities struct. |
| [in] | connect | pointer to a cs_cdo_connect_t struct. |
| [in] | tcur | current physical time of the simulation |
| [in] | dof_flag | indicate where the evaluation has to be done |
| [in] | loc_id | id related to a cs_mesh_location_t struct. |
| [in] | def_type | type of definition |
| [in] | quad_type | type of quadrature (not always used) |
| [in] | def | access to the definition of the values |
| [in,out] | p_values | pointer to the computed values (allocated if NULL) |
1.8.7