index
:
AGH-fortran-course/fortran-assignment3
master
This repo contains my homework for the fortran course at AGH University of Science and Technology
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2019-06-30
sum values in a smarter order
Wojtek Kosior
2019-06-30
fix coarray allocation
Wojtek Kosior
2019-06-30
error handling using GOTO
Wojtek Kosior
2019-06-21
add main routine
Wojtek Kosior
2019-06-21
add interface of analytical integrate function
Wojtek Kosior
2019-06-21
analytically compute integrals of test functions
Wojtek Kosior
2019-06-21
add 2 more testing functions
Wojtek Kosior
2019-06-21
change functions order in code to one better IMO
Wojtek Kosior
2019-06-21
add gauss quadratures, generic way (untestedgit add quadratures.f90)
Wojtek Kosior
2019-06-21
move threading code and quadtature selection into separate functions
Wojtek Kosior
2019-06-21
parallelize newton-cotes (untestedgit add quadratures.f90)
Wojtek Kosior
2019-06-21
compozite newton-cotes integration
Wojtek Kosior
2019-06-21
newton-cotes integration of entire interval at once
Wojtek Kosior
2019-06-21
add module with functions for integrating
Wojtek Kosior
2019-06-21
make quadratures a module, sketch the integrate fuction for newton-cotes ↵
Wojtek Kosior
quadratures
2019-06-21
initial commit - check that function pointers really work
Wojtek Kosior