davidovitch / pyrain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Author: David Verelst (david dotta verelst at_da gmail.com) version: 0.1

Note that cython_compile.py is created by madsmpedersen and is available at: https://github.com/madsmpedersen/MMPE/tree/master/mmpe/cython_compile

Build instructions

The external libraries can be compiled with f2py and require that you have installed a compiler on your system. Note that on windows you should install Python in a path that does not contain any spaces!

In order to compile and test the external libraries, run the build_rainflowlib.py script.

The included external libraries are build for win32 and linux64.

Dependencies

compiler linux: GCC and gfortran compiler windows, for example: Install microsoft visual c++ .NET 2003

Python packages: Numpy, Scipy

Usage

At the end of the fatigue.py script for an example.

About


Languages

Language:Python 92.2%Language:C 7.8%