A PyTorch based 3D Finite Element Solver. It has the following features:
- Uses GMSH for mesh generation.
- Uses PyTorch libraries matrix manipulations.
- Produces output which can be visulaized using ParaView.
- Uses scipy for sparse matrix operations.
- No loop over gauss integration points. Run main.py for starting running the FEA code.