cb-geo / mpm

CB-Geo High-Performance Material Point Method
https://www.cb-geo.com/research/mpm
Other
235 stars 82 forks source link

Easy way to do preprocess #733

Closed yy54787803 closed 1 year ago

yy54787803 commented 1 year ago

Hello, is there a easy way to do preprocess(generate the mesh and node from geometry model, add the boundary condition)

kks32 commented 1 year ago

Hi @yy54787803

We don't have a pre-preprocessor, but a project PyCbg supports MPM pre and post processing for easy python scripts for generating input files https://pypi.org/project/pycbg/

yy54787803 commented 1 year ago

ok, thanks for your help