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.
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.
This software is released under the GPLv3 license.