Plugins
super_lu_bridge.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "bridge/util.h"
4 
5 extern "C" void InitUGPlugin_SuperLU6(ug::bridge::Registry* reg, std::string grp);
6 
7 #ifdef UG_USE_PYBIND11
8 
9 #include "bindings/pybind/ug_pybind.h"
10 
11 namespace ug {
12 namespace bridge {
13 namespace SuperLUBridge{
14  void InitUGPlugin(ug::pybind::Registry* reg, std::string grp);
15 }
16 }
17 }
18 #endif
void InitUGPlugin_SuperLU6(ug::bridge::Registry *reg, std::string grp)