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
Copy file name to clipboardExpand all lines: readme.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ made out of 3D solid elements using Gmsh and CalculiX.<br><br>
4
4
After instantiating a pygccx model you can use the included Gmsh-Python-API
5
5
to build your geometry, mesh it and define physical groups (sets). For the usage of the Gmsh API look at http://gmsh.info//doc/texinfo/gmsh.html#Gmsh-API<br><br>
6
6
The gmsh mesh can then be converted to a pygccx mesh object, which
7
-
is more closely related to CalculiX. All nodes and solid elements which are at least in one physical group will be converted and all physical groups to node or element sets.<br><br>
7
+
is more closely related to CalculiX. All nodes and solid elements which are at least in one physical group will be converted and all physical groups to node- or element sets.<br><br>
8
8
Finally you have to define the keywords for the ccx input file.<br>
9
9
Each Keyword is represented by a class. Each class takes the parameters and data the keyword
10
10
needs.<br>
@@ -15,6 +15,7 @@ in pygccx.
15
15
Look in the examples folder for a quick start and to learn more about how to use pygccx.
16
16
The best way to explore pygccx is by using an IDE like VS Code or PyCharm with auto completion,
17
17
intellysense and static type checking switched on. So you can see all the members, parameters types and doc strings.
18
+
In the folder doc/pygccx you can find an auto generated html documentation of all classes.
18
19
19
20
ATM no postprocessing capabilities are implemented. This is one of the next mile stones.<br>
0 commit comments