Arcane
4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
BasicService.cc
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
/* BasicService.cc (C) 2000-2019 */
9
/* */
10
/* Base class for a service. */
11
/*---------------------------------------------------------------------------*/
12
/*---------------------------------------------------------------------------*/
13
14
#include "arcane/utils/ArcanePrecomp.h"
15
16
#include "arcane/core/BasicService.h"
17
#include "arcane/core/ServiceBuildInfo.h"
18
#include "arcane/core/IBase.h"
19
20
/*---------------------------------------------------------------------------*/
21
/*---------------------------------------------------------------------------*/
22
23
namespace
Arcane
24
{
25
26
/*---------------------------------------------------------------------------*/
27
/*---------------------------------------------------------------------------*/
28
29
BasicService::
30
BasicService(
const
ServiceBuildInfo
& sbi)
31
:
AbstractService
(sbi)
32
,
MeshAccessor
(sbi.meshHandle())
33
,
CommonVariables
(sbi.subDomain())
34
, m_sub_domain(sbi.subDomain())
35
{
36
}
37
38
/*---------------------------------------------------------------------------*/
39
/*---------------------------------------------------------------------------*/
40
41
BasicService::
42
~BasicService()
43
{
44
}
45
46
/*---------------------------------------------------------------------------*/
47
/*---------------------------------------------------------------------------*/
48
49
}
// namespace Arcane
50
51
/*---------------------------------------------------------------------------*/
52
/*---------------------------------------------------------------------------*/
Arcane::AbstractService
Base class of a service.
Definition
AbstractService.h:41
Arcane::CommonVariables
Common variables of a case.
Definition
CommonVariables.h:40
Arcane::MeshAccessor
Access to mesh information.
Definition
MeshAccessor.h:41
Arcane::ServiceBuildInfo
Structure containing the information to create a service.
Definition
ServiceBuildInfo.h:199
Arcane
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Definition
arcane/src/arcane/accelerator/AcceleratorGlobal.h:37
arcane
core
BasicService.cc
Generated on
for Arcane by
1.16.1