Fortran77Softwares (FortranSoftwares)

Fortran77Softwares

FortranSoftwares

Geek Repo

A List of Fortran77 Softwares Created by Sourangshu Ghosh

Location:Department of Civil Engineering, IIT Kharagpur

Home Page:SourangshuGhosh.github.io

Github PK Tool:Github PK Tool

Fortran77Softwares's repositories

ISING_2D_SIMULATION

ISING_2D_SIMULATION is a FORTRAN77 program which carries out a Monte Carlo simulation of a 2D Ising model, using gnuplot to display the initial and final configurations.

Language:FortranLicense:MITStargazers:6Issues:1Issues:0

DIJKSTRA_OPENMP

DIJKSTRA_OPENMP is a FORTRAN77 program by Sourangshu Ghosh which illustrates the use of the OpenMP application program interface by implementing Dijkstra's minimum graph distance algorithm.

Language:FortranLicense:MITStargazers:3Issues:1Issues:0

ANALEMMA_Fortran77

ANALEMMA is a FORTRAN77 program by Sourangshu Ghosh which evaluates the equation of time, based on a C program by Brian Tung.

Language:FortranLicense:MITStargazers:2Issues:1Issues:0

BLACK_SCHOLES

BLACK_SCHOLES is a FORTRAN77 library which demonstrates several approaches to the valuation of a European call, by Desmond Higham.

Language:FortranLicense:MITStargazers:2Issues:1Issues:1

BROWNIAN_MOTION_SIMULATION

BROWNIAN_MOTION_SIMULATION is a FORTRAN77 library which simulates Brownian motion in an M-dimensional region, creating graphics files for processing by gnuplot.

Language:FortranLicense:MITStargazers:2Issues:1Issues:0

Conjugate-Gradient-Solver-for-Linear-Systems

CG is a FORTRAN77 library by Sourangshu Ghosh which implements a simple version of the conjugate gradient (CG) method for solving a system of linear equations of the form A*x=b, suitable for situations in which the matrix A is positive definite (only real, positive eigenvalues) and symmetric.

Language:FortranLicense:MITStargazers:1Issues:1Issues:0