Skip to content

General n-dimensional solver of Laplace's equation on a unit line/square/cube.

Notifications You must be signed in to change notification settings

ashokolarov/heat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heat

Implementation of n-dimensional solver for Laplace's equation with the following formulation:

Formulation

using a second-order scheme in space and a Backward Euler scheme in time. To solve the resulting linear system, conjugate gradient method is used.

Examples:

1D solution with initial condition of y(t=0) = 10sin(πx) and diffusion coefficient of 0.1

Formulation

About

General n-dimensional solver of Laplace's equation on a unit line/square/cube.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages