Abstract class for cell inside a thin sheet of thickness d. More...
#include <thinSheetGeom.hh>
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. | |
Abstract class for cell inside a thin sheet of thickness d.
Definition at line 257 of file thinSheetGeom.hh.
| virtual const bool concepts::ThinSheetCell< dim >::constThickness | ( | ) | const [pure virtual] |
Returns true, if the thickness is constant in the cell.
| virtual const Real concepts::ThinSheetCell< dim >::d | ( | const Array< Real > & | xi | ) | const [pure virtual] |
Returns the thickness in sheet.
| xi | Point on the reference element |