@@ -20,13 +20,22 @@ In the folder docs/pygccx you can find an auto generated html documentation of a
2020
2121# Install Pygccx
2222- Install Python 3.10 or higher (or make a virtual env of Python 3.10)
23- - install pygccx with pip
23+ - install pygccx with pip<br >
24+ the latest version
2425 ```
25- pip install https://github.com/calculix/pygccx/releases/download/v0.2.4/pygccx-0.2.4-py3-none-any.whl
26+ pip install git+ https://github.com/calculix/pygccx.git
2627 ```
28+ or a specific version
29+ ```
30+ pip install git+https://github.com/calculix/pygccx.git@vx.x.x
31+ ```
32+ where x.x.x is the version number.<br>
33+ For available versions look at https://github.com/calculix/pygccx/releases<br><br>
34+
35+ For an offline installation you can download wheel files from the assets of each release<br>
2736
2837# Capabilities of Pygccx:
29- - Static analysis of 3D structures (only solid elements, no shells or beams)
38+ - Static, buckling or frequency analysis of 3D structures (only solid elements, no shells or beams)
3039- Build geometry and mesh using Gmsh-Python API
3140- Read and convert 3D mesh (only nodes, sets and solid elements) from GMSH to CCX
3241- Add additional abstract elements (SPRING, GAP, MASS) to model
@@ -66,13 +75,15 @@ In the folder docs/pygccx you can find an auto generated html documentation of a
6675 - *TRANSFORM <br>
6776 - Implemented step keywords:
6877 - *BOUNDARY (inhomogeneous)
78+ - *BUCKLE
6979 - *CLOAD
7080 - *CONTACT FILE
7181 - *CONTACT OUTPUT
7282 - *CONTACT PRINT
7383 - *ELEMENT OUTPUT
7484 - *EL FILE
7585 - *EL PRINT
86+ - *FREQUENCY
7687 - *GREEN
7788 - *NODE FILE
7889 - *NODE OUTPUT
@@ -85,7 +96,7 @@ In the folder docs/pygccx you can find an auto generated html documentation of a
8596- Show CCX input file in CGX
8697- Solve CCX input file
8798- Show result file in CGX
88- - Create result object from *.frd or *.dat files for postprocessing
99+ - Create result objects from *.frd or *.dat files for postprocessing
89100- Tools for calculate invariant stresses (Mises, Principals, etc.)
90101- Tools for transformation of coordinates, vectors or tensors between
91102 coordinate systems
@@ -98,5 +109,5 @@ In the folder docs/pygccx you can find an auto generated html documentation of a
98109- Postpro in GMSH
99110
100111# Prerequisites
101- - Installation of Calculix CrunchiX (CCX) and Calculix GraphiX (CGX)
112+ - Installation of Calculix CrunchiX 2.22 (CCX) and Calculix GraphiX (CGX)
102113- Python 3.10
0 commit comments