#include <sfunctions.h>
Public Member Functions | |
virtual | ~TensorFunction () |
double | operator() (Point< dim > &p, unsigned i, unsigned j) |
virtual double | value (const Point< dim > &p, const unsigned i, const unsigned j) const =0 |
Definition at line 145 of file sfunctions.h.
virtual TensorFunction< dim >::~TensorFunction | ( | ) | [inline, virtual] |
Definition at line 148 of file sfunctions.h.
double TensorFunction< dim >::operator() | ( | Point< dim > & | p, | |
unsigned | i, | |||
unsigned | j | |||
) | [inline] |
Definition at line 149 of file sfunctions.h.
00149 {return value(p,i,j);}
virtual double TensorFunction< dim >::value | ( | const Point< dim > & | p, | |
const unsigned | i, | |||
const unsigned | j | |||
) | const [pure virtual] |