An open API service indexing awesome lists of open source software.

https://github.com/okm165/fem


https://github.com/okm165/fem

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Calulates Gravitational Potential problem with n finite elements.

### run program
``` bash
./projekt -n 100
```

### build and run it freshly built
may need some additional dependencies
```
cargo run --release -- -n 100
```

### help
```
Usage: projekt [OPTIONS] --n

Options:
-n, --n number of elements
-o, --out-path The path to the file to save output [default: output.png]
-h, --help Print help
```

# solution
![output.png](output.png)