meyer-nils / torch-fem

GPU accelerated differentiable finite elements for solid mechanics with PyTorch
MIT License
7 stars 1 forks source link

Parallel iterative sparse solver #7

Open meyer-nils opened 2 weeks ago

meyer-nils commented 2 weeks ago

On CPU, the iterative sparse matrix solver is still operating not in parallel and thus slows down execution significantly.

The following backends could be used instead of scipy: