A simple stencil implementation for (single-centered) Fields,
FieldStencilSimple, and example divergence and gradient operators.
More...
|
Files |
| file | Div.h |
| | Divergence operator (functor) on discrete Fields.
|
| file | Div.UR.h |
| | Divergence operator on Fields, using 2nd-order centered differences These are used by the div() template function.
|
| file | FieldShiftEngine.h |
| | An engine capable of shifting the contents of a field.
|
| file | FieldStencil.h |
| | This file contains the equipment required to write differential operators that take the form of stencil objects using Fields.
|
| file | Grad.h |
| | Gradient operator (functor) on discrete Fields.
|
| file | Grad.UR.h |
| | Gradient operator on Fields, using 2nd-order centered differences These are used by the grad() template function.
|
Detailed Description
A simple stencil implementation for (single-centered) Fields,
FieldStencilSimple, and example divergence and gradient operators.