Struct IsotropicLinearFunctor

struct IsotropicLinearFunctor
template<typename Point>
struct FunctionFunctor

Public Types

typedef Point::FT NT

Public Functions

inline FunctionFunctor(parameters<NT> &params_)
inline NT operator()(Point const &x) const

Public Members

parameters<NT> &params
template<typename Point>
struct GradientFunctor

Public Types

typedef Point::FT NT
typedef std::vector<Point> pts

Public Functions

inline GradientFunctor(parameters<NT> &params_)
inline Point operator()(unsigned int const &i, pts const &xs, NT const &t) const

Public Members

parameters<NT> &params
template<typename NT>
struct parameters

Public Functions

inline parameters()
inline parameters(NT alpha_, unsigned int order_)

Public Members

NT alpha
unsigned int order
NT L
NT m
NT kappa