Skip to content

victorsndvg/opennum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

-------------------------------------------
OPENNUM
-------------------------------------------
OpenNum lets you distribute solvers with a nice graphical interface 

Typically, to program a GUI is time consuming and requires experience with 
graphic libraries. OpenNum lets you create a graphical interface adapted to 
your solvers by simply editing an XML configuration file. More specifically, 
OpenNum lets you
 · to collect a hierarchical dataset,
 · to call any executable file and
 · to visualize scalar and vector fields, plot graphs or show simple plain 
 text files.

It also has other useful utilities specifically designed for numerical 
simulation packages:
 · it permits to manage a centralized materials dataset;
 · it can read several finite element mesh formats and several field formats.

===========================================
Installation
===========================================

Decompress opennum_src_<date>.tar.gz

OpenNum is programmed in Python. These are some prerequisites to properly 
use the application (v means "version"):
  - Python: Programming language, 2.5 <= v < 3.0.
  - wxPython: wxWidgets bindings for Python, v >= 2.8.
  - Python-VTK: VTK bindings for Python, v >= 5.4.
  - Paramiko: SSH2 protocol for Python.
Note that Paramiko is only necessary for remote connections. If you don't 
use it, you don't need it.

Please open help/a-Help/index.xhtml for more information. 

===========================================
Usage
===========================================

There are some examples in the menu item 'Applications'.

Please open help/a-Help/index.xhtml for more information. 

===========================================
Testing
===========================================

This code has been tested in the following platforms:

Ubuntu 10.10

===========================================
Additional information
===========================================

To get additional information, please open help/a-Help/index.xhtml.

About

Mirror of the original OpenNum project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages