[go: up one dir, main page]

Skip to content

tck199732/fenicsx-studies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fenicsx-studies

This repository contains practice code for solving PDE using FEniCSx. The basic tutorial can be found in here.

installation

  • To use FEniCSx with additional dependecies such as gmsh, generate a docker environment to run jupyterlab. You can find the simple image here.
docker pull tck199732/fenicsx
docker run --init -ti -p 8888:8888 -v $(pwd)/notebooks:/project tck199732/fenicsx:lab-v1.0

Releases

No releases published

Packages

No packages published