danassutula / model_parameter_inference

Inverse solver for hyperelastic material model parameter identification.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install fenics and other required packages into a conda environment; for example,
$ conda create -c conda-forge -n <name_of_environment> fenics=2018 scipy sympy numpy matplotlib ipython

After you activate your environment
$ source activate <name_of_environment>

Run an example problem as a module; for example, run it from an ipython interpreter like this
$ run -m examples.basic_example_1

About

Inverse solver for hyperelastic material model parameter identification.

License:MIT License


Languages

Language:Python 100.0%