Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
ICartesianMeshInternal.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/* ICartesianMeshInternal.h (C) 2000-2024 */
9/* */
10/* Partie interne à Arcane de ICartesianMesh. */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCANE_CARTESIANMESH_INTERNAL_ICARTESIANMESHINTERNAL_H
13#define ARCANE_CARTESIANMESH_INTERNAL_ICARTESIANMESHINTERNAL_H
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
18#include "arcane/cartesianmesh/ICartesianMeshAMRPatchMng.h"
19
20/*---------------------------------------------------------------------------*/
21/*---------------------------------------------------------------------------*/
22
23namespace Arcane
24{
25
26/*---------------------------------------------------------------------------*/
27/*---------------------------------------------------------------------------*/
32class ARCANE_CARTESIANMESH_EXPORT ICartesianMeshInternal
33{
34 public:
35
36 virtual ~ICartesianMeshInternal() = default;
37
38 public:
39
45
53
57 virtual void initCartesianMeshAMRPatchMng() = 0;
58
63};
64
65/*---------------------------------------------------------------------------*/
66/*---------------------------------------------------------------------------*/
67
68} // namespace Arcane
69
70/*---------------------------------------------------------------------------*/
71/*---------------------------------------------------------------------------*/
72
73#endif
Déclarations de types sur les entités.
Partie interne de ICartesianMesh.
virtual void initCartesianMeshAMRPatchMng()=0
Méthode permettant de créer une instance de CartesianMeshAMRPatchMng.
virtual void addPatchFromExistingChildren(ConstArrayView< Int32 > parent_cells_local_id)=0
Créé un patch avec tous les enfants des mailles parent_cells_local_id.
virtual Ref< CartesianMeshCoarsening2 > createCartesianMeshCoarsening2()=0
Créé une instance pour gérer le déraffinement du maillage (V2).
virtual Ref< ICartesianMeshAMRPatchMng > cartesianMeshAMRPatchMng()=0
Méthode permettant de récupérer l'instance de CartesianMeshAMRPatchMng.
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Definition Lima.cc:120
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-