programmer's documentation
Functions
cs_evaluate.h File Reference
#include "cs_base.h"
#include "cs_time_step.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_cdo_quantities_t *quant, const cs_cdo_connect_t *connect, const cs_time_step_t *time_step, cs_flag_t dof_flag, int loc_id, cs_param_def_type_t def_type, cs_quadra_type_t quad_type, bool use_subdiv, 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_cdo_quantities_t quant,
const cs_cdo_connect_t connect,
const cs_time_step_t time_step,
cs_flag_t  dof_flag,
int  ml_id,
cs_param_def_type_t  def_type,
cs_quadra_type_t  quad_type,
bool  use_subdiv,
cs_def_t  def,
double *  p_values[] 
)

Compute the contribution related to a source term or a boundary condition for instance.

Parameters
[in]quantadditional mesh quantities struct.
[in]connectpointer to a cs_cdo_connect_t struct.
[in]time_steppointer to a time step structure
[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]use_subdivconsider or not the subdivision into tetrahedra
[in]defaccess to the definition of the values
[in,out]p_valuespointer to the computed values (allocated if NULL)
[in]quantadditional mesh quantities struct.
[in]connectpointer to a cs_cdo_connect_t struct.
[in]time_steppointer to a time step structure
[in]dof_flagindicate where the evaluation has to be done
[in]ml_idid related to a cs_mesh_location_t struct.
[in]def_typetype of definition
[in]quad_typetype of quadrature (not always used)
[in]use_subdivconsider or not the subdivision into tetrahedra
[in]defaccess to the definition of the values
[in,out]p_valuespointer to the computed values (allocated if NULL)