Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drkwitht/mpi-any-function-rect-rule
C++ MPI program for rectangle sum of some user-entered functions.
https://github.com/drkwitht/mpi-any-function-rect-rule
cpp20 integral-approximation mpi-parallelization parsing
Last synced: 23 days ago
JSON representation
C++ MPI program for rectangle sum of some user-entered functions.
- Host: GitHub
- URL: https://github.com/drkwitht/mpi-any-function-rect-rule
- Owner: DrkWithT
- Created: 2024-10-14T01:17:56.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T00:11:52.000Z (2 months ago)
- Last Synced: 2024-12-09T16:10:05.769Z (23 days ago)
- Topics: cpp20, integral-approximation, mpi-parallelization, parsing
- Language: C++
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
### Brief:
A MPI C++ project for doing numeric integral approximation with the rectangle rule, but with a twist: For a range of user-entered functions!### Requirements:
- Git
- CMake 3.16+
- A C++ MPI compiler e.g `mpicxx`, etc.
- The `mpi.h` AKA the MPI library header.### Sample Output:
![Sample Program Output](./My_Integral_Test.png?raw=true "Title")
### Check by Desmos Result:
![Sample Desmos Output](./Desmos_Pure_Integral.png?raw=true "Title")