|
Public Member Functions |
| Product () |
| Product (const ShapeFunction &v) |
| Product (const Product &v) |
| Product (const ShapeFunction &v0, const ShapeFunction &v1) |
| Product (const Product &v0, const Product &v1) |
| Product (const ShapeFunction &v0, const Product &v1) |
| ~Product () |
void | set (const ShapeFunction &v0, const ShapeFunction &v1) |
void | set (const Product &v0, const Product &v1) |
void | set (const ShapeFunction &v0, const Product &v1) |
int * | id () const |
bool | zero () const |
bool | one () const |
int | size () const |
real | operator() (real x, real y, real z, real t) const |
real | operator() (Point p) const |
Product & | operator= (const ShapeFunction &v) |
Product & | operator= (const Product &v) |
ElementFunction | operator+ (const ShapeFunction &v) const |
ElementFunction | operator+ (const Product &v) const |
ElementFunction | operator+ (const ElementFunction &v) const |
ElementFunction | operator- (const ShapeFunction &v) const |
ElementFunction | operator- (const Product &v) const |
ElementFunction | operator- (const ElementFunction &v) const |
ElementFunction | operator * (real a) const |
Product | operator * (const ShapeFunction &v) const |
Product | operator * (const Product &v) const |
ElementFunction | operator * (const ElementFunction &v) const |
real | operator * (Integral::Measure &dm) const |
ElementFunction | ddx () const |
ElementFunction | ddy () const |
ElementFunction | ddz () const |
void | init (int size) |
Friends |
LogStream & | operator<< (LogStream &stream, const Product &v) |