#include <Stencil.h>
Public Types | |
| enum | { dim2 = ArrayIn::dimensions } |
| enum | { dim = Dom::dimensions } |
| typedef Interval< dim2 > | ViewDom_t |
| typedef View1< ArrayIn, ViewDom_t >::Type_t | Expression_t |
| typedef StencilEngine < Function, Expression_t > | StencilTag_t |
| typedef StencilTag_t::Element_t | NewT_t |
| typedef ViewEngine< dim2, StencilTag_t > | NewTag_t |
| typedef Engine< dim, NewT_t, NewTag_t > | NewEngine_t |
| typedef Array< dim, NewT_t, NewTag_t > | Type_t |
Static Public Member Functions | |
| static Type_t | make (const Stencil< Function > &s, const ArrayIn &a, const Dom &dom) |
| typedef Interval<dim2> View2< Stencil< Function >, ArrayIn, Dom >::ViewDom_t |
| typedef View1<ArrayIn, ViewDom_t>::Type_t View2< Stencil< Function >, ArrayIn, Dom >::Expression_t |
| typedef StencilEngine<Function, Expression_t> View2< Stencil< Function >, ArrayIn, Dom >::StencilTag_t |
| typedef StencilTag_t::Element_t View2< Stencil< Function >, ArrayIn, Dom >::NewT_t |
| typedef ViewEngine<dim2, StencilTag_t> View2< Stencil< Function >, ArrayIn, Dom >::NewTag_t |
| typedef Engine<dim,NewT_t,NewTag_t> View2< Stencil< Function >, ArrayIn, Dom >::NewEngine_t |
| typedef Array<dim,NewT_t,NewTag_t> View2< Stencil< Function >, ArrayIn, Dom >::Type_t |
| static Type_t View2< Stencil< Function >, ArrayIn, Dom >::make | ( | const Stencil< Function > & | s, | |
| const ArrayIn & | a, | |||
| const Dom & | dom | |||
| ) | [inline, static] |
References Stencil< Function >::function(), Stencil< Function >::inputDomain(), and insetDomain().
1.5.9