hpgem / nanomesh

Python workflow tool for generating meshes from 2D and 3D image data
http://nanomesh.readthedocs.org
Apache License 2.0
31 stars 5 forks source link

Demonstrate usage using alternative packages #195

Closed stefsmeets closed 2 years ago

stefsmeets commented 2 years ago

To show that nanomesh is generally applicable, create a notebook with a simple workflow using some other solver.

stefsmeets commented 2 years ago

Use data from #225 ?

stefsmeets commented 2 years ago

Installing Sfepy on Windows

  1. Install C++ build tools (14) using VS build tools 2019

image

  1. Clone sfepy
  2. python setup.py build_ext --inplace
  3. pip install -e .
  4. Test install: ./run_tests.py