PLaSK library
Loading...
Searching...
No Matches
therm_python.cpp File Reference
#include <cmath>
#include <plask/python.hpp>
#include <plask/common/fem/python.hpp>
#include "../therm2d.hpp"
#include "../therm3d.hpp"
Include dependency graph for therm_python.cpp:

Go to the source code of this file.

Classes

struct  plask::thermal::tstatic::Bc< T >
 

Namespaces

namespace  plask
 Patterson quadrature for complex function along specified line.
 
namespace  plask::thermal
 
namespace  plask::thermal::tstatic
 

Functions

 BOOST_PYTHON_MODULE (static)
 Initialization of your solver class to Python.
 

Function Documentation

◆ BOOST_PYTHON_MODULE()

BOOST_PYTHON_MODULE ( static  )

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 97 of file therm_python.cpp.