You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[PyGeM](http://mathlab.github.io/PyGeM/) (Python Geometrical Morphing) is a python package that allows you to deform a given geometry or mesh with different deformation techniques such as FFD, RBF and IDW.
5
23
6
24
## Table of contents
7
25
*[Description](#description)
@@ -19,15 +37,15 @@ Python Geometrical Morphing.
19
37
*[License](#license)
20
38
21
39
## Description
22
-
**PyGeM** is a python library using **Free Form Deformation**, **Radial Basis Functions** and **Inverse Distance Weighting** to parametrize and morph complex geometries. It is ideally suited for actual industrial problems, since it allows to handle:
40
+
**PyGeM** is a python package using **Free Form Deformation**, **Radial Basis Functions** and **Inverse Distance Weighting** to parametrize and morph complex geometries. It is ideally suited for actual industrial problems, since it allows to handle:
23
41
24
-
- Computer Aided Design files (in .iges and .stl formats)
42
+
- Computer Aided Design files (in .iges, .step, and .stl formats)
25
43
- Mesh files (in .unv and OpenFOAM formats)
26
44
- Output files (in .vtk format)
27
45
- LS-Dyna Keyword files (.k format)
28
46
29
47
By now, it has been used with meshes with up to 14 milions of cells. Try with more and more complicated input files!
30
-
See the **Examples** section below to have an idea of the potential of this package.
48
+
See the [Examples](#examples) section below to have an idea of the potential of this package.
0 commit comments