Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
CartesianMeshV2TestUtils.cc
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2022 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/* CartesianMeshTestUtils.cc (C) 2000-2021 */
9/* */
10/* Fonctions utilitaires pour les tests de 'CartesianMesh'. */
11/*---------------------------------------------------------------------------*/
12/*---------------------------------------------------------------------------*/
13
14#include "arcane/tests/CartesianMeshV2TestUtils.h"
15
16#include "arcane/cartesianmesh/v2/CartesianTypes.h"
17#include "arcane/cartesianmesh/v2/CartesianGrid.h"
18#include "arcane/cartesianmesh/v2/CartesianNumbering.h"
19#include "arcane/cartesianmesh/ICartesianMesh.h"
20
21/*---------------------------------------------------------------------------*/
22/*---------------------------------------------------------------------------*/
23
24namespace ArcaneTest
25{
26
27using namespace Arcane;
28
29
30/*---------------------------------------------------------------------------*/
31/*---------------------------------------------------------------------------*/
32
33CartesianMeshV2TestUtils::
34CartesianMeshV2TestUtils(ICartesianMesh* cm)
35: TraceAccessor(cm->traceMng())
36{
37}
38
39/*---------------------------------------------------------------------------*/
40/*---------------------------------------------------------------------------*/
41
42CartesianMeshV2TestUtils::
43~CartesianMeshV2TestUtils()
44{
45}
46
47/*---------------------------------------------------------------------------*/
48/*---------------------------------------------------------------------------*/
49
50void CartesianMeshV2TestUtils::
51testAll()
52{
53 // Ajouter les tests
54}
55
56/*---------------------------------------------------------------------------*/
57/*---------------------------------------------------------------------------*/
58
59} // End namespace ArcaneTest
60
61/*---------------------------------------------------------------------------*/
62/*---------------------------------------------------------------------------*/
Interface d'un maillage cartésien.
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 -*-