gridripper::amr1d::Grad_O21 Class Reference
Numerical approximation of derivatives calculated in second order, except on edges where the linear approximation is applied.
More...
#include <Grad.h>
List of all members.
|
Public Member Functions |
| Grad_O21 (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 |
Detailed Description
Numerical approximation of derivatives calculated in second order, except on edges where the linear approximation is applied.
Member Function Documentation
int gridripper::amr1d::Grad_O21::getNumVelocity |
( |
|
) |
[inline, virtual] |
void gridripper::amr1d::Grad_O21::d |
( |
const Grid & |
g, |
|
|
PDE * |
pde, |
|
|
int |
i, |
|
|
GReal_t * |
result, |
|
|
int |
size | |
|
) |
| | [virtual] |
void gridripper::amr1d::Grad_O21::d2 |
( |
const Grid & |
g, |
|
|
PDE * |
pde, |
|
|
int |
i, |
|
|
GReal_t * |
result, |
|
|
int |
size | |
|
) |
| | [virtual] |
The documentation for this class was generated from the following file: