Skip to content

Commit

Permalink
Add "as3d" to Python API
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Apr 20, 2021
1 parent 2eef9ac commit 2d56314
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/Allocate.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,9 @@ void init_Allocate(py::module& m)
py::arg("rank"),
py::arg("arg"),
py::arg("shape"));

m.def("as3d",
&GooseFEM::as3d<double>,
"See :cpp:func:`GooseFEM::as3d`.",
py::arg("arg"));
}

0 comments on commit 2d56314

Please sign in to comment.