Arcane  v3.16.0.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
AlephGlobal.h
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2024 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/* AlephGlobal.h (C) 2000-2024 */
9/* */
10/* Déclarations générales de la composante 'arcane_aleph'. */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCANE_ALEPH_ALEPHGLOBAL_H
13#define ARCANE_ALEPH_ALEPHGLOBAL_H
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
18
19/*---------------------------------------------------------------------------*/
20/*---------------------------------------------------------------------------*/
21
22namespace Arcane
23{
24
25/*---------------------------------------------------------------------------*/
26/*---------------------------------------------------------------------------*/
27
28#ifdef ARCANE_COMPONENT_arcane_aleph
29#define ARCANE_ALEPH_EXPORT ARCANE_EXPORT
30#else
31#define ARCANE_ALEPH_EXPORT ARCANE_IMPORT
32#endif
33
34/*---------------------------------------------------------------------------*/
35/*---------------------------------------------------------------------------*/
36
37class IAlephFactory;
38class IAlephTopology;
39class IAlephMatrix;
40class IAlephVector;
41class AlephKernel;
42class AlephTopology;
43class AlephMatrix;
44class AlephOrdering;
45class AlephIndexing;
46class AlephVector;
47class AlephParams;
48
50using AlephInt = int;
51
52/*---------------------------------------------------------------------------*/
53/*---------------------------------------------------------------------------*/
54
55} // namespace Arcane
56
57/*---------------------------------------------------------------------------*/
58/*---------------------------------------------------------------------------*/
59
60#endif
Déclarations des types généraux de Arcane.
Gestionaire d'indexing.
Matrice d'un système linéaire.
Definition AlephMatrix.h:33
Gestionnaire de reordering.
Paramètres d'un système linéraire.
Definition AlephParams.h:34
Informations sur l'environnement parallèle.
Vecteur d'un système linéaire.
Definition AlephVector.h:33
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
int AlephInt
Type par défaut pour indexer les lignes et les colonnes des matrices et vecteurs.
Definition AlephGlobal.h:50