AFEPack
公有成员
Function< value_type >模板类参考

#include <Miscellaneous.h>

类Function< value_type >继承关系图:
FunctionFunction< value_type >

所有成员的列表。

公有成员

 Function ()
virtual ~Function ()
virtual value_type value (const double *p) const
virtual std::vector< value_typegradient (const double *p) const

详细描述

template<class value_type>
class Function< value_type >

template valued function class. This class provided the virtual base of a mathematical function with its value and gradient expression provided. Then it can be used to make those finite element coding more convenient.


构造及析构函数文档

template<class value_type>
Function< value_type >::Function ( ) [inline]

Constructor

template<class value_type>
virtual Function< value_type >::~Function ( ) [inline, virtual]

Destructor


成员函数文档

template<class value_type>
virtual std::vector<value_type> Function< value_type >::gradient ( const double *  p) const [inline, virtual]

the gradient of the function

FunctionFunction< value_type >重载。

template<class value_type>
virtual value_type Function< value_type >::value ( const double *  p) const [inline, virtual]

the value of the function

FunctionFunction< value_type >重载。


该类的文档由以下文件生成: