Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91074180
bersion.hpp
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
Thu, Nov 7, 14:44
Size
859 B
Mime Type
text/x-c
Expires
Sat, Nov 9, 14:44 (2 d)
Engine
blob
Format
Raw Data
Handle
22191000
Attached To
rGOOSEFEM GooseFEM
bersion.hpp
View Options
/* =================================================================================================
(c - GPLv3) T.W.J. de Geus (Tom) | tom@geus.me | www.geus.me | github.com/tdegeus/GooseFEM
================================================================================================= */
#include <Eigen/Eigen>
#include <GooseFEM/GooseFEM.h>
#include <pybind11/eigen.h>
#include <pybind11/pybind11.h>
#include <pyxtensor/pyxtensor.hpp>
namespace
py
=
pybind11
;
void
init_version
(
py
::
module
&
m
)
{
m
.
def
(
"version"
,
&
GooseFEM
::
version
,
"Return version string."
"See :cpp:class:`GooseFEM::version`."
);
m
.
def
(
"version_dependencies"
,
&
GooseFEM
::
version_dependencies
,
"Return version information of library and its dependencies."
"See :cpp:class:`GooseFEM::version_dependencies`."
);
}
Event Timeline
Log In to Comment