Hi I am using Ubuntu 20.04 in my windows sub-system for linux. I installed fenics 2019.2.0.13dev in my system. While doing a particular simulation it says “fenicstool” module is error. I am messed up. I dont know where to bring the fenicstool in my system. Please let me know if any expert can resolve my issue. Thanks.
A simple google search finds fenicstools on GitHub: GitHub - mikaem/fenicstools
However, in general, I would strongly advice you to migrate your code to DOLFINx, as neither fencistools, or legacy fenics has received any development for the last 5 years (as you can see by the version numbering of FEniCS).
Similarly, Ubuntu 20.04 is considered very outdated, in fact it has reached its traditional end of life: Ubuntu 20.04 LTS Standard Support has ended. Here’s how to prepare. | Ubuntu
For more detailed help, please provide the actual error trackback from your code.