tristanmontoya / StableSpectralElements.jl

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

Home Page:https://tjbmontoya.com/StableSpectralElements.jl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.10 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.

About

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

https://tjbmontoya.com/StableSpectralElements.jl/

License:GNU General Public License v3.0


Languages

Language:Julia 100.0%