https://github.com/okm165/fem
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/okm165/fem
- Owner: Okm165
- Created: 2023-01-22T18:45:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T08:24:33.000Z (over 2 years ago)
- Last Synced: 2025-01-08T17:54:40.663Z (5 months ago)
- Language: Rust
- Size: 1.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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] --nOptions:
-n, --n number of elements
-o, --out-path The path to the file to save output [default: output.png]
-h, --help Print help
```# solution
