Arcane
v3.14.10.0
Documentation utilisateur
Chargement...
Recherche...
Aucune correspondance
MeshMaterialInfo.cc
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
/* MeshMaterialInfo.cc (C) 2000-2022 */
9
/* */
10
/* Infos sur un matériau d'un maillage. */
11
/*---------------------------------------------------------------------------*/
12
/*---------------------------------------------------------------------------*/
13
14
#include "arcane/materials/MeshMaterialInfo.h"
15
16
#include "arcane/IMesh.h"
17
#include "arcane/IItemFamily.h"
18
19
#include "arcane/materials/IMeshMaterialMng.h"
20
21
/*---------------------------------------------------------------------------*/
22
/*---------------------------------------------------------------------------*/
23
24
namespace
Arcane::Materials
25
{
26
27
/*---------------------------------------------------------------------------*/
28
/*---------------------------------------------------------------------------*/
29
30
MeshMaterialInfo::
31
MeshMaterialInfo(IMeshMaterialMng* mm,
const
String& name)
32
: m_material_mng(mm)
33
, m_name(name)
34
{
35
}
36
37
/*---------------------------------------------------------------------------*/
38
/*---------------------------------------------------------------------------*/
39
40
}
// End namespace Arcane::Materials
41
42
/*---------------------------------------------------------------------------*/
43
/*---------------------------------------------------------------------------*/
Arcane::Materials
Active toujours les traces dans les parties Arcane concernant les matériaux.
Definition
ItemCompatibility.h:27
arcane
materials
MeshMaterialInfo.cc
Généré le Lundi 18 Novembre 2024 02:56:51 pour Arcane par
1.9.8