action functions
|
Please note that the library has not been "officially" released. While we continue to work on the documentation, these web pages are likely to contain broken links and documents in draft form. Please send an email to if you wish to be informed of the library's "official" release. |
#include <dg_elements.h>
Inheritance diagram for oomph::SlopeLimiter:

Definition at line 502 of file dg_elements.h.
Public Member Functions | |
| SlopeLimiter () | |
| Empty constructor. | |
| virtual | ~SlopeLimiter () |
| virtual destructor | |
| virtual void | limit (const unsigned &i, const Vector< DGElement * > &required_element_pt) |
| Basic function. | |
| oomph::SlopeLimiter::SlopeLimiter | ( | ) | [inline] |
| virtual oomph::SlopeLimiter::~SlopeLimiter | ( | ) | [inline, virtual] |
| virtual void oomph::SlopeLimiter::limit | ( | const unsigned & | i, | |
| const Vector< DGElement * > & | required_element_pt | |||
| ) | [inline, virtual] |
Basic function.
Reimplemented in oomph::MinModLimiter.
Definition at line 513 of file dg_elements.h.
References OOMPH_EXCEPTION_LOCATION.
Referenced by oomph::DGElement::slope_limit().
1.4.7