Arcane
v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
DoFManager.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
/* DoFManager.cc (C) 2000-2024 */
9
/* */
10
/* Class to handle dof families and connectivities. */
11
/*---------------------------------------------------------------------------*/
12
/*---------------------------------------------------------------------------*/
13
14
#include "arcane/mesh/DoFManager.h"
15
#include "arcane/core/internal/IMeshInternal.h"
16
17
/*---------------------------------------------------------------------------*/
18
/*---------------------------------------------------------------------------*/
19
20
namespace
Arcane
21
{
22
23
/*---------------------------------------------------------------------------*/
24
/*---------------------------------------------------------------------------*/
25
27
DoFManager::
28
DoFManager
(
IMesh
* mesh)
29
: m_mesh(mesh)
30
, m_connectivity_mng(mesh->_internalApi()->dofConnectivityMng())
31
{}
32
33
/*---------------------------------------------------------------------------*/
34
/*---------------------------------------------------------------------------*/
35
36
}
// namespace Arcane
37
38
/*---------------------------------------------------------------------------*/
39
/*---------------------------------------------------------------------------*/
Arcane::DoFManager::DoFManager
DoFManager(IMesh *mesh)
Constructeur de la classe.
Definition
DoFManager.cc:28
Arcane::IMesh
Definition
IMesh.h:59
Arcane
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
Definition
AcceleratorGlobal.h:36
arcane
mesh
DoFManager.cc
Généré le Lundi 18 Novembre 2024 03:01:37 pour Arcane par
1.9.8