Abstract class for functions in a thin sheet. More...
#include <thinSheetElm.hh>


Public Member Functions | |
| virtual const F | operator() (const Real xi, const uint i) const =0 |
Returns value of /c i th function at position xi in reference intervall [-1,1]. | |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Abstract class for functions in a thin sheet.
Definition at line 68 of file thinSheetElm.hh.
| virtual std::ostream& concepts::ThinSheetFunction< F >::info | ( | std::ostream & | os | ) | const [inline, protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Reimplemented in concepts::ThinSheetDiffussionFunction, and concepts::ThinSheetDiffussionFunction0.
Definition at line 75 of file thinSheetElm.hh.
| virtual const F concepts::ThinSheetFunction< F >::operator() | ( | const Real | xi, |
| const uint | i | ||
| ) | const [pure virtual] |
Returns value of /c i th function at position xi in reference intervall [-1,1].