Abstract 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)=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)=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. | |
Abstract class for functions in thin sheet with PDE
.
Definition at line 87 of file thinSheetElm.hh.
| virtual std::ostream& concepts::ThinSheetDiffussionFunction::info | ( | std::ostream & | os | ) | const [inline, protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::ThinSheetFunction< Real >.
Reimplemented in concepts::ThinSheetDiffussionFunction0.
Definition at line 98 of file thinSheetElm.hh.
| virtual const Array<Real> concepts::ThinSheetDiffussionFunction::kappa | ( | const Real | d, |
| const Real | c = 0.0, |
||
| const Real | k = 0.0 |
||
| ) | [pure virtual] |
Returns the constants for the bilinear form
.
Implemented in concepts::ThinSheetDiffussionFunction0.
| 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].
| virtual const Array<Real> concepts::ThinSheetDiffussionFunction::zeta | ( | const Real | d, |
| const Real | c = 0.0, |
||
| const Real | k = 0.0 |
||
| ) | [pure virtual] |
Returns the constants for the bilinear form
.
Implemented in concepts::ThinSheetDiffussionFunction0.