Skip to content

Discretize partial differential equations using sparse matrix and dense vector linear algebra

License

Notifications You must be signed in to change notification settings

ooreilly/sbp.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sbp.jl v0.1.1

Build Status Codecov

This Julia package can be used for discretizing partial differential equations using the summation-by-parts approach. All schemes are discretized by sparse matrices and dense vectors. This approach is computationally inefficient and should therefore only be used for educational purposes. In addition, this package is necessary for reproducing some of the published numerical examples presented in the repository https://github.com/ooreilly/sbp.

Installation

Open Julia, and press ] to go to package manner. Type

pkg> add https://github.com/ooreilly/sbp.jl/.

Type ctrl + d to exit.

Usage

Take a look at this example to get an idea of how to use this package.

Tests

Tests for this package can be run by using Julia's package manner.

pkg> test sbp

The tests themselves can be found in the directory test and are worth looking at for discovering many of the features that this package has to offer.

About

Discretize partial differential equations using sparse matrix and dense vector linear algebra

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published