Skip to content

osdnk/MRS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finite difference method

Task for Fortran classes

Prerequisites

installed newest version of ifort

Running

Just type

make prod4
make prod8
make prod16

to compile program with different real precision and then

./FDM4 N
./FDM8 N
./FDM16 N

What's N? It's explained here. It's density of splitting

Graphs

Made in jupyter notebook Given you have installed jupyter notebook and all python3 related stuff, type

jupyter notebook

in main directory

You could watch given graphs or change something and generate them on your own. However, then you need to have matplotlib to print beautiful graphs 🎉

Let you consider that I'm not a master in python so I suppose that everything I did could have been done better 🐶

About

FDM example for Fortran classes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •