Mem3DG
v0.0.6-rc3
Membrane Dynamics in 3D using Discrete Differential Geometry
|
Mem3DG is a flexible software package to model the membrane and its dynamics using unstructured meshes. This work is currently under heavy development, please star this repository to follow along!
Mem3DG is developed by Cuncheng Zhu, Christopher T. Lee, with contributions from others. Development of Mem3DG is funded in part by AFOSR MURI FA9550-18-1-0051, and a Hartwell Foundation Postdoctoral Fellowship.
Source released can also be obtained from PyPi.
The python library can be built using pip:
Options can be passed to scikit-build by exporting environment variables.
vcpkg
and follow the instructions to installInstall 32 or 64 bit version of netcdf-c
and netcdf-cxx4
libraries depending upon your configuration.
vcpkg install netcdf-c:x64-windows netcdf-cxx4:x64-windows eigen3:x64-windows
Remove the :x64-windows
from the above string for the 32 bit libraries.
vcpkg integrate install
-DCMAKE_TOOLCHAIN_File="..."
string as an input into your CMake configuration.The toolchain options can be passed through setup.py
accordingly: