OGS
GlobalMatrixProviders.cpp
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2// SPDX-License-Identifier: BSD-3-Clause
3
5
6#include <memory>
7
9
10static std::unique_ptr<NumLib::SimpleMatrixVectorProvider>
12 std::make_unique<NumLib::SimpleMatrixVectorProvider>();
13
14namespace NumLib
15{
16VectorProvider& GlobalVectorProvider::provider =
18
19MatrixProvider& GlobalMatrixProvider::provider =
21
26} // namespace NumLib
static std::unique_ptr< NumLib::SimpleMatrixVectorProvider > globalSetupGlobalMatrixVectorProvider
void cleanupGlobalMatrixProviders()
static NUMLIB_EXPORT MatrixProvider & provider
static NUMLIB_EXPORT VectorProvider & provider