Class for functions in thin sheet with PDE
. More...
#include <thinSheetElm.hh>


Public Member Functions | |
| virtual const Array< Real > | kappa (const Real d, const Real c=0.0, const Real k=0.0) |
| Returns the constants for the bilinear form
| |
| virtual const Real | operator() (const Real xi, const uint i) const =0 |
Returns value of /c i th function at position xi in reference intervall [-1,1]. | |
| virtual const Array< Real > | zeta (const Real d, const Real c=0.0, const Real k=0.0) |
| Returns the constants for the bilinear form
| |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Class for functions in thin sheet with PDE
.
Model with neglecting the curvature and the derivates along the sheet.
Definition at line 112 of file thinSheetElm.hh.
| virtual std::ostream& concepts::ThinSheetDiffussionFunction0::info | ( | std::ostream & | os | ) | const [inline, protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::ThinSheetDiffussionFunction.
Definition at line 123 of file thinSheetElm.hh.
| virtual const Real concepts::ThinSheetFunction< Real >::operator() | ( | const Real | xi, |
| const uint | i | ||
| ) | const [pure virtual, inherited] |
Returns value of /c i th function at position xi in reference intervall [-1,1].