File tree Expand file tree Collapse file tree 13 files changed +27
-24
lines changed
Expand file tree Collapse file tree 13 files changed +27
-24
lines changed Original file line number Diff line number Diff line change 1111/* ---------------------------------------------------------------------------*/
1212/* ---------------------------------------------------------------------------*/
1313
14+ #include " arcane/utils/FatalErrorException.h"
15+
1416#include " arcane/core/ITimeLoopMng.h"
1517#include " arcane/core/ITimeLoopService.h"
1618#include " arcane/core/ITimeLoop.h"
Original file line number Diff line number Diff line change 11// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
22// -----------------------------------------------------------------------------
3- // Copyright 2000-2022 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
3+ // Copyright 2000-2025 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
44// See the top-level COPYRIGHT file for details.
55// SPDX-License-Identifier: Apache-2.0
66// -----------------------------------------------------------------------------
77/* ---------------------------------------------------------------------------*/
8- /* CartesianConnectivity.cc (C) 2000-2023 */
8+ /* CartesianConnectivity.cc (C) 2000-2025 */
99/* */
1010/* Maillage cartésien. */
1111/* ---------------------------------------------------------------------------*/
Original file line number Diff line number Diff line change 11// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
22// -----------------------------------------------------------------------------
3- // Copyright 2000-2023 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
3+ // Copyright 2000-2025 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
44// See the top-level COPYRIGHT file for details.
55// SPDX-License-Identifier: Apache-2.0
66// -----------------------------------------------------------------------------
77/* ---------------------------------------------------------------------------*/
8- /* CartesianConnectivity.h (C) 2000-2023 */
8+ /* CartesianConnectivity.h (C) 2000-2025 */
99/* */
1010/* Informations de connectivité d'un maillage cartésien. */
1111/* ---------------------------------------------------------------------------*/
Original file line number Diff line number Diff line change 11// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
22// -----------------------------------------------------------------------------
3- // Copyright 2000-2022 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
3+ // Copyright 2000-2025 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
44// See the top-level COPYRIGHT file for details.
55// SPDX-License-Identifier: Apache-2.0
66// -----------------------------------------------------------------------------
77/* ---------------------------------------------------------------------------*/
8- /* CartesianMeshGlobal.h (C) 2000-2023 */
8+ /* CartesianMeshGlobal.h (C) 2000-2025 */
99/* */
1010/* Déclarations de la composante 'arcane_cartesianmesh'. */
1111/* ---------------------------------------------------------------------------*/
@@ -44,6 +44,7 @@ class CartesianMeshRenumberingInfo;
4444class ICartesianMeshInternal ;
4545class CartesianMeshPatchListView ;
4646class CartesianPatch ;
47+ class CartesianMeshAMRMng ;
4748class AMRZonePosition ;
4849class AMRPatchPosition ;
4950class AMRPatchPositionLevelGroup ;
Original file line number Diff line number Diff line change 11// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
22// -----------------------------------------------------------------------------
3- // Copyright 2000-2024 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
3+ // Copyright 2000-2025 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
44// See the top-level COPYRIGHT file for details.
55// SPDX-License-Identifier: Apache-2.0
66// -----------------------------------------------------------------------------
77/* ---------------------------------------------------------------------------*/
8- /* CartesianMeshUtils.cc (C) 2000-2024 */
8+ /* CartesianMeshUtils.cc (C) 2000-2025 */
99/* */
1010/* Fonctions utilitaires associées à 'ICartesianMesh'. */
1111/* ---------------------------------------------------------------------------*/
Original file line number Diff line number Diff line change 11// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
22// -----------------------------------------------------------------------------
3- // Copyright 2000-2024 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
3+ // Copyright 2000-2025 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
44// See the top-level COPYRIGHT file for details.
55// SPDX-License-Identifier: Apache-2.0
66// -----------------------------------------------------------------------------
77/* ---------------------------------------------------------------------------*/
8- /* CartesianMeshUtils.h (C) 2000-2024 */
8+ /* CartesianMeshUtils.h (C) 2000-2025 */
99/* */
1010/* Fonctions utilitaires associées à 'ICartesianMesh'. */
1111/* ---------------------------------------------------------------------------*/
Original file line number Diff line number Diff line change 11// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
22// -----------------------------------------------------------------------------
3- // Copyright 2000-2023 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
3+ // Copyright 2000-2025 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
44// See the top-level COPYRIGHT file for details.
55// SPDX-License-Identifier: Apache-2.0
66// -----------------------------------------------------------------------------
77/* ---------------------------------------------------------------------------*/
8- /* CartesianPatch.cc (C) 2000-2023 */
8+ /* CartesianPatch.cc (C) 2000-2025 */
99/* */
1010/* Patch AMR d'un maillage cartésien. */
1111/* ---------------------------------------------------------------------------*/
Original file line number Diff line number Diff line change 11// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
22// -----------------------------------------------------------------------------
3- // Copyright 2000-2023 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
3+ // Copyright 2000-2025 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
44// See the top-level COPYRIGHT file for details.
55// SPDX-License-Identifier: Apache-2.0
66// -----------------------------------------------------------------------------
77/* ---------------------------------------------------------------------------*/
8- /* CellDirectionMng.cc (C) 2000-2023 */
8+ /* CellDirectionMng.cc (C) 2000-2025 */
99/* */
1010/* Infos sur les mailles d'une direction X Y ou Z d'un maillage structuré. */
1111/* ---------------------------------------------------------------------------*/
Original file line number Diff line number Diff line change 11// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
22// -----------------------------------------------------------------------------
3- // Copyright 2000-2022 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
3+ // Copyright 2000-2025 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
44// See the top-level COPYRIGHT file for details.
55// SPDX-License-Identifier: Apache-2.0
66// -----------------------------------------------------------------------------
77/* ---------------------------------------------------------------------------*/
8- /* CellDirectionMng.cc (C) 2000-2023 */
8+ /* CellDirectionMng.cc (C) 2000-2025 */
99/* */
1010/* Infos sur les mailles d'une direction X Y ou Z d'un maillage structuré. */
1111/* ---------------------------------------------------------------------------*/
Original file line number Diff line number Diff line change 11// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
22// -----------------------------------------------------------------------------
3- // Copyright 2000-2023 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
3+ // Copyright 2000-2025 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
44// See the top-level COPYRIGHT file for details.
55// SPDX-License-Identifier: Apache-2.0
66// -----------------------------------------------------------------------------
77/* ---------------------------------------------------------------------------*/
8- /* FaceDirectionMng.cc (C) 2000-2023 */
8+ /* FaceDirectionMng.cc (C) 2000-2025 */
99/* */
1010/* Infos sur les faces d'une direction X Y ou Z d'un maillage structuré. */
1111/* ---------------------------------------------------------------------------*/
You can’t perform that action at this time.
0 commit comments