Base class for slope limiters. More...
#include <dg_elements.h>
Inheritance diagram for oomph::SlopeLimiter:Public Member Functions | |
| SlopeLimiter () | |
| Empty constructor. | |
| virtual | ~SlopeLimiter () |
| virtual destructor | |
| virtual void | limit (const unsigned &i, const Vector< DGElement * > &required_element_pt) |
| Basic function. | |
Base class for slope limiters.
Definition at line 524 of file dg_elements.h.
|
inline |
Empty constructor.
Definition at line 528 of file dg_elements.h.
|
inlinevirtual |
virtual destructor
Definition at line 531 of file dg_elements.h.
|
inlinevirtual |
Basic function.
Reimplemented in oomph::MinModLimiter.
Definition at line 534 of file dg_elements.h.