9 #ifndef ALGORITHMS_CELL_REFINE_HPP
10 #define ALGORITHMS_CELL_REFINE_HPP
12 #include "../domains/triangular.hpp"
13 #include "../domains/tetrahedral.hpp"
15 #include "../segmentations/triangular.hpp"
16 #include "../segmentations/tetrahedral.hpp"
18 #include "../cells/triangular.hpp"
19 #include "../cells/tetrahedral.hpp"
21 #include <boost/python.hpp>
22 using namespace boost::python;