Skip to content

gonuke/pymoab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyMOAB

PyMOAB is a python interface to the Mesh Oriented datABase (MOAB).

Installation

PyMOAB has the following dependencies:

  1. (Cython)
  2. (numpy)
  3. (MOAB)
  4. (Nose)

    PyMOAB relies on a prior installation of MOAB. The root location of this install should be added to the user environment in the variable MOAB_PATH or provided to the installation command as --moab-path=<moab_installation_dir>.

    Along with this installation PyMOAB requires one small modification to the MOAB install. The TagInfo.hpp file found in the source must be copied/linked to the installation's include directory at './moab/TagInfo.hpp'.

After these steps are complete PyMOAB can be installed using the command line:

`python setup.py install --user if the path is provided in the environment variable `MOAB_PATH

OR

`python setup.py install --user --moab-path=<moab_installation_dir>`

Testing

Enter the pymoab test directory and run $nosetests.

About

Python Bindings to MOAB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%