Skip to content

Finite difference method heat solver on a 1-D wire with parallel-programming examples

Notifications You must be signed in to change notification settings

daltonkell/heat-1d-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

1-D Finite Difference Method Heat Solver

C++

Currently, no external libraries are used. This has been compiled with g++ 9.4.0 on x86_84 running on Ubuntu 20.04.

Build

$ cd cpp
$ make heat
$ ./heat n_timesteps n_nodes

About

Finite difference method heat solver on a 1-D wire with parallel-programming examples

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published