Page MenuHomec4science

py_solid_mechanics_model.hh
No OneTemporary

File Metadata

Created
Mon, May 20, 21:17

py_solid_mechanics_model.hh

#ifndef __AKANTU_PY_SOLID_MECHANICS_MODEL_HH__
#define __AKANTU_PY_SOLID_MECHANICS_MODEL_HH__
namespace pybind11 {
struct module;
} // namespace pybind11
namespace akantu {
void register_solid_mechanics_model(pybind11::module & mod);
} // namespace akantu
#endif // __AKANTU_PY_SOLID_MECHANICS_MODEL_HH__

Event Timeline