#include <Stencil.h>
Public Types | |
enum | { dim = ArrayIn::dimensions } |
typedef Interval< Dim > | ViewDom_t |
typedef View1< ArrayIn, ViewDom_t >::Type_t | Expression_t |
typedef StencilEngine < Function, Expression_t > | NewTag_t |
typedef NewTag_t::Element_t | NewT_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 Interval< Dim > &d) |
typedef Interval<Dim> View2< Stencil< Function >, ArrayIn, Interval< Dim > >::ViewDom_t |
typedef View1<ArrayIn,ViewDom_t>::Type_t View2< Stencil< Function >, ArrayIn, Interval< Dim > >::Expression_t |
typedef StencilEngine<Function, Expression_t> View2< Stencil< Function >, ArrayIn, Interval< Dim > >::NewTag_t |
typedef NewTag_t::Element_t View2< Stencil< Function >, ArrayIn, Interval< Dim > >::NewT_t |
typedef Engine<dim,NewT_t,NewTag_t> View2< Stencil< Function >, ArrayIn, Interval< Dim > >::NewEngine_t |
typedef Array<dim,NewT_t,NewTag_t> View2< Stencil< Function >, ArrayIn, Interval< Dim > >::Type_t |
static Type_t View2< Stencil< Function >, ArrayIn, Interval< Dim > >::make | ( | const Stencil< Function > & | s, | |
const ArrayIn & | a, | |||
const Interval< Dim > & | d | |||
) | [inline, static] |
References Stencil< Function >::function(), and Stencil< Function >::inputDomain().