|
Public Member Functions |
| ElementFunction () |
| ElementFunction (real a) |
| ElementFunction (const ShapeFunction &v) |
| ElementFunction (const Product &v) |
| ElementFunction (const ElementFunction &v) |
| ElementFunction (real a, const ShapeFunction &v) |
| ElementFunction (real a, const Product &v) |
| ElementFunction (real a, const ElementFunction &v) |
| ElementFunction (real a0, const ShapeFunction &v0, real a1, const ShapeFunction &v1) |
| ElementFunction (real a0, const Product &v0, real a1, const Product &v1) |
| ElementFunction (real a0, const ElementFunction &v0, real a1, const ElementFunction &v1) |
| ElementFunction (real a0, const ShapeFunction &v0, real a1, const Product &v1) |
| ElementFunction (real a0, const ShapeFunction &v0, real a1, const ElementFunction &v1) |
| ElementFunction (real a0, const Product &v0, real a1, const ElementFunction &v1) |
| ElementFunction (const ShapeFunction &v0, const ShapeFunction &v1) |
| ElementFunction (const Product &v0, const Product &v1) |
| ElementFunction (const ElementFunction &v0, const ElementFunction &v1) |
| ElementFunction (const ShapeFunction &v0, const Product &v1) |
| ElementFunction (const ShapeFunction &v0, const ElementFunction &v1) |
| ElementFunction (const Product &v0, const ElementFunction &v1) |
| ElementFunction (const ElementFunction &v0, const ElementFunction &v1, const ElementFunction &v2, const ElementFunction &w0, const ElementFunction &w1, const ElementFunction &w2) |
| ~ElementFunction () |
real | operator() (real x, real y, real z, real t) const |
real | operator() (Point p) const |
ElementFunction & | operator= (real a) |
ElementFunction & | operator= (const ShapeFunction &v) |
ElementFunction & | operator= (const Product &v) |
ElementFunction & | operator= (const ElementFunction &v) |
ElementFunction | operator+ (const ShapeFunction &v) const |
ElementFunction | operator+ (const Product &v) const |
ElementFunction | operator+ (const ElementFunction &v) const |
ElementFunction | operator+= (const ShapeFunction &v) |
ElementFunction | operator+= (const Product &v) |
ElementFunction | operator+= (const ElementFunction &v) |
ElementFunction | operator- (const ShapeFunction &v) const |
ElementFunction | operator- (const Product &v) const |
ElementFunction | operator- (const ElementFunction &v) const |
ElementFunction | operator * (real a) const |
ElementFunction | operator * (const ShapeFunction &v) const |
ElementFunction | operator * (const Product &v) const |
ElementFunction | operator * (const ElementFunction &v) const |
ElementFunction | ddx () const |
ElementFunction | ddy () const |
ElementFunction | ddz () const |
void | init (int size) |
void | set (int i, const ShapeFunction &v, real value) |
real | operator * (Integral::Measure &dm) const |
Friends |
class | Function |
LogStream & | operator<< (LogStream &stream, const ElementFunction &v) |