hp2Dpy.hh

Go to the documentation of this file.
1 #ifndef hp2D_py_hh
2 #define hp2D_py_hh
3 
4 #include "boost/python.hpp"
6 //#include "boost/numpy.hpp"
7 
8 namespace bp = boost::python;
9 //namespace bn = boost::numpy;
10 
11 namespace hp2Dpy {
12 
13 
14  void hpAdaptiveSpaceH1(hp2D::hpAdaptiveSpaceH1 & spc, std::string str);
15 
17 
18 }
19 
20 
21 #endif
void hpAdaptiveSpaceH1(hp2D::hpAdaptiveSpaceH1 &spc, std::string str)
Definition: hp2Dpy.hh:11
bp::list hpAdaptiveSpaceH1_DG_spaces(const hp2D::hpAdaptiveSpaceH1_DG &spc)
hp-adaptive FEM space in 2D composed of separate spaces hpAdapativeSpace and may be discontinuous.
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich