Skip to content

Compphysguy/intro-fortran-2016

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code for the class Introduction to Numerical Analysis 1 (数値解析序論1), first semester 2016.

Class homepage

Running the code

Suppose that you want to run the code in a file named name.f90. In your terminal, do the following:

  1. Compile the code to an executable name.exe:

    gfortran name.f90 -o name.exe
  2. Run the executable:

    ./name.exe
  3. Enjoy the output.

About

Code for Introduction to Numerical Analysis 1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 37.8%
  • CSS 32.7%
  • Python 23.0%
  • Gnuplot 3.0%
  • Makefile 2.6%
  • Shell 0.9%