My computational mechanics visualization scripts
pip install git+https://github.com/lyyc199586/cm-vis.git
- numpy
- scipy
- scikit-image
- matplotlib
- s3dlib
- netCDF4
plot schematics of simulation setups see more in
./examples
plot mesh, nodal variable and elemental variable on tri and quad mesh from FEM result files. see more in
./examples
plot strength surface of various type given material properties, including Von Mises, Drucker-Prager, phase field model with no split, V-D split, and spectral split, nucleation phase field models (Kumar et al. 2020 and 2022). see
./apps/ss_pmma.py
For example, plot various type of strength surface of PMMA
- 2D contours
- 3D isosurface
The contour line (in 2D) and vertices and faces of isosurface (in 3D) can be output to csv with option save=True
.