OGS
GlobalMatrixProviders.cpp
Go to the documentation of this file.
1
12
13#include <memory>
14
16
17static std::unique_ptr<NumLib::SimpleMatrixVectorProvider>
19 std::make_unique<NumLib::SimpleMatrixVectorProvider>();
20
21namespace NumLib
22{
23VectorProvider& GlobalVectorProvider::provider =
25
26MatrixProvider& GlobalMatrixProvider::provider =
28
33} // namespace NumLib
static std::unique_ptr< NumLib::SimpleMatrixVectorProvider > globalSetupGlobalMatrixVectorProvider
void cleanupGlobalMatrixProviders()
static NUMLIB_EXPORT MatrixProvider & provider
static NUMLIB_EXPORT VectorProvider & provider