Class documentation of Concepts

Loading...
Searching...
No Matches
hp2Dpy.hh
1#ifndef hp2D_py_hh
2#define hp2D_py_hh
3
4#include "boost/python.hpp"
5#include "python/pyplusplus/include/hp2D.pypp.hh"
6//#include "boost/numpy.hpp"
7
8namespace bp = boost::python;
9//namespace bn = boost::numpy;
10
11namespace hp2Dpy {
12
13
14 void hpAdaptiveSpaceH1(hp2D::hpAdaptiveSpaceH1 & spc, std::string str);
15
16 bp::list hpAdaptiveSpaceH1_DG_spaces(const hp2D::hpAdaptiveSpaceH1_DG & spc);
17
18}
19
20
21#endif