Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
MeshGlobal.h
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2026 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
4// See the top-level COPYRIGHT file for details.
5// SPDX-License-Identifier: Apache-2.0
6//-----------------------------------------------------------------------------
7/*---------------------------------------------------------------------------*/
8/* MeshGlobal.h (C) 2000-2024 */
9/* */
10/* General declarations for the Arcane Mesh component. */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCANE_MESH_MESHGLOBAL_H
13#define ARCANE_MESH_MESHGLOBAL_H
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
18
19/*---------------------------------------------------------------------------*/
20/*---------------------------------------------------------------------------*/
21
22#define ARCANE_MESH_BEGIN_NAMESPACE \
23 namespace mesh \
24 {
25#define ARCANE_MESH_END_NAMESPACE }
26
27/*---------------------------------------------------------------------------*/
28/*---------------------------------------------------------------------------*/
29
30namespace Arcane::mesh
31{
32
33/*---------------------------------------------------------------------------*/
34/*---------------------------------------------------------------------------*/
35
36class ItemFamily;
37class NodeFamily;
38class EdgeFamily;
39class FaceFamily;
40class CellFamily;
41class DynamicMesh;
42
44
46template <typename LeagcyType, typename CustomType>
48
49/*---------------------------------------------------------------------------*/
50/*---------------------------------------------------------------------------*/
51
52} // End namespace Arcane::mesh
53
54/*---------------------------------------------------------------------------*/
55/*---------------------------------------------------------------------------*/
56
57#endif
Arcane configuration file.
Implementation of a mesh.
Definition DynamicMesh.h:98
Selection between historical and on-demand connectivities.
Selection between historical and on-demand connectivities.