Skip to content

A simple example of the heat conduction equation solved using the PETSc library.

Notifications You must be signed in to change notification settings

maxim-masterov/heat_conduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heat_conduction

A simple example of the heat conduction equation solved using the PETSc library.

HowTo

$ cmake .
$ make
$ ./heat_conduction -d 2 -t 0 -n 101 101

where

    -d - number of dimensions (2 or 3)
    -t - is problem steady-state (0) or transient (1)
    -n - number of grid points in each dimension

About

A simple example of the heat conduction equation solved using the PETSc library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published