Go to the source code of this file.
Compute the contribution related to a source term or a boundary condition for instance.
- Parameters
-
[in] | quant | additional mesh quantities struct. |
[in] | connect | pointer to a cs_cdo_connect_t struct. |
[in] | time_step | pointer to a time step structure |
[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] | use_subdiv | consider or not the subdivision into tetrahedra |
[in] | def | access to the definition of the values |
[in,out] | p_values | pointer to the computed values (allocated if NULL) |
[in] | quant | additional mesh quantities struct. |
[in] | connect | pointer to a cs_cdo_connect_t struct. |
[in] | time_step | pointer to a time step structure |
[in] | dof_flag | indicate where the evaluation has to be done |
[in] | ml_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] | use_subdiv | consider or not the subdivision into tetrahedra |
[in] | def | access to the definition of the values |
[in,out] | p_values | pointer to the computed values (allocated if NULL) |