Arcane  4.2.2.0
Developer documentation
Loading...
Searching...
No Matches
AlinaGlobal.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/* AlinaGlobal.cc (C) 2000-2026 */
9/* */
10/* General declarations for the 'arcane_alina' component. */
11/*---------------------------------------------------------------------------*/
12/*---------------------------------------------------------------------------*/
13
14// These files are not used but we need to include them to export symbols
15#include "arccore/alina/SolverBase.h"
16#include "arccore/alina/RelaxationBase.h"
17
18/*---------------------------------------------------------------------------*/
19/*---------------------------------------------------------------------------*/
20
21namespace Arcane::Alina
22{
23
24/*---------------------------------------------------------------------------*/
25/*---------------------------------------------------------------------------*/
26
27} // namespace Arcane::Alina
28
29/*---------------------------------------------------------------------------*/
30/*---------------------------------------------------------------------------*/