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

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

Abstract class for functions in thin sheet with PDE

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

. More...

#include <thinSheetElm.hh>

Inheritance diagram for concepts::ThinSheetDiffussionFunction:
Inheritance graph
[legend]
Collaboration diagram for concepts::ThinSheetDiffussionFunction:
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)=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)=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

Abstract class for functions in thin sheet with PDE

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

.

Author:
Kersten Schmidt, 2006

Definition at line 87 of file thinSheetElm.hh.


Member Function Documentation

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

\[b_t(u,v)\]

.

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

\[b(u,v)\]

.

Implemented in concepts::ThinSheetDiffussionFunction0.


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

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