Arcane
v4.1.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
TestSolverBuiltinNonScalar.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
/*---------------------------------------------------------------------------*/
9
/*
10
* This file is based on the work on AMGCL library (version march 2026)
11
* which can be found at https://github.com/ddemidov/amgcl.
12
*
13
* Copyright (c) 2012-2022 Denis Demidov <dennis.demidov@gmail.com>
14
* SPDX-License-Identifier: MIT
15
*/
16
/*---------------------------------------------------------------------------*/
17
/*---------------------------------------------------------------------------*/
18
19
#include <gtest/gtest.h>
20
21
#include "arccore/alina/BuiltinBackend.h"
22
#include "arccore/alina/StaticMatrix.h"
23
24
#include "TestSolverCommon.h"
25
26
TEST(alina_test_solvers, test_nonscalar_backend)
27
{
28
test_backend< Alina::BuiltinBackend< Alina::StaticMatrix<double, 2, 2> > >();
29
}
arccore
src
alina
arccore
alina
tests
TestSolverBuiltinNonScalar.cc
Généré le Lundi 20 Avril 2026 04:40:12 pour Arcane par
1.13.2