#include <Grad.h>
Public Member Functions | |
Grad_O2_2 (const PDE &pde, int level) | |
int | getNumVelocity () |
Gets the error propagation velocity. | |
void | d (const Grid &g, PDE *pde, int i, GReal_t *result, int size) |
Approximation of derivative. | |
void | d2 (const Grid &g, PDE *pde, int i, GReal_t *result, int size) |
Approximation of second derivative. | |
Grad * | create (const PDE &pde, int level) const |
string | toString () const |
Protected Member Functions | |
Grad * | clone () const |
(For Richardson error estimation.)
int gridripper::amr1d::Grad_O2_2::getNumVelocity | ( | ) | [inline, virtual] |