aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-24finish READMEHEADmasterWojtek Kosior
2019-07-24fix FFLAGSWojtek Kosior
2019-07-24correct polynomial order for gaussWojtek Kosior
2019-07-12add initial(unfinished) READMEWojtek Kosior
2019-07-12add results phony target for generating res/* filesWojtek Kosior
2019-07-12update res/times with running times of -fcoarray=single versionWojtek Kosior
2019-07-12also test with -fcoarray=singleWojtek Kosior
2019-07-04measured running times for different numbers of images and subintervalsWojtek Kosior
2019-07-04call time-measuring script from makefileWojtek Kosior
2019-07-04script for measuring time of integrationWojtek Kosior
2019-07-03computed integrals and their errorWojtek Kosior
2019-07-03call data-generating script from MakefileWojtek Kosior
2019-07-03script for generating data from integrator programWojtek 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-07-02add MakefileWojtek 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