vtk文件转mesh格式

vtk文件转mesh格式

  1. 安装gmsh的binary文件 https://gmsh.info/bin/Linux/
  2. 转档
# 方式1 
gmsh -3 -o .msh 
# 方式2 
gmsh -3 -save
  1. 本地安装gmsh GUI软件打开验证

其实也可以用gmsh GUI直接转档

注意:容器系统环境可能需要安装libxcursor1才能支持gmsh

apt install libxcursor1
Chenfei Ye
Chenfei Ye
A connectome weaver

The brain’s billions of neurons resemble trees of many species and come in many fantastic shapes. Only the most determined explorers can hope to capture a glimpse of this forest’s interior, and even they see little, and see it poorly.