9.0
general documentation
Loading...
Searching...
No Matches
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-2025 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
33#include "cdo/cs_basis_func.h"
35#include "cdo/cs_cdo_assembly.h"
36#include "cdo/cs_cdo_bc.h"
37#include "cdo/cs_cdo_connect.h"
40#include "cdo/cs_cdo_local.h"
41#include "cdo/cs_cdo_main.h"
43#include "cdo/cs_cdo_solve.h"
44#include "cdo/cs_cdo_system.h"
45#include "cdo/cs_cdo_toolbox.h"
47#include "cdo/cs_cdocb_scaleq.h"
49#include "cdo/cs_cdoeb_vecteq.h"
50#include "cdo/cs_cdofb_ac.h"
53#include "cdo/cs_cdofb_navsto.h"
54#include "cdo/cs_cdofb_predco.h"
55#include "cdo/cs_cdofb_scaleq.h"
56#include "cdo/cs_cdofb_vecteq.h"
57#include "cdo/cs_cdovb_scaleq.h"
59#include "cdo/cs_cdovb_vecteq.h"
61#include "cdo/cs_dbg.h"
62#include "cdo/cs_domain.h"
63#include "cdo/cs_domain_op.h"
64#include "cdo/cs_domain_setup.h"
65#include "cdo/cs_enforcement.h"
66#include "cdo/cs_equation.h"
67#include "cdo/cs_equation_bc.h"
71#include "cdo/cs_evaluate.h"
72#include "cdo/cs_flag.h"
73#include "cdo/cs_hho_builder.h"
74#include "cdo/cs_hho_scaleq.h"
75#include "cdo/cs_hho_stokes.h"
76#include "cdo/cs_hho_vecteq.h"
77#include "cdo/cs_hodge.h"
78#include "cdo/cs_iter_algo.h"
79#include "cdo/cs_macfb_vecteq.h"
80#include "cdo/cs_maxwell.h"
81#include "cdo/cs_mesh_deform.h"
83#include "cdo/cs_navsto_param.h"
85#include "cdo/cs_param_cdo.h"
86#include "cdo/cs_property.h"
87#include "cdo/cs_quadrature.h"
88#include "cdo/cs_reco.h"
89#include "cdo/cs_reco_cw.h"
92#include "cdo/cs_sdm.h"
95#include "cdo/cs_source_term.h"
98#include "cdo/cs_walldistance.h"
99#include "cdo/cs_xdef.h"
100#include "cdo/cs_xdef_cw_eval.h"
101#include "cdo/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 ...