Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
IMeshMaterialVariableFactory.h
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/* IMeshMaterialVariableFactory.h (C) 2000-2025 */
9/* */
10/* Interface of a material variable factory. */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCANE_CORE_MATERIALS_IMESHMATERIALVARIABLEFACTORY_H
13#define ARCANE_CORE_MATERIALS_IMESHMATERIALVARIABLEFACTORY_H
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
18#include "arcane/core/materials/MaterialsCoreGlobal.h"
19
20/*---------------------------------------------------------------------------*/
21/*---------------------------------------------------------------------------*/
22
23namespace Arcane::Materials
24{
25
26/*---------------------------------------------------------------------------*/
27/*---------------------------------------------------------------------------*/
28
33class ARCANE_CORE_EXPORT IMeshMaterialVariableFactory
34{
35 public:
36
37 virtual ~IMeshMaterialVariableFactory() = default;
38
39 public:
40
44
47};
48
49/*---------------------------------------------------------------------------*/
50/*---------------------------------------------------------------------------*/
51
52} // End namespace Arcane::Materials
53
54/*---------------------------------------------------------------------------*/
55/*---------------------------------------------------------------------------*/
56
57#endif
Declarations of Arcane's general types.
virtual MaterialVariableTypeInfo materialVariableTypeInfo() const =0
Information about the created variable type.
virtual IMeshMaterialVariable * createVariable(const MaterialVariableBuildInfo &build_info)=0
Create a material variable.
Interface of a material variable on a mesh.
Information characterizing the type of a material variable.
Always enables tracing in Arcane parts concerning materials.