Skip to content

Qt Creator desktop application for evaluating triple integrals and also testing with HPC-Library.

Notifications You must be signed in to change notification settings

JohnSell620/NumInt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NumInt

Qt application for computing triple integrals by Gaussian Quadrature rules and testing HPC-library matrix computations.

Installation

  • This project requires Qt. Installation instructions for Ubuntu can be found here.
  • 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 by Arash Partow is used in gaussquadrature.cpp.

Screenshots

Double Integration

Matrix Computation

About

Qt Creator desktop application for evaluating triple integrals and also testing with HPC-Library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published