Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Protected Member Functions
concepts::ThinSheetDiffussionFunction0 Class Reference

Class for functions in thin sheet with PDE

\[-\Delta u + cu = 0\]

. More...

#include <thinSheetElm.hh>

Inheritance diagram for concepts::ThinSheetDiffussionFunction0:
Inheritance graph
[legend]
Collaboration diagram for concepts::ThinSheetDiffussionFunction0:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual const Array< Realkappa (const Real d, const Real c=0.0, const Real k=0.0)
 Returns the constants for the bilinear form

\[b_t(u,v)\]

.

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< Realzeta (const Real d, const Real c=0.0, const Real k=0.0)
 Returns the constants for the bilinear form

\[b(u,v)\]

.

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.

Detailed Description

Class for functions in thin sheet with PDE

\[-\Delta u + cu = 0\]

.

Model with neglecting the curvature and the derivates along the sheet.

Author:
Kersten Schmidt, 2006

Definition at line 112 of file thinSheetElm.hh.


Member Function Documentation

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 Array<Real> concepts::ThinSheetDiffussionFunction0::kappa ( const Real  d,
const Real  c = 0.0,
const Real  k = 0.0 
) [virtual]

Returns the constants for the bilinear form

\[b_t(u,v)\]

.

Implements concepts::ThinSheetDiffussionFunction.

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::ThinSheetDiffussionFunction0::zeta ( const Real  d,
const Real  c = 0.0,
const Real  k = 0.0 
) [virtual]

Returns the constants for the bilinear form

\[b(u,v)\]

.

Implements concepts::ThinSheetDiffussionFunction.


The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)