Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.24 KB

api-doc-ford.md

File metadata and controls

33 lines (29 loc) · 1.24 KB
Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 13 column 16
---
project: hrweno
license: mit
summary: hrweno is a modern-Fortran implementation of selected WENO and TVD integration schemes.
src_dir: ./src
         ./example
output_dir: _site
page_dir: ./doc
source: true
proc_internals: true
graph: true
coloured_edges: true
print_creation_date: true
creation_date: %Y-%m-%d %H:%M %z
project_github: https://github.com/HugoMVale/HR-WENO
author: HugoMVale
github: https://github.com/HugoMVale/
email: 57530119+HugoMVale@users.noreply.github.com
dbg: true
predocmark: >
docmark_alt: #
predocmark_alt: <
md_extensions: markdown.extensions.toc
---

About

This package is a modern-Fortran implementation of selected high-resolution weighted essentially non-oscillatory (WENO) schemes and total variation diminishing (TVD) integration methods for solving hyperbolic conservation equations.

In particular, the package includes WENO schemes up to 5th order, explicit Runge-Kutta TVD methods up to 3rd order, and an explicit 3rd order multi-step TVD method.

All numerical methods are described in detail by Shu (1997).