7.0
general documentation
cs_cdo_headers.h
Go to the documentation of this file.
1 #ifndef __CS_CDO_HEADERS_H__
2 #define __CS_CDO_HEADERS_H__
3 
4 /*============================================================================
5  * Global Code_Saturne headers file for easier include
6  *============================================================================*/
7 
8 /*
9  This file is part of Code_Saturne, a general-purpose CFD tool.
10 
11  Copyright (C) 1998-2021 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  * Local headers
30  *----------------------------------------------------------------------------*/
31 
32 #include "cs_advection_field.h"
33 #include "cs_basis_func.h"
34 #include "cs_cdo_advection.h"
35 #include "cs_cdo_bc.h"
36 #include "cs_cdo_connect.h"
37 #include "cs_cdo_diffusion.h"
39 #include "cs_cdo_local.h"
40 #include "cs_cdo_main.h"
41 #include "cs_cdo_quantities.h"
42 #include "cs_cdo_turbulence.h"
43 #include "cs_cdoeb_vecteq.h"
44 #include "cs_cdofb_ac.h"
45 #include "cs_cdofb_monolithic.h"
47 #include "cs_cdofb_navsto.h"
48 #include "cs_cdofb_predco.h"
49 #include "cs_cdofb_scaleq.h"
50 #include "cs_cdofb_vecteq.h"
51 #include "cs_cdovb_scaleq.h"
52 #include "cs_cdovb_vecteq.h"
53 #include "cs_cdovcb_scaleq.h"
54 #include "cs_dbg.h"
55 #include "cs_domain.h"
56 #include "cs_domain_op.h"
57 #include "cs_domain_setup.h"
58 #include "cs_equation.h"
59 #include "cs_equation_assemble.h"
60 #include "cs_equation_bc.h"
61 #include "cs_equation_common.h"
62 #include "cs_equation_param.h"
63 #include "cs_evaluate.h"
64 #include "cs_flag.h"
65 #include "cs_gwf.h"
66 #include "cs_gwf_soil.h"
67 #include "cs_gwf_tracer.h"
68 #include "cs_hho_builder.h"
69 #include "cs_hho_scaleq.h"
70 #include "cs_hho_stokes.h"
71 #include "cs_hho_vecteq.h"
72 #include "cs_hodge.h"
73 #include "cs_iter_algo.h"
74 #include "cs_maxwell.h"
75 #include "cs_mesh_deform.h"
76 #include "cs_navsto_coupling.h"
77 #include "cs_navsto_param.h"
78 #include "cs_navsto_system.h"
79 #include "cs_param_cdo.h"
80 #include "cs_param_sles.h"
81 #include "cs_property.h"
82 #include "cs_quadrature.h"
83 #include "cs_reco.h"
84 #include "cs_scheme_geometry.h"
85 #include "cs_sdm.h"
86 #include "cs_solidification.h"
87 #include "cs_source_term.h"
88 #include "cs_static_condensation.h"
89 #include "cs_thermal_system.h"
90 #include "cs_walldistance.h"
91 #include "cs_xdef.h"
92 #include "cs_xdef_cw_eval.h"
93 #include "cs_xdef_eval.h"
94 
95 /*----------------------------------------------------------------------------*/
96 
97 #endif /* __CS_CDO_HEADERS_H__ */
Routines to handle the cs_navsto_system_t structure.
Routines to handle the cs_thermal_system_t structure. The temperature field is automatically defined ...
Structure and routines handling the SLES settings stored inside a cs_param_sles_t structure...
Structure and routines handling the Maxwell module dedicated to the resolution of electro-magnetic eq...
Structure and routines handling the solidification module dedicated to the resolution of electro-magn...
Structure and routines handling the specific settings related to a cs_equation_t structure.
Routines to handle structures used as a context when solving the Navier-Stokes equations. Structures are cast on-the-fly according to the type of coupling. Routines to handle the settings of coupling algorithms.