Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
BasicModule.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/* BasicModule.cc (C) 2000-2006 */
9/* */
10/* Class managing a module. */
11/*---------------------------------------------------------------------------*/
12/*---------------------------------------------------------------------------*/
13
14#include "arcane/utils/ArcanePrecomp.h"
15
16#include "arcane/core/BasicModule.h"
17#include "arcane/core/ISubDomain.h"
18#include "arcane/core/IMesh.h"
19#include "arcane/core/ItemGroup.h"
20#include "arcane/core/ModuleBuildInfo.h"
21
22/*---------------------------------------------------------------------------*/
23/*---------------------------------------------------------------------------*/
24
25namespace Arcane
26{
27
28/*---------------------------------------------------------------------------*/
29/*---------------------------------------------------------------------------*/
30
34, MeshAccessor(mb.meshHandle())
35, CommonVariables(this)
36{
37}
38
39/*---------------------------------------------------------------------------*/
40/*---------------------------------------------------------------------------*/
41
46
47/*---------------------------------------------------------------------------*/
48/*---------------------------------------------------------------------------*/
49
50} // namespace Arcane
51
52/*---------------------------------------------------------------------------*/
53/*---------------------------------------------------------------------------*/
AbstractModule(const ModuleBuildInfo &)
Constructor from a ModuleBuildInfo.
~BasicModule() override
Destructor.
BasicModule(const ModuleBuildInfo &)
Constructor from a ModuleBuildInfo.
CommonVariables(IModule *c)
Constructs the references of the common variables for the module c.
Information for building a module.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --