Arcane  4.1.11.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
MeshVariables.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/* MeshVariables.h (C) 2000-2005 */
9/* */
10/* Variables containing the geometric information of a mesh. */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCANE_MESH_MESHVARIABLES_H
13#define ARCANE_MESH_MESHVARIABLES_H
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
17#include "arcane/MeshVariable.h"
18#include "arcane/VariableTypes.h"
19
20#include "arcane/mesh/MeshGlobal.h"
21
22/*---------------------------------------------------------------------------*/
23/*---------------------------------------------------------------------------*/
24
25namespace Arcane::mesh
26{
27
28/*---------------------------------------------------------------------------*/
29/*---------------------------------------------------------------------------*/
34class MeshVariables
35{
36 public:
37
38 MeshVariables(ISubDomain* sub_domain, const String& base_name);
39
40 virtual ~MeshVariables() {}
41
42 protected:
43
44 ISubDomain* m_sub_domain;
45
48
51
54
57
60
63
66
67 public:
68};
69
70/*---------------------------------------------------------------------------*/
71/*---------------------------------------------------------------------------*/
72
73} // namespace Arcane::mesh
74
75/*---------------------------------------------------------------------------*/
76/*---------------------------------------------------------------------------*/
77
78#endif
Interface du gestionnaire d'un sous-domaine.
Definition ISubDomain.h:74
Chaîne de caractères unicode.
VariableArrayString m_item_families_name
Names of entity families.
VariableArrayString m_child_meshes_name
Names of parent meshes.
VariableArrayInteger m_item_families_kind
Kind of entities in the families.
VariableScalarString m_parent_mesh_name
Name of the parent mesh.
VariableScalarInteger m_mesh_connectivity
Mesh connectivity.
VariableScalarString m_parent_group_name
Name of the parent group.
VariableScalarInteger m_mesh_dimension
Mesh dimension.
VariableRefScalarT< String > VariableScalarString
Variable scalaire de type chaine de caractère.
VariableRefArrayT< Integer > VariableArrayInteger
Variable tableau de type entier.
VariableRefArrayT< String > VariableArrayString
Variable tableau de type chaîne de caractères.
VariableRefScalarT< Integer > VariableScalarInteger
Variable scalaire de type entier.