Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #44 from spacether/feat/fixes_docs
Browse files Browse the repository at this point in the history
Feat/fixes docs
  • Loading branch information
spacether authored Jun 28, 2018
2 parents 49a5b04 + 5a37fb3 commit 620e13c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

pycalculix is a Python 3 library to automate and build finite element analysis (FEA) models in Calculix.

Meshing uses Calculix or GMSH
- Website: http://justinablack.com/pycalculix/
- Source Code: https://github.com/spacether/pycalculix
- Documentation: http://pythonhosted.org/pycalculix/
![build passing](https://readthedocs.org/projects/docs/badge/?version=latest)

Usefull applications of Pycalculix:
Website: http://justinablack.com/pycalculix/
Source Code: https://github.com/spacether/pycalculix
Documentation: https://pycalculix.readthedocs.io/en/latest/index.html

#### Usefull applications of Pycalculix
- Trade studies for plane stress, plane strain, or axisymmetric parts
- Quick Kt analysis of 2D geometry
- Learning finite element analyis (FEA) and Python
Expand Down Expand Up @@ -228,7 +229,7 @@ Initial Release: December 2014

## Change Log

#### 0.9.5 (github only)
#### 0.9.5 (github + pypi)
- Adds tests: sample tests at tests/test_samples.py
- Adds tests: meshing tests at tests/test_meshing.py
- Adds solving and meshing timeout exception to capture when they hang
Expand Down

0 comments on commit 620e13c

Please sign in to comment.