My Project
programmer's 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-2019 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_1d_wall_thermal.h"
34#include "cs_ale.h"
35#include "cs_all_to_all.h"
36#include "cs_array_reduce.h"
37#include "cs_assert.h"
38#include "cs_base.h"
39#include "cs_block_dist.h"
40#include "cs_block_to_part.h"
41#include "cs_boundary.h"
43#include "cs_boundary_zone.h"
44#include "cs_coupling.h"
45#include "cs_defs.h"
47#include "cs_fan.h"
48#include "cs_field.h"
49#include "cs_field_default.h"
50#include "cs_field_operator.h"
51#include "cs_field_pointer.h"
52#include "cs_file.h"
53#include "cs_flag_check.h"
54#include "cs_fp_exception.h"
55#include "cs_gas_mix.h"
56#include "cs_halo.h"
57#include "cs_halo_perio.h"
58#include "cs_head_losses.h"
59#include "cs_interface.h"
60#include "cs_interpolate.h"
62#include "cs_log.h"
63#include "cs_map.h"
64#include "cs_math.h"
65#include "cs_measures_util.h"
66#include "cs_notebook.h"
67#include "cs_numbering.h"
68#include "cs_parall.h"
69#include "cs_parameters.h"
72#include "cs_post.h"
73#include "cs_post_util.h"
74#include "cs_preprocess.h"
76#include "cs_probe.h"
77#include "cs_prototypes.h"
78#include "cs_random.h"
79#include "cs_restart.h"
80#include "cs_restart_map.h"
81#include "cs_rotation.h"
82#include "cs_sat_coupling.h"
83#include "cs_selector.h"
84#include "cs_stokes_model.h"
85#include "cs_syr_coupling.h"
86#include "cs_thermal_model.h"
87#include "cs_time_moment.h"
88#include "cs_time_plot.h"
89#include "cs_time_step.h"
90#include "cs_timer.h"
91#include "cs_timer_stats.h"
92#include "cs_tree.h"
93#include "cs_turbomachinery.h"
94#include "cs_volume_zone.h"
95#include "cs_vof.h"
96#include "cs_wall_functions.h"
97#include "cs_zone.h"
98
99#if defined(HAVE_MEDCOUPLING_LOADER)
101#endif
102
103#if defined(HAVE_PARAMEDMEM)
105#endif
106
107#if defined(HAVE_PARAMEDMEM) && defined (HAVE_MEDCOUPLING_LOADER)
109#endif
110
111/*----------------------------------------------------------------------------*/
112
113#endif /* __CS_BASE_HEADERS_H__ */