programmer's documentation
cs_evaluate.h
Go to the documentation of this file.
1 #ifndef __CS_EVALUATE_H__
2 #define __CS_EVALUATE_H__
3 
4 /*============================================================================
5  * Functions and structures to deal with source term computation
6  *============================================================================*/
7 
8 /*
9  This file is part of Code_Saturne, a general-purpose CFD tool.
10 
11  Copyright (C) 1998-2015 EDF S.A.
12 
13  This program is free software; you can redistribute it and/or modify it under
14  the terms of the GNU General Public License as published by the Free Software
15  Foundation; either version 2 of the License, or (at your option) any later
16  version.
17 
18  This program is distributed in the hope that it will be useful, but WITHOUT
19  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
20  FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
21  details.
22 
23  You should have received a copy of the GNU General Public License along with
24  this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
25  Street, Fifth Floor, Boston, MA 02110-1301, USA.
26 */
27 
28 /*----------------------------------------------------------------------------*/
29 
30 /*----------------------------------------------------------------------------
31  * Local headers
32  *----------------------------------------------------------------------------*/
33 
34 #include "cs_base.h"
35 #include "cs_time_step.h"
36 
37 #include "cs_cdo.h"
38 #include "cs_cdo_quantities.h"
39 #include "cs_quadrature.h"
40 #include "cs_param.h"
41 
42 /*----------------------------------------------------------------------------*/
43 
45 
46 /*============================================================================
47  * Macro definitions
48  *============================================================================*/
49 
50 /*============================================================================
51  * Type definitions
52  *============================================================================*/
53 
54 /*============================================================================
55  * Public function prototypes
56  *============================================================================*/
57 
58 /*----------------------------------------------------------------------------*/
74 /*----------------------------------------------------------------------------*/
75 
76 void
77 cs_evaluate(const cs_cdo_quantities_t *quant,
78  const cs_cdo_connect_t *connect,
79  const cs_time_step_t *time_step,
80  cs_flag_t dof_flag,
81  int loc_id,
82  cs_param_def_type_t def_type,
83  cs_quadra_type_t quad_type,
84  bool use_subdiv,
85  cs_def_t def,
86  double *p_values[]);
87 
88 /*----------------------------------------------------------------------------*/
89 
91 
92 #endif /* __CS_EVALUATE_H__ */
time step descriptor
Definition: cs_time_step.h:51
#define BEGIN_C_DECLS
Definition: cs_defs.h:429
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.
Definition: cs_evaluate.c:629
Definition: cs_cdo_connect.h:67
Definition: cs_cdo_quantities.h:86
cs_quadra_type_t
Definition: cs_quadrature.h:40
Definition: cs_param.h:73
#define END_C_DECLS
Definition: cs_defs.h:430
unsigned short int cs_flag_t
Definition: cs_cdo.h:50
cs_param_def_type_t
Definition: cs_param.h:83