Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
CartesianMeshUtils.cc
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2026 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/* CartesianMeshUtils.cc (C) 2000-2025 */
9/* */
10/* Utility functions associated with 'ICartesianMesh'. */
11/*---------------------------------------------------------------------------*/
12/*---------------------------------------------------------------------------*/
13
14#include "arcane/cartesianmesh/CartesianMeshUtils.h"
15
16#include "arcane/cartesianmesh/ICartesianMesh.h"
17#include "arcane/cartesianmesh/internal/ICartesianMeshInternal.h"
18
19/*---------------------------------------------------------------------------*/
20/*---------------------------------------------------------------------------*/
21
22namespace Arcane
23{
24
25/*---------------------------------------------------------------------------*/
26/*---------------------------------------------------------------------------*/
27
37
38/*---------------------------------------------------------------------------*/
39/*---------------------------------------------------------------------------*/
40
41} // namespace Arcane
42
43/*---------------------------------------------------------------------------*/
44/*---------------------------------------------------------------------------*/
virtual Ref< CartesianMeshCoarsening2 > createCartesianMeshCoarsening2()=0
Creates an instance to manage mesh coarsening (V2).
virtual ICartesianMeshInternal * _internalApi()=0
Internal Arcane API.
Reference to an instance.
ARCANE_CARTESIANMESH_EXPORT Ref< CartesianMeshCoarsening2 > createCartesianMeshCoarsening2(ICartesianMesh *cm)
Creates an instance to manage mesh coarsening (V2).
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --