Arcane
v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
VariableUtilsInternal.h
1
// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2
//-----------------------------------------------------------------------------
3
// Copyright 2000-2024 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
/* VariableUtilsInternal.h (C) 2000-2024 */
9
/* */
10
/* Fonctions utilitaires diverses sur les variables internes à Arcane. */
11
/*---------------------------------------------------------------------------*/
12
#ifndef ARCANE_CORE_INTERNAL_VARIABLEUTILSINTERNAL_H
13
#define ARCANE_CORE_INTERNAL_VARIABLEUTILSINTERNAL_H
14
/*---------------------------------------------------------------------------*/
15
/*---------------------------------------------------------------------------*/
16
17
#include "
arcane/core/ArcaneTypes.h
"
18
#include "arcane/core/materials/MaterialsCoreGlobal.h"
19
20
/*---------------------------------------------------------------------------*/
21
/*---------------------------------------------------------------------------*/
22
23
namespace
Arcane
24
{
25
26
/*---------------------------------------------------------------------------*/
27
/*---------------------------------------------------------------------------*/
28
29
class
ARCANE_CORE_EXPORT
VariableUtilsInternal
30
{
31
public
:
32
41
static
bool
fillFloat64Array(
IVariable
* v,
ArrayView<double>
values);
42
51
static
bool
setFromFloat64Array(
IVariable
* v,
ConstArrayView<double>
values);
52
61
static
bool
setFromMemoryBuffer(
IVariable
* v, ConstMemoryView values);
62
64
static
IDataInternal
* getDataInternal(
IVariable
* v);
65
};
66
67
/*---------------------------------------------------------------------------*/
68
/*---------------------------------------------------------------------------*/
69
70
}
// namespace Arcane::VariableUtils
71
72
/*---------------------------------------------------------------------------*/
73
/*---------------------------------------------------------------------------*/
74
75
#endif
ArcaneTypes.h
Déclarations des types généraux de Arcane.
Arcane::IDataInternal
Partie interne de IData.
Definition
IDataInternal.h:77
Arcane::IVariable
Interface d'une variable.
Definition
IVariable.h:54
Arcane::LimaWrapper
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Definition
Lima.cc:120
Arcane::VariableUtilsInternal
Definition
VariableUtilsInternal.h:30
Arcane
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
Definition
AcceleratorGlobal.h:36
arcane
core
internal
VariableUtilsInternal.h
Généré le Lundi 18 Novembre 2024 03:00:25 pour Arcane par
1.9.8