Page MenuHomec4science

py_solid_mechanics_model.hh
No OneTemporary

File Metadata

Created
Sat, May 11, 17:34

py_solid_mechanics_model.hh

#include <pybind11/pybind11.h>
#ifndef AKANTU_PY_SOLID_MECHANICS_MODEL_HH_
#define AKANTU_PY_SOLID_MECHANICS_MODEL_HH_
namespace akantu {
void register_solid_mechanics_model(pybind11::module & mod);
} // namespace akantu
#endif // AKANTU_PY_SOLID_MECHANICS_MODEL_HH_

Event Timeline