Skip to content

ISCDtoolbox/pythonMesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pythonMesh Build Status

A python module for manipulating .mesh files

ISCD summer school

Just jump to the Cheatsheet, or visit the Related page

python example

import msh
# Import, modify and save a .mesh as .vtk file
mesh = msh.Mesh("myFile.mesh")
mesh.readSol("myFile.sol")
mesh.replaceRef(2,3)
mesh.scale(0.1)
mesh.writeVTK("myFile.vtk")

external tools

Adds useful mesh manipulation options and interfaces: