programmer's documentation
Functions
cs_evaluate.h File Reference
#include "cs_base.h"
#include "cs_cdo.h"
#include "cs_cdo_quantities.h"
#include "cs_quadrature.h"
#include "cs_param.h"
Include dependency graph for cs_evaluate.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...
 

Function Documentation

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.

Parameters
[in]mpointer to a cs_mesh_t struct.
[in]quantadditional mesh quantities struct.
[in]connectpointer to a cs_cdo_connect_t struct.
[in]tcurcurrent physical time of the simulation
[in]dof_flagindicate where the evaluation has to be done
[in]loc_idid related to a cs_mesh_location_t struct.
[in]def_typetype of definition
[in]quad_typetype of quadrature (not always used)
[in]defaccess to the definition of the values
[in,out]p_valuespointer to the computed values (allocated if NULL)