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

Public Member Functions
concepts::ThinSheetCell< dim > Class Template Reference

Abstract class for cell inside a thin sheet of thickness d. More...

#include <thinSheetGeom.hh>

List of all members.

Public Member Functions

virtual const bool constThickness () const =0
 Returns true, if the thickness is constant in the cell.
virtual const Real d (const Array< Real > &xi) const =0
 Returns the thickness in sheet.

Detailed Description

template<int dim>
class concepts::ThinSheetCell< dim >

Abstract class for cell inside a thin sheet of thickness d.

Author:
Kersten Schmidt, 2006

Definition at line 257 of file thinSheetGeom.hh.


Member Function Documentation

template<int dim>
virtual const bool concepts::ThinSheetCell< dim >::constThickness ( ) const [pure virtual]

Returns true, if the thickness is constant in the cell.

template<int dim>
virtual const Real concepts::ThinSheetCell< dim >::d ( const Array< Real > &  xi) const [pure virtual]

Returns the thickness in sheet.

Parameters:
xiPoint on the reference element

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

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