8.1
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-2023 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_assembly.h"
36 #include "cs_cdo_bc.h"
37 #include "cs_cdo_connect.h"
38 #include "cs_cdo_diffusion.h"
40 #include "cs_cdo_local.h"
41 #include "cs_cdo_main.h"
42 #include "cs_cdo_quantities.h"
43 #include "cs_cdo_solve.h"
44 #include "cs_cdo_system.h"
45 #include "cs_cdo_toolbox.h"
46 #include "cs_cdo_turbulence.h"
47 #include "cs_cdoeb_vecteq.h"
48 #include "cs_cdofb_ac.h"
49 #include "cs_cdofb_monolithic.h"
51 #include "cs_cdofb_navsto.h"
52 #include "cs_cdofb_predco.h"
53 #include "cs_cdofb_scaleq.h"
54 #include "cs_cdofb_vecteq.h"
55 #include "cs_cdovb_scaleq.h"
56 #include "cs_cdovb_scalsys.h"
57 #include "cs_cdovb_vecteq.h"
58 #include "cs_cdovcb_scaleq.h"
59 #include "cs_dbg.h"
60 #include "cs_domain.h"
61 #include "cs_domain_op.h"
62 #include "cs_domain_setup.h"
63 #include "cs_enforcement.h"
64 #include "cs_equation.h"
65 #include "cs_equation_bc.h"
66 #include "cs_equation_builder.h"
67 #include "cs_equation_param.h"
68 #include "cs_equation_system.h"
69 #include "cs_evaluate.h"
70 #include "cs_flag.h"
71 #include "cs_hho_builder.h"
72 #include "cs_hho_scaleq.h"
73 #include "cs_hho_stokes.h"
74 #include "cs_hho_vecteq.h"
75 #include "cs_hodge.h"
76 #include "cs_iter_algo.h"
77 #include "cs_maxwell.h"
78 #include "cs_mesh_deform.h"
79 #include "cs_navsto_coupling.h"
80 #include "cs_navsto_param.h"
81 #include "cs_navsto_system.h"
82 #include "cs_param_cdo.h"
83 #include "cs_property.h"
84 #include "cs_quadrature.h"
85 #include "cs_reco.h"
86 #include "cs_reco_cw.h"
87 #include "cs_saddle_itsol.h"
88 #include "cs_scheme_geometry.h"
89 #include "cs_sdm.h"
90 #include "cs_solid_selection.h"
91 #include "cs_solidification.h"
92 #include "cs_source_term.h"
93 #include "cs_static_condensation.h"
94 #include "cs_thermal_system.h"
95 #include "cs_walldistance.h"
96 #include "cs_xdef.h"
97 #include "cs_xdef_cw_eval.h"
98 #include "cs_xdef_eval.h"
99 
100 /*----------------------------------------------------------------------------*/
101 
102 #endif /* __CS_CDO_HEADERS_H__ */
Structure and functions handling the Maxwell module dedicated to the resolution of electro-magnetic e...
Functions to handle the cs_thermal_system_t structure. This module can be used stand alone or linked ...