Skip to content

A python package to use when working with multiple meshes and one needs to interpolate parameters between them.

License

Notifications You must be signed in to change notification settings

GeoSinoLMU/MultiMesh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiMesh

A python library to use when working with multiple meshes and one needs to interpolate parameters between them.

Ways to use it

There are two ways to interact with the library.

Command line

Through the command line where it is possible to use a few functions like: "interpolate_mesh_a_to_b" which interpolates parameters from exodus mesh a to exodus mesh b. It also has other functions which use HDF5 types of meshes.

API

Importing multi_mesh into a python script and using the api is also an option. Through that portal there are more functionalities available and that is also the only thing that works in 2D.

About

A python package to use when working with multiple meshes and one needs to interpolate parameters between them.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.7%
  • C 18.3%