Skip to content

Commit 8398486

Browse files
author
fsalmoir
committed
readme updated with rbf and gui
1 parent 7478228 commit 8398486

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ Python Geometrical Morphing.
33

44
![Python Geometrical Morphing](readme/logo_PyGeM_small.png)
55

6+
67
## Description
7-
**PyGeM** is a python library using **Free Form Deformation** to parametrize and morph complex geometries. It is ideally suited for actual industrial problems, since it allows to handle:
8+
**PyGeM** is a python library using **Free Form Deformation** and **Radial Basis Functions** to parametrize and morph complex geometries. It is ideally suited for actual industrial problems, since it allows to handle:
89

910
- Computer Aided Design files (in .iges and .stl formats)
1011
- Mesh files (in .unv and OpenFOAM formats)
@@ -14,6 +15,14 @@ By now, it has been used with meshes with up to 14 milions of cells. Try with mo
1415
See the **Examples** section below to have an idea of the potential of this package.
1516

1617

18+
## Graphic Unit Interface
19+
**PyGeM** is now provided with a very basic Graphic Unit Interface (GUI) that, in Ubuntu environment, looks like the one depicted below. This feature can be easily used even by the pythonists beginners with not much effort.
20+
21+
![PyGeM gui](readme/gui_PyGeM.png)
22+
23+
Up to now, PyGeM GUI works on linux and Mac OS X computers.
24+
25+
1726
## Dependencies and installation
1827
**PyGeM** requires `numpy`, `numpy-stl`, `scipy` and `matplotlib`. They can be easily installed via `pip`.
1928
Moreover **PyGeM** depends on `OCC` >= 0.16 and `vtk`. These requirements cannot be satisfied through `pip`.

readme/gui_PyGeM.png

27.8 KB
Loading

0 commit comments

Comments
 (0)