aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-07-24correct polynomial order for gaussWojtek Kosior
2019-07-03also print the error of numerical resultWojtek Kosior
2019-07-03return NaN for wrong poly order argument and handle this error upper in the ↵Wojtek Kosior
call stack
2019-07-02add licensesWojtek Kosior
2019-06-30sum values in a smarter orderWojtek Kosior
2019-06-30fix coarray allocationWojtek Kosior
2019-06-30error handling using GOTOWojtek Kosior
2019-06-21add main routineWojtek Kosior
2019-06-21add interface of analytical integrate functionWojtek Kosior
2019-06-21analytically compute integrals of test functionsWojtek Kosior
2019-06-21add 2 more testing functionsWojtek Kosior
2019-06-21change functions order in code to one better IMOWojtek Kosior
2019-06-21add gauss quadratures, generic way (untestedgit add quadratures.f90)Wojtek Kosior
2019-06-21move threading code and quadtature selection into separate functionsWojtek Kosior
2019-06-21parallelize newton-cotes (untestedgit add quadratures.f90)Wojtek Kosior
2019-06-21compozite newton-cotes integrationWojtek Kosior
2019-06-21newton-cotes integration of entire interval at onceWojtek Kosior
2019-06-21add module with functions for integratingWojtek Kosior
2019-06-21make quadratures a module, sketch the integrate fuction for newton-cotes ↵Wojtek Kosior
quadratures
2019-06-21initial commit - check that function pointers really workWojtek Kosior