Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
IMeshMaterialVariableFactory.h
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/* IMeshMaterialVariableFactory.h (C) 2000-2022 */
9/* */
10/* Interface d'une fabrique de variables matériaux. */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCANE_CORE_MATERIALS_IMESHMATERIALVARIABLEFACTORY_H
13#define ARCANE_CORE_MATERIALS_IMESHMATERIALVARIABLEFACTORY_H
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
17#include "arcane/ArcaneTypes.h"
18#include "arcane/core/materials/MaterialsCoreGlobal.h"
19
20/*---------------------------------------------------------------------------*/
21/*---------------------------------------------------------------------------*/
22
23namespace Arcane::Materials
24{
25
26/*---------------------------------------------------------------------------*/
27/*---------------------------------------------------------------------------*/
32class ARCANE_CORE_EXPORT IMeshMaterialVariableFactory
33{
34 public:
35
36 virtual ~IMeshMaterialVariableFactory() = default;
37
38 public:
39
43
46};
47
48/*---------------------------------------------------------------------------*/
49/*---------------------------------------------------------------------------*/
50
51} // End namespace Arcane::Materials
52
53/*---------------------------------------------------------------------------*/
54/*---------------------------------------------------------------------------*/
55
56#endif
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Definition Lima.cc:120
Interface d'une fabrique de variables matériaux.
virtual MaterialVariableTypeInfo materialVariableTypeInfo() const =0
Informations sur le type de variable créée.
virtual IMeshMaterialVariable * createVariable(const MaterialVariableBuildInfo &build_info)=0
Créé une variable matériau.
Interface d'une variable matériau d'un maillage.
Informations caractérisant le type d'une variable matériau.
Active toujours les traces dans les parties Arcane concernant les matériaux.