Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
MatItemVector.cc
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/* MatItemVector.cc (C) 2000-2024 */
9/* */
10/* Vecteur sur les entités d'un matériau. */
11/*---------------------------------------------------------------------------*/
12/*---------------------------------------------------------------------------*/
13
14#include "arcane/core/materials/MatItemVector.h"
15
17#include "arcane/core/materials/IMeshMaterialMng.h"
18
19/*---------------------------------------------------------------------------*/
20/*---------------------------------------------------------------------------*/
21
22namespace Arcane::Materials
23{
24
25/*---------------------------------------------------------------------------*/
26/*---------------------------------------------------------------------------*/
27
29MatCellVector(const CellGroup& group,IMeshMaterial* material)
30: MatCellVector(group.view().localIds(), material)
31{
32}
33
34/*---------------------------------------------------------------------------*/
35/*---------------------------------------------------------------------------*/
36
39: MatCellVector(view.localIds(), material)
40{
41}
42
43/*---------------------------------------------------------------------------*/
44/*---------------------------------------------------------------------------*/
45
52
53/*---------------------------------------------------------------------------*/
54/*---------------------------------------------------------------------------*/
55
56void MatCellVector::
58{
59 this->_setItems(local_ids);
60}
61
62/*---------------------------------------------------------------------------*/
63/*---------------------------------------------------------------------------*/
64
66material() const
67{
68 return static_cast<IMeshMaterial*>(component());
69}
70
71/*---------------------------------------------------------------------------*/
72/*---------------------------------------------------------------------------*/
73
74} // End namespace Arcane::Materials
75
76/*---------------------------------------------------------------------------*/
77/*---------------------------------------------------------------------------*/
Vue sur un tableau typé d'entités.
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Definition Lima.cc:120
IMeshComponent * component() const
Composant associé
Interface d'un matériau d'un maillage.
Vecteur sur les entités d'un matériau.
IMeshMaterial * material() const
Matériau associé
MatCellVector(const CellGroup &group, IMeshMaterial *material)
Construit un vecteur contenant les entités de group pour le matériau material.
Active toujours les traces dans les parties Arcane concernant les matériaux.