wanghj2015 / advection_miniapp

Advection solver with matrix-free evaluators with deal.II

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

advection_miniapp

Advection solver with matrix-free evaluators with deal.II

This solver is described and analyzed in the publication

@incollection{Kronbichler2021,
  doi = {10.1007/978-3-030-60610-7_1},
  year = {2021},
  publisher = {Springer International Publishing},
  pages = {1--55},
  author = {Martin Kronbichler},
  title = {The Discontinuous Galerkin Method: Derivation and Properties},
  booktitle = {Efficient High-Order Discretizations for Computational Fluid Dynamics},
  editor = {Martin Kronbichler and Per-Olof Persson}
}

About

Advection solver with matrix-free evaluators with deal.II

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 98.6%Language:CMake 1.4%