THERE IS NO WARRANTY FOR FYPY.
Dependencies: numpy, numba, scipy, json, timerit and multiprocessing, pyvista
To test the code, do the following:
- Clone FyPy using: git clone https://github.com/gokhalen/fypy.git
- In the FyPy root directory, type: "cd Problems/2DNew/test_linear_axial_1"
- Type: python3.8 ../../../main.py --inputfile=data.json.in
- You should see png files with the results.
For multiprocessing, do the following: python3.8 ../../../main.py --nprocs=2 --partype=async
- See fypymesh.py and mesh2d.py in src/libmesh