Skip to content

Tdxasie/Gauss-Legendre-Quadrature

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Compilation:

$ make

Execution:

$ ./quad.exe

Notes:

  • Computes the integral of a given function using the Gauss-Legendre Quadrature.
  • The order of quadrature can be specified in settings.conf.
  • Accuracy is pretty good but not fully optimized.

Work made in context of the Fortran Programming Class taught by Mariko Dunseath.

About

A fortran utility to compute integrals using the Gauss-Legendre Quadrature

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published