R9239/1152b7c7e0a5master
R9239/
1152b7c7e0a5master
README.md
README.md
README
Install FEniCS using Anaconda
- create conda environment *fenicsenv* for FEniCS, including _fenics_, _mshr_, Jupyter Lab, _numpy_ and _matplotlib_. `shell script conda create --name fenicsenv -c conda-forge python=3.7 fenics jupyterlab mshr matplotlib numpy `
- After activating this environment `shell script source activate fenicsenv ` you should see *(fenicsenv)* at the beginning of your commandline.
- You can now call *python*, *ipython* or *jupter lab* `shell script jupyter lab `
- Links FEniCS for mechanics
- https://comet-fenics.readthedocs.io/en/latest/index.html
c4science · Help