Arcane
v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
StandaloneSubDomain.h
1
// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2
//-----------------------------------------------------------------------------
3
// Copyright 2000-2023 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
/* StandaloneSubDomain.h (C) 2000-2023 */
9
/* */
10
/* Implémentation autonome d'un sous-domaine. */
11
/*---------------------------------------------------------------------------*/
12
#ifndef ARCANE_LAUNCHER_STANDALONESUBDOMAIN_H
13
#define ARCANE_LAUNCHER_STANDALONESUBDOMAIN_H
14
/*---------------------------------------------------------------------------*/
15
/*---------------------------------------------------------------------------*/
16
17
#include "arcane/launcher/LauncherGlobal.h"
18
19
#include "arcane/utils/Ref.h"
20
#include "arcane/ArcaneTypes.h"
21
22
/*---------------------------------------------------------------------------*/
23
/*---------------------------------------------------------------------------*/
24
25
namespace
Arcane
26
{
27
28
/*---------------------------------------------------------------------------*/
29
/*---------------------------------------------------------------------------*/
40
class
ARCANE_LAUNCHER_EXPORT
StandaloneSubDomain
41
{
42
friend
class
ArcaneLauncher
;
43
class
Impl
;
44
45
public
:
46
48
StandaloneSubDomain
();
49
50
public
:
51
53
ITraceMng
* traceMng();
54
56
ISubDomain
* subDomain();
57
58
private
:
59
60
Ref<Impl>
m_p;
61
62
private
:
63
64
void
_checkIsInitialized();
65
66
private
:
67
68
// Pour ArcaneLauncher.
69
void
_initUniqueInstance(
const
String
&
case_file_name
);
70
bool
_isValid();
71
static
void
_notifyRemoveStandaloneSubDomain();
72
};
73
74
/*---------------------------------------------------------------------------*/
75
/*---------------------------------------------------------------------------*/
76
77
}
// End namespace Arcane
78
79
/*---------------------------------------------------------------------------*/
80
/*---------------------------------------------------------------------------*/
81
82
#endif
Arcane::ArcaneLauncher
Classe de gestion de l'exécution.
Definition
ArcaneLauncher.h:84
Arcane::ISubDomain
Interface du gestionnaire d'un sous-domaine.
Definition
ISubDomain.h:74
Arcane::LimaWrapper
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Definition
Lima.cc:120
Arcane::StandaloneSubDomain::Impl
Definition
StandaloneSubDomain.cc:33
Arcane::StandaloneSubDomain
Implémentation autonome d'un sous-domaine.
Definition
StandaloneSubDomain.h:41
Arccore::ITraceMng
Interface du gestionnaire de traces.
Definition
arccore/src/trace/arccore/trace/ITraceMng.h:156
Arccore::String
Chaîne de caractères unicode.
Definition
arccore/src/base/arccore/base/String.h:70
Arcane
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
Definition
AcceleratorGlobal.h:36
arcane
launcher
StandaloneSubDomain.h
Généré le Lundi 18 Novembre 2024 03:01:36 pour Arcane par
1.9.8