ApproximateRiemannSolvers
Riemann solver scripts
A collection of Matlab scripts implementing various Riemann solvers using MUSCL and WENO schemes for finite difference and finite volume methods.
My personal collection of Riemann solvers using MUSCL and WENO schemes written as short Matlab scripts
87 stars
9 watching
38 forks
Language: Matlab
last commit: over 6 years ago
Linked from 1 awesome list
finite-differencefinite-volumematlabriemann-solversweno-schemes
Related projects:
Repository | Description | Stars |
---|---|---|
lyc102/ifem | A MATLAB software package providing efficient algorithms and data structures for adaptive finite element methods on unstructured simplicial grids in 2D and 3D. | 225 |
terenceyuyue/varfem | A software framework that provides a process-oriented, variational formulation based programming approach for solving various finite element methods in MATLAB. | 51 |
vinhphunguyen/migfem | A Matlab implementation of isogeometric finite elements for various structural mechanics problems and material point methods. | 69 |
clawpack/riemann_book | An interactive book about solving Riemann problems for hyperbolic PDEs using Jupyter notebooks. | 267 |
wsshin/maxwellfdfd | Solves Maxwell's equations using the FDFD method in MATLAB | 107 |
miniufo/xinvert | A Python library for numerically solving elliptic partial differential equations using the SOR iteration method. | 44 |
pyriemann/pyriemann | A Python package for multivariate data analysis using Riemannian geometry of positive definite matrices | 649 |
simulkade/fvtool | A finite volume solver toolbox for Matlab, capable of solving transient convection-diffusion equations with various boundary conditions and discretization schemes. | 100 |
riatelab/potential | A package to compute potential models in spatial analysis | 25 |
oxfordcontrol/cdcs | Solves large-scale conic optimization programs with partially decomposable constraints using an ADMM algorithm | 63 |
lzane/vrp-using-sa-with-matlab | A Matlab implementation of simulated annealing to solve the vehicle routing problem with multiple vehicles and constraints. | 125 |
wknoben/marrmot | Software for evaluating and comparing hydrological models using Matlab | 110 |
sciml/scimlbenchmarks.jl | Provides benchmarks for Scientific Machine Learning and equation solvers in multiple programming languages. | 319 |
horchler/sdetools | A Matlab toolbox for numerically solving stochastic differential equations | 99 |
vtpasquale/nastran_cofe | An open-source finite element solver for structural analysis in MATLAB, compatible with the Nastran input format. | 57 |