Coder Social home page Coder Social logo

tristanmontoya / stablespectralelements.jl Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 286.3 MB

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

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

License: GNU General Public License v3.0

Julia 100.00%
conservation-laws discontinuous-galerkin summation-by-parts spectral-element

stablespectralelements.jl's Introduction

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.

stablespectralelements.jl's People

Contributors

tristanmontoya avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

stablespectralelements.jl's Issues

Reduce compilation time

Code is pretty fast, but compilation time is bad right now, especially in 3D. Possibly due to branches/type inference issues.

Make error.jl use less memory

Even when the simulation does not run out of memory, the error calculation sometimes does. These are reasonably large 3D meshes, but I don't think error calcs should be the thing that limits how large a problem you can solve.

Roundoff error seems oddly high ~1e-13 in some cases.

Seems to manifest in conservation error being non-negligible (solution is probably off too, but discretization error masks this). Why we only see this for the 2D Euler equations is a bit of a mystery though, as the results for advection and 1D Euler are fine.

Edit: Removing inverse from metric calculation does not help, so I think it's somewhere in the Euler flux.

TagBot trigger issue

This issue is used to trigger TagBot; feel free to unsubscribe.

If you haven't already, you should update your TagBot.yml to include issue comment triggers.
Please see this post on Discourse for instructions and more details.

If you'd like for me to do this for you, comment TagBot fix on this issue.
I'll open a PR within a few hours, please be patient!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.