Skip to content

StableSpectralElements.jl: Provably stable discontinuous spectral-element methods for conservation laws

License

Notifications You must be signed in to change notification settings

tristanmontoya/StableSpectralElements.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StableSpectralElements.jl

Stable Dev License: GPL v3 CI Documenter

drawing

StableSpectralElements.jl (formerly CLOUD.jl) is a Julia framework for the numerical solution of hyperbolic and mixed hyperbolic-parabolic conservation laws on general unstructured grids using provably stable discontinuous spectral-element methods of arbitrary order, with an emphasis on dispatched strategies for the evaluation of a broad class of discretization operators. StableSpectralElements.jl supports shared-memory parallelization through multithreading.

Installation

StableSpectralElements.jl is a registered Julia package (compatible with Julia versions 1.8 and above) and can be installed by entering the following commands within the REPL:

using Pkg; Pkg.add("StableSpectralElements")

For further information on the functionality and usage of this package, please refer to the example notebooks as well as the documentation, or feel free to send me an email.

License

This software is released under the GPLv3 license.