https://github.com/johnsell620/numint
Qt Creator desktop application for evaluating triple integrals and also testing with HPC-Library.
https://github.com/johnsell620/numint
matrix-computations numerical-integration qt-application
Last synced: 4 months ago
JSON representation
Qt Creator desktop application for evaluating triple integrals and also testing with HPC-Library.
- Host: GitHub
- URL: https://github.com/johnsell620/numint
- Owner: JohnSell620
- Created: 2017-09-27T21:08:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-04T20:48:32.000Z (almost 8 years ago)
- Last Synced: 2025-03-09T12:55:47.917Z (over 1 year ago)
- Topics: matrix-computations, numerical-integration, qt-application
- Language: C++
- Homepage:
- Size: 302 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## NumInt
Qt application for computing triple integrals by Gaussian Quadrature rules and testing [HPC-library](https://github.com/JohnSell620/HPC-Library) matrix computations.
## Installation
- This project requires Qt. Installation instructions for Ubuntu can be found [here](https://wiki.qt.io/Install_Qt_5_on_Ubuntu).
- After Qt installation, you may run the following commands in lieu of Qt Creator to set up and run project application.
```
$ git clone https://github.com/JohnSell620/NumInt.git
$ cd NumInt
$ mv Forms/* Headers/* Resources/* Sources/* && rmdir Forms Headers Resources Sources
$ cd ../build
$ make
$ ./NumInt
```
## Acknowledgements
[C++ Mathematical Expression Parsing And Evaluation Library](https://github.com/ArashPartow/exprtk) by Arash Partow is used in `gaussquadrature.cpp`.
## Screenshots