Class to run initial function of RP1 Problem as defined in "A Simple and Effictive High-Order Shock-Capturing Limiter for Discontinuous Galerkin
Methods" by Scott Moe, James Rossmanith, and David Seal, arXiv 1507.03024v1, 2015.
More...
#include <euler2d_rp1.h>
Class to run initial function of RP1 Problem as defined in "A Simple and Effictive High-Order Shock-Capturing Limiter for Discontinuous Galerkin
Methods" by Scott Moe, James Rossmanith, and David Seal, arXiv 1507.03024v1, 2015.
◆ euler2d_rp1()
wxm::functions::five_moment::euler2d_rp1::euler2d_rp1 |
( |
| ) |
|
◆ ~euler2d_rp1()
wxm::functions::five_moment::euler2d_rp1::~euler2d_rp1 |
( |
| ) |
|
◆ applyFunction()
void wxm::functions::five_moment::euler2d_rp1::applyFunction |
( |
const real * |
position, |
|
|
real * |
value |
|
) |
| const |
|
virtual |
Evaluate the function at a position and return the result through a pointer.
- Parameters
-
p | Position to evaluate function (must have at least 3 components) |
v | Value evaluated at position (must be allocated outside function) |
Implements WmICFunction.
◆ setup()
void wxm::functions::five_moment::euler2d_rp1::setup |
( |
const WxCryptSet & |
wxc | ) |
|
|
virtual |
Setup gem object using supplied cryptset.
- Parameters
-
wxc | Cryptset to use for setting |
Reimplemented from WmICFunction.
The documentation for this class was generated from the following file: