IvanYashchuk / PyFenicsAD.jl

Automatic differentiation of FEniCS and Firedrake models in Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyFenicsAD.jl · Build FEniCS codecov

Automatic differentiation of FEniCS or Firedrake models in Julia

Installation

First find out the path to python that has FEniCS or Firedrake installed. Install FiniteElementChainRules (FECR) package that provides NumPy interface to FEniCS and Firedrake together with pushforwards and pullbacks

python -m pip install git+https://github.com/IvanYashchuk/fecr.git@master

Then in Julia run

ENV["PYTHON"] = "path/to/fenics_or_firedrake/python"
import Pkg
Pkg.build("PyCall")
] add https://github.com/IvanYashchuk/PyFenicsAD.jl

About

Automatic differentiation of FEniCS and Firedrake models in Julia

License:MIT License


Languages

Language:Julia 100.0%