dubourg / python-randomfields

A Python module that implements tools for the simulation and identification of random fields using the Karhunen-Loeve expansion representation.
20 stars 14 forks source link

python-randomfields

A Python module that implements tools for the simulation and identification of random fields using the Karhunen-Loeve expansion representation.

Folder description

This folder contains:

Requirements

The present Python module and its examples rely on:

Installation

The example scripts can be run from this folder for testing. They'll import the randomfields module from the local folder.

In order to make the randomfields module installation systemwide, you may either:

Documentation

The randomfields module uses Python docstrings. Use either "help(object)" in a classic Python shell or "object?" in an improved Python (IPython) shell.

Authors and terms of use

This module was implemented by Phimeca Engineering SA, EdF and Institut Navier (ENPC). It is shipped as is without any warranty of any kind.

Todo

Contributions are welcome.

References