|
1 |
| -/* |
2 |
| - * Copyright 2020 IFPEN-CEA |
3 |
| - * |
4 |
| - * Licensed under the Apache License, Version 2.0 (the "License"); |
5 |
| - * you may not use this file except in compliance with the License. |
6 |
| - * You may obtain a copy of the License at |
7 |
| - * |
8 |
| - * http://www.apache.org/licenses/LICENSE-2.0 |
9 |
| - * |
10 |
| - * Unless required by applicable law or agreed to in writing, software |
11 |
| - * distributed under the License is distributed on an "AS IS" BASIS, |
12 |
| - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
13 |
| - * See the License for the specific language governing permissions and |
14 |
| - * limitations under the License. |
15 |
| - * |
16 |
| - * SPDX-License-Identifier: Apache-2.0 |
17 |
| - */ |
18 |
| - |
| 1 | +// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*- |
| 2 | +//----------------------------------------------------------------------------- |
| 3 | +// Copyright 2000-2025 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 | +//----------------------------------------------------------------------------- |
19 | 7 | /*!
|
20 | 8 | * \file IInternalLinearSolverT.h
|
21 | 9 | * \brief IInternalLinearSolverT.h
|
22 | 10 | */
|
23 | 11 | #pragma once
|
24 | 12 |
|
| 13 | +#include <arccore/message_passing/MessagePassingGlobal.h> |
25 | 14 | #include <alien/utils/Precomp.h>
|
26 | 15 | #include <memory>
|
27 | 16 |
|
28 | 17 | /*---------------------------------------------------------------------------*/
|
29 | 18 | /*---------------------------------------------------------------------------*/
|
30 | 19 |
|
31 |
| -namespace Arccore::MessagePassing |
32 |
| -{ |
33 |
| -class IMessagePassingMng; |
34 |
| -} |
35 |
| - |
36 |
| -/*---------------------------------------------------------------------------*/ |
37 |
| -/*---------------------------------------------------------------------------*/ |
38 |
| - |
39 | 20 | namespace Alien
|
40 | 21 | {
|
41 | 22 |
|
|
0 commit comments