Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
LegacyMeshMaterialSynchronizerImpl.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/* LegacyMeshMaterialSynchronizerImpl.h (C) 2000-2024 */
9/* */
10/* Synchronisation de la liste des matériaux/milieux des entités. */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCANE_MATERIALS_INTERNAL_MESHMATERIALSYNCHRONIZERIMPL_H
13#define ARCANE_MATERIALS_INTERNAL_MESHMATERIALSYNCHRONIZERIMPL_H
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
17#include "arcane/utils/TraceAccessor.h"
18#include "arcane/utils/ArrayView.h"
19
20#include "arcane/VariableTypedef.h"
21
23#include "arcane/materials/MatItem.h"
24
25#include "arcane/materials/internal/IMeshMaterialSynchronizerImpl.h"
26
27/*---------------------------------------------------------------------------*/
28/*---------------------------------------------------------------------------*/
29
30namespace Arcane::Materials
31{
32class MeshMaterialModifierImpl;
33
34/*---------------------------------------------------------------------------*/
35/*---------------------------------------------------------------------------*/
49: public TraceAccessor
51{
52 public:
53
56
57 public:
58
68 void checkMaterialsInCells(Integer max_print);
69
70 private:
71
72 IMeshMaterialMng* m_material_mng;
73
74 inline static void _setBit(ByteArrayView bytes, Integer position);
75 inline static bool _hasBit(ByteConstArrayView bytes, Integer position);
76 void _fillPresence(AllEnvCell all_env_cell, ByteArrayView presence);
77};
78
79/*---------------------------------------------------------------------------*/
80/*---------------------------------------------------------------------------*/
81
82} // End namespace Arcane::Materials
83
84/*---------------------------------------------------------------------------*/
85/*---------------------------------------------------------------------------*/
86
87#endif
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Definition Lima.cc:120
Maille arcane avec info matériaux et milieux.
Interface du gestionnaire des matériaux et des milieux d'un maillage.
Stratégie de synchronisation de la liste des matériaux/milieux des entités.
Stratégie de synchronisation de la liste des matériaux/milieux des entités.
bool synchronizeMaterialsInCells()
Synchronisation de la liste des matériaux/milieux des entités.
Vue modifiable d'un tableau d'un type T.
Vue constante d'un tableau de type T.
Active toujours les traces dans les parties Arcane concernant les matériaux.