Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
Aleph.h
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2022 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/* Aleph.h (C) 2010 */
9/* */
10/*---------------------------------------------------------------------------*/
11#ifndef ARCANE_ALEPH_SERVICE_H
12#define ARCANE_ALEPH_SERVICE_H
13
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16#include "arcane_packages.h"
17
18#include "arcane/IParallelMng.h"
19#include "arcane/BasicService.h"
20#include "arcane/ArcaneVersion.h"
21#include "arcane/FactoryService.h"
22#include "arcane/utils/ScopedPtr.h"
23#include "arcane/utils/ITraceMng.h"
24#include "arcane/utils/MultiArray2.h"
25#include "arcane/utils/ArgumentException.h"
26
27#include "arcane/aleph/AlephParams.h"
28#include "arcane/aleph/AlephVector.h"
29#include "arcane/aleph/AlephMatrix.h"
30#include "arcane/aleph/AlephKernel.h"
31#include "arcane/aleph/AlephOrdering.h"
32#include "arcane/aleph/AlephIndexing.h"
33#include "arcane/aleph/AlephTopology.h"
34#include "arcane/aleph/AlephInterface.h"
35
36/*---------------------------------------------------------------------------*/
37/*---------------------------------------------------------------------------*/
38
39#endif