Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90710785
py_akantu.cc
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Nov 4, 02:00
Size
448 B
Mime Type
text/x-c
Expires
Wed, Nov 6, 02:00 (2 d)
Engine
blob
Format
Raw Data
Handle
22091916
Attached To
rAKA akantu
py_akantu.cc
View Options
#include <pybind11/pybind11.h>
#include <pybind11/numpy.h>
namespace
py
=
pybind11
;
#include "py_aka_common.cc"
#include "py_aka_array.cc"
#include "py_aka_boundary_conditions.cc"
#include "py_aka_solid_mechanics_model.cc"
PYBIND11_MODULE
(
py11_akantu
,
mod
)
{
mod
.
doc
()
=
"Akantu python interface"
;
register_enums
(
mod
);
register_arrays
(
mod
);
register_boundary_conditions
(
mod
);
register_solid_mechanics_models
(
mod
);
}
// Module akantu
Event Timeline
Log In to Comment