Repository containing the codes used in Duprez, Michel, and Alexei Lozinski. "ϕ-FEM: a finite element method on domains defined by level-sets." SIAM Journal on Numerical Analysis 58.2 (2020): 1008-1028.
It is "frozen in time" and not maintained.
To use our latest
The image is based on the legacy FEniCS image: quay.io/fenicsproject/stable.
It contains also the numpy, sympy and matplotlib python libraries.
Clone this repository
mkdir phifem-poisson-dirichlet
git clone https://github.com/PhiFEM/publication_Poisson-Dirichlet_fenics.git phifem-poisson-dirichlet
cd phifem-poisson-dirichletSpecify your container engine in the environment variable:
export CONTAINER_ENGINE=dockerPull the container image from the docker.io registry:
sudo -E bash pull-image.shLaunch the image:
sudo -E bash run-image.shFrom the container, launch a test case, for example:
python3 phiFEM_test_case1.pyPlease use the issue tracker to report any issues.
Michel Duprez, Inria Nancy Grand-Est
Alexei Lozinski, Université de Franche-Comté