PLaSK library
|
#include <cmath>
#include <plask/python.hpp>
#include <plask/common/fem/python.hpp>
#include "../ddm2d.hpp"
Go to the source code of this file.
Functions | |
BOOST_PYTHON_MODULE (ddm2d) | |
Initialization of your solver class to Python. | |
BOOST_PYTHON_MODULE | ( | ddm2d | ) |
Initialization of your solver class to Python.
The solver_name should be changed to match the name of the directory with our solver (the one where you have put CMakeLists.txt). It will be visible from user interface under this name.
Definition at line 95 of file ddm2d_python.cpp.