9.0
general documentation
Loading...
Searching...
No Matches
cs_base_headers.h
Go to the documentation of this file.
1#ifndef __CS_BASE_HEADERS_H__
2#define __CS_BASE_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
34#include "base/cs_ale.h"
35#include "base/cs_all_to_all.h"
36#include "base/cs_array.h"
39#include "base/cs_assert.h"
41#include "base/cs_base.h"
42#include "base/cs_base_accel.h"
43#include "base/cs_block_dist.h"
45#include "base/cs_boundary.h"
49#include "base/cs_coupling.h"
50#include "base/cs_defs.h"
54#include "base/cs_fan.h"
55#include "base/cs_field.h"
59#include "base/cs_file.h"
61#include "base/cs_flag_check.h"
63#include "base/cs_function.h"
65#include "base/cs_gas_mix.h"
66#include "base/cs_halo.h"
67#include "base/cs_halo_perio.h"
68#include "base/cs_head_losses.h"
69#include "base/cs_ht_convert.h"
70#include "base/cs_ibm.h"
71#include "base/cs_interface.h"
72#include "base/cs_interpolate.h"
74#include "base/cs_log.h"
76#include "base/cs_map.h"
78#include "base/cs_math.h"
79#include "base/cs_mem.h"
82#include "base/cs_notebook.h"
83#include "base/cs_numbering.h"
84#include "base/cs_order.h"
85#include "base/cs_parall.h"
86#include "base/cs_param_types.h"
87#include "base/cs_parameters.h"
93#include "base/cs_post.h"
94#include "base/cs_post_util.h"
95#include "base/cs_preprocess.h"
97#include "base/cs_probe.h"
98#include "base/cs_prototypes.h"
99#include "base/cs_random.h"
100#include "base/cs_renumber.h"
101#include "base/cs_restart.h"
102#include "base/cs_restart_map.h"
103#include "base/cs_rotation.h"
105#include "base/cs_sat_coupling.h"
107#include "base/cs_search.h"
108#include "base/cs_selector.h"
109#include "base/cs_syr_coupling.h"
110#include "base/cs_sys_coupling.h"
112#include "base/cs_time_moment.h"
113#include "base/cs_time_plot.h"
114#include "base/cs_time_step.h"
115#include "base/cs_time_table.h"
116#include "base/cs_timer.h"
117#include "base/cs_timer_stats.h"
118#include "base/cs_tree.h"
122#include "base/cs_volume_zone.h"
123#include "base/cs_vof.h"
128#include "base/cs_zone.h"
129
135
136/*----------------------------------------------------------------------------*/
137
138#endif /* __CS_BASE_HEADERS_H__ */