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: [email protected]
dbg: true
predocmark: >
docmark_alt: #
predocmark_alt: <
md_extensions: markdown.extensions.toc
---
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).