Mentions légales du service

Skip to content
Snippets Groups Projects
user avatar
Martin Genet authored
Main function has been split into mutliple classes. fedic2 has the same interface as original fedic function, but uses the new architecture.
503b4ff0
History

dolfin_dic

A set of FEniCS- and VTK-based python tools for Finite Element Digital Image Correlation.

Requirements

First you need to install myPythonLibrary as well as myVTKPythonLibrary. You also need a working installation of FEniCS (including DOLFIN python interface) & VTK (also including python interface).

Installation

Get the code:

git clone https://bitbucket.org/mgenet/dolfin_dic.git

To be able to load the library within python, the simplest is to add the folder containing dolfin_dic to the PYTHONPATH environment variable:

export PYTHONPATH=$PYTHONPATH:/path/to/folder

(To make this permanent, add the line to ~/.bashrc.) Then you should be able to load the library within python:

import dolfin_dic as ddic