8.3
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-2024 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_cdocb_scaleq.h"
49#include "cs_cdoeb_vecteq.h"
50#include "cs_cdofb_ac.h"
51#include "cs_cdofb_monolithic.h"
53#include "cs_cdofb_navsto.h"
54#include "cs_cdofb_predco.h"
55#include "cs_cdofb_scaleq.h"
56#include "cs_cdofb_vecteq.h"
57#include "cs_cdovb_scaleq.h"
58#include "cs_cdovb_scalsys.h"
59#include "cs_cdovb_vecteq.h"
60#include "cs_cdovcb_scaleq.h"
61#include "cs_dbg.h"
62#include "cs_domain.h"
63#include "cs_domain_op.h"
64#include "cs_domain_setup.h"
65#include "cs_enforcement.h"
66#include "cs_equation.h"
67#include "cs_equation_bc.h"
68#include "cs_equation_builder.h"
69#include "cs_equation_param.h"
70#include "cs_equation_system.h"
71#include "cs_evaluate.h"
72#include "cs_flag.h"
73#include "cs_hho_builder.h"
74#include "cs_hho_scaleq.h"
75#include "cs_hho_stokes.h"
76#include "cs_hho_vecteq.h"
77#include "cs_hodge.h"
78#include "cs_iter_algo.h"
79#include "cs_macfb_vecteq.h"
80#include "cs_maxwell.h"
81#include "cs_mesh_deform.h"
82#include "cs_navsto_coupling.h"
83#include "cs_navsto_param.h"
84#include "cs_navsto_system.h"
85#include "cs_param_cdo.h"
86#include "cs_property.h"
87#include "cs_quadrature.h"
88#include "cs_reco.h"
89#include "cs_reco_cw.h"
90#include "cs_saddle_solver.h"
91#include "cs_scheme_geometry.h"
92#include "cs_sdm.h"
93#include "cs_solid_selection.h"
94#include "cs_solidification.h"
95#include "cs_source_term.h"
97#include "cs_thermal_system.h"
98#include "cs_walldistance.h"
99#include "cs_xdef.h"
100#include "cs_xdef_cw_eval.h"
101#include "cs_xdef_eval.h"
102
103/*----------------------------------------------------------------------------*/
104
105#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 ...